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

Latest Code Analysis #892

Merged
merged 1 commit into from
Oct 9, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 16 additions & 5 deletions static_code_analysis.txt
Original file line number Diff line number Diff line change
@@ -1,22 +1,33 @@
Run started:2024-09-05 19:41:22.889700
Run started:2024-10-08 22:02:08.144929

Test results:
No issues identified.
>> Issue: [B105:hardcoded_password_string] Possible hardcoded password: '# HISTORY

'
Severity: Low Confidence: Medium
CWE: CWE-259 (https://cwe.mitre.org/data/definitions/259.html)
More Info: https://bandit.readthedocs.io/en/1.7.7/plugins/b105_hardcoded_password_string.html
Location: ./scripts/release_notes_generator.py:134:12
133
134 token = '# HISTORY\n\n'
135 split_index = history.find(token) + len(token) + 1

--------------------------------------------------

Code scanned:
Total lines of code: 5543
Total lines of code: 5749
Total lines skipped (#nosec): 0
Total potential issues skipped due to specifically being disabled (e.g., #nosec BXXX): 0

Run metrics:
Total issues (by severity):
Undefined: 0
Low: 0
Low: 1
Medium: 0
High: 0
Total issues (by confidence):
Undefined: 0
Low: 0
Medium: 0
Medium: 1
High: 0
Files skipped (0):
Loading