mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-10-06 17:31:07 +03:00
mark all required usages of MD5 so bandit doesn't complain
This commit is contained in:
parent
a089614225
commit
8d3e82913e
3 changed files with 7 additions and 7 deletions
|
@ -434,7 +434,7 @@ def getsig(apkpath):
|
|||
|
||||
cert_encoded = common.get_certificate(cert)
|
||||
|
||||
return hashlib.md5(hexlify(cert_encoded)).hexdigest()
|
||||
return hashlib.md5(hexlify(cert_encoded)).hexdigest() # nosec just used as ID for signing key
|
||||
|
||||
|
||||
def get_cache_file():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue