From 09c4a99eeebf5caa4f16529c4a35dffa00341d86 Mon Sep 17 00:00:00 2001 From: Nicolas Stefani Date: Thu, 13 Jul 2023 15:49:33 -0300 Subject: [PATCH] refactor(#4282): Update known flaws files for 4.8.0 --- CHANGELOG.md | 1 + .../code_analysis/known_flaws/known_flaws_framework.json | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 07783f0a07..a3b68696b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ Release report: TBD - Update _wazuh_db_ schema database version ([#4353](https://github.com/wazuh/wazuh-qa/pull/4353)) \- (Tests) - Update the JSON schema with the required fields for the output content of the migration tool ([#4375](https://github.com/wazuh/wazuh-qa/pull/4375)) \- (Tests) +- Update framework known flaws file ([#4443](https://github.com/wazuh/wazuh-qa/pull/4443)) \- (Tests) ## [4.7.0] - TBD diff --git a/tests/scans/code_analysis/known_flaws/known_flaws_framework.json b/tests/scans/code_analysis/known_flaws/known_flaws_framework.json index 4ae6f06c41..05cd598d0b 100644 --- a/tests/scans/code_analysis/known_flaws/known_flaws_framework.json +++ b/tests/scans/code_analysis/known_flaws/known_flaws_framework.json @@ -136,9 +136,9 @@ "issue_confidence": "HIGH", "issue_severity": "MEDIUM", "issue_text": "Use of possibly insecure function - consider using safer ast.literal_eval.", - "line_number": 1793, + "line_number": 1796, "line_range": [ - 1793 + 1796 ], "more_info": "https://bandit.readthedocs.io/en/latest/blacklists/blacklist_calls.html#b307-eval", "test_id": "B307",