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

fix: sizes in status to should target config dataset instead of whole DB #395

Merged
merged 5 commits into from
Feb 22, 2024

fix: address flake8

92e7965
Select commit
Loading
Failed to load commit list.
Merged

fix: sizes in status to should target config dataset instead of whole DB #395

fix: address flake8
92e7965
Select commit
Loading
Failed to load commit list.
Autodesk Chorus / security/bandit completed Feb 22, 2024 in 2s

2 issue(s) found

Summary of Issues

Type Count Severity Secure Coding Guidelines
B608: hardcoded_sql_expressions 2 MEDIUM PYTH-INJC-20

How do I clear all these issues?

If you suspect these issues are not actual issues, click “Clear All Issues” above. Click here for more details.

Details and Annotations

Details

bandit version 1.7.7

Annotations

Check warning on line 401 in pgbelt/util/postgres.py

See this annotation in the file changed.

@autodesk-chorus autodesk-chorus / security/bandit

B608: hardcoded_sql_expressions

Possible SQL injection vector through string-based query construction.
secure coding id: PYTH-INJC-20.

Check warning on line 412 in pgbelt/util/postgres.py

See this annotation in the file changed.

@autodesk-chorus autodesk-chorus / security/bandit

B608: hardcoded_sql_expressions

Possible SQL injection vector through string-based query construction.
secure coding id: PYTH-INJC-20.