From 2d2b673c32d791d39ccf548d1c5d05e54700713a Mon Sep 17 00:00:00 2001 From: SDV Team <98988753+sdv-team@users.noreply.github.com> Date: Wed, 9 Oct 2024 12:50:19 -0400 Subject: [PATCH] Latest Code Analysis (#894) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- static_code_analysis.txt | 21 +++++---------------- 1 file changed, 5 insertions(+), 16 deletions(-) diff --git a/static_code_analysis.txt b/static_code_analysis.txt index 718a4b5c..a2bb348d 100644 --- a/static_code_analysis.txt +++ b/static_code_analysis.txt @@ -1,33 +1,22 @@ -Run started:2024-10-08 22:02:08.144929 +Run started:2024-10-09 15:39:00.488390 Test results: ->> 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 - --------------------------------------------------- + No issues identified. Code scanned: - Total lines of code: 5749 + Total lines of code: 5629 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: 1 + Low: 0 Medium: 0 High: 0 Total issues (by confidence): Undefined: 0 Low: 0 - Medium: 1 + Medium: 0 High: 0 Files skipped (0):