Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update supported python versions #883

Merged
merged 6 commits into from
Nov 27, 2024

Add ruff format to ingored revs

ad2eb88
Select commit
Loading
Failed to load commit list.
Merged

Update supported python versions #883

Add ruff format to ingored revs
ad2eb88
Select commit
Loading
Failed to load commit list.
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

See this annotation in the file changed.

Code scanning / CodeQL

Clear-text logging of sensitive information High

This expression logs
sensitive data (secret)
as clear text.
This expression logs
sensitive data (secret)
as clear text.

Check failure on line 70 in src/oic/utils/sdb.py

See this annotation in the file changed.

Code scanning / CodeQL

Use of a broken or weak cryptographic hashing algorithm on sensitive data High

Sensitive data (password)
is used in a hashing algorithm (SHA256) that is insecure for password hashing, since it is not a computationally expensive hash function.
Sensitive data (password)
is used in a hashing algorithm (SHA256) that is insecure for password hashing, since it is not a computationally expensive hash function.
Sensitive data (password)
is used in a hashing algorithm (SHA256) that is insecure for password hashing, since it is not a computationally expensive hash function.