Update supported python versions #883
Merged
GitHub Advanced Security / CodeQL
succeeded
Nov 19, 2024 in 5s
No new alerts in code changed by this pull request
Annotations
Check failure on line 139 in src/oic/oauth2/base.py
Code scanning / CodeQL
Clear-text logging of sensitive information High
as clear text.
Check failure on line 70 in src/oic/utils/sdb.py
Code scanning / CodeQL
Use of a broken or weak cryptographic hashing algorithm on sensitive data High
is used in a hashing algorithm (SHA256) that is insecure for password hashing, since it is not a computationally expensive hash function.
Loading