generated from codacy/codacy-public-template
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Update tests after vulnerability DB update
- Loading branch information
Showing
1 changed file
with
3 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -88,6 +88,9 @@ | |
|
||
<file | ||
name="python/Pipfile.lock"> | ||
<error source="vulnerability" line="19" | ||
message="Insecure dependency [email protected] (CVE-2024-39689: python-certifi: Remove root certificates from `GLOBALTRUST` from the root store) (update to 2024.07.04)" | ||
severity="error" /> | ||
<error source="vulnerability" line="123" | ||
message="Insecure dependency [email protected] (CVE-2024-3651: python-idna: potential DoS via resource consumption via specially crafted inputs to idna.encode()) (update to 3.7)" | ||
severity="error" /> | ||
|