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 7c28e02 commit 79014ceCopy full SHA for 79014ce
1 file changed
app/managers/api_key.py
@@ -37,6 +37,7 @@ class ApiKeyManager:
37
KEY_LENGTH = 32
38
39
@staticmethod
40
+ # codeql[py/weak-sensitive-data-hashing] See comment below
41
def _hash_key(key: str) -> str:
42
"""Hash an API key using HMAC-SHA256.
43
0 commit comments