You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Calling entitites_descriptor leaves files on disc (2 per call).
Possible Solution
make_temp function creates the temporary files marked as for deletion and passes file descriptor to the caller. It should be possible to just close the file when no longer needed.
Steps to Reproduce
Call entities_descriptor to create a valid XML
Inspect temporary file storage
The text was updated successfully, but these errors were encountered:
Pysaml2 uses xmlsec1 as system call and It needs a xml file. As other issues related to xmlsec1 already exposed, we're facing the Need to implement a xmlsec wrapper in pure python. This Will let us to decide if use systemcall or xmlsec lib/api for xml validation.
In pysaml2 v4.6.0 and v4.8.0 this problem ALSO exists.
Uh oh!
There was an error while loading. Please reload this page.
Code Version
4.7.0
Expected Behavior
Clean up the no longer necessary files.
Current Behavior
Calling
entitites_descriptor
leaves files on disc (2 per call).Possible Solution
make_temp
function creates the temporary files marked as for deletion and passes file descriptor to the caller. It should be possible to just close the file when no longer needed.Steps to Reproduce
entities_descriptor
to create a valid XMLThe text was updated successfully, but these errors were encountered: