We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 560f66c commit 318f90aCopy full SHA for 318f90a
securesystemslib/util.py
@@ -68,6 +68,8 @@ def _default_temporary_directory(self, prefix):
68
raise securesystemslib.exceptions.Error(err)
69
70
71
+ # TODO: Is it safe to de-TUF the prefix? TUF heavily uses `TempFile` without
72
+ # ever overriding `prefix`, thus people might expect the default prefix.
73
def __init__(self, prefix='tuf_temp_'):
74
"""
75
<Purpose>
0 commit comments