QuackatronHQ / Gigarepo

Hardcoded temporary directory detected BAN-B108
Security
Major
a month ago2 years old
Probable insecure usage of temp file/directory.
 72
 73    sorted(value, key=lambda k: len(k))
 74
 75    f = open("/tmp/.deepsource.toml", "r") 76    f.write("config file.")
 77    f.close()
 78