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 expected vulnerability to tests
* 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
Showing
2 changed files
with
7 additions
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 |
---|---|---|
@@ -1 +1 @@ | ||
* @codacy/toss | ||
* @codacy/macgyvers |
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 |
---|---|---|
|
@@ -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"> | ||
|