Skip to content

Commit

Permalink
fix: Add new vulnerability to expected test results
Browse files Browse the repository at this point in the history
  • Loading branch information
afsmeira authored May 24, 2024
1 parent 995f921 commit c3b8084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/multiple-tests/pattern-vulnerability/results.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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" />
Expand Down

0 comments on commit c3b8084

Please sign in to comment.