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: Add new vulnerability to expected test results
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
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 |
---|---|---|
|
@@ -15,7 +15,7 @@ | |
<error source="vulnerability" line="2" message="Insecure dependency [email protected] (CVE-2023-32681: python-requests: Unintended leak of Proxy-Authorization header) (update to 2.31.0)" severity="error" /> | ||
</file> | ||
<file name="python/requirements.txt"> | ||
<error source="vulnerability" line="2" message="Insecure dependency [email protected] (CVE-2024-35195: Requests `Session` object does not verify requests after making first request with verify=False) (update to 2.32.0)" severity="error" /> | ||
<error source="vulnerability" line="2" message="Insecure dependency [email protected] (CVE-2024-35195: requests: subsequent requests to the same host ignore cert verification) (update to 2.32.0)" severity="error" /> | ||
</file> | ||
<file name="ruby/Gemfile.lock"> | ||
<error source="vulnerability" line="4" message="Insecure dependency [email protected] (CVE-2023-40175: rubygem-puma: HTTP request smuggling when parsing chunked transfer encoding bodies and zero-length content-length headers) (update to ~> 5.6.7, >= 6.3.1)" severity="error" /> | ||
|