Skip to content

Commit

Permalink
fix: Add new expected vulnerability to tests
Browse files Browse the repository at this point in the history
* fix: Add new expected vulnerability to tests

* fix: Update CODEOWNERS

Change owners to `macgyvers` according to https://codacy.slite.com/app/docs/_4AWS1iw7XL17c
  • Loading branch information
afsmeira authored Sep 23, 2024
1 parent 9324675 commit dc4bd30
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @codacy/toss
* @codacy/macgyvers
6 changes: 6 additions & 0 deletions docs/multiple-tests/pattern-vulnerability-medium/results.xml
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,12 @@
message="Insecure dependency [email protected] (CVE-2024-21647: rubygem-puma: HTTP request smuggling when parsing chunked Transfer-Encoding Bodies) (update to ~> 5.6.8, >= 6.4.2)"
severity="warning"
/>
<error
source="vulnerability_medium"
line="4"
message="Insecure dependency [email protected] (CVE-2024-45614: rubygem-puma: Header normalization allows for client to clobber proxy set headers) (update to ~> 5.6.9, >= 6.4.3)"
severity="warning"
/>
</file>

<file name="rust/Cargo.lock">
Expand Down

0 comments on commit dc4bd30

Please sign in to comment.