-
Notifications
You must be signed in to change notification settings - Fork 289
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3ba473c
commit ec85fb0
Showing
6 changed files
with
31 additions
and
23 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 |
---|---|---|
|
@@ -5,6 +5,16 @@ container { | |
dependencies = true | ||
alpine_secdb = true | ||
secrets = false | ||
|
||
# Triage items that are _safe_ to ignore here. Note that this list should be | ||
# periodically cleaned up to remove items that are no longer found by the scanner. | ||
triage { | ||
suppress { | ||
vulnerabilities = [ | ||
"CVE-2024-13176", # [email protected] | ||
] | ||
} | ||
} | ||
} | ||
|
||
binary { | ||
|
@@ -13,4 +23,15 @@ binary { | |
osv = true | ||
oss_index = true | ||
nvd = true | ||
|
||
# Triage items that are _safe_ to ignore here. Note that this list should be | ||
# periodically cleaned up to remove items that are no longer found by the scanner. | ||
triage { | ||
suppress { | ||
vulnerabilities = [ | ||
"GO-2025-3408", # [email protected] | ||
"GHSA-29qp-crvh-w22m", # [email protected] | ||
] | ||
} | ||
} | ||
} |
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
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
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,4 +1,4 @@ | ||
835b302c19bb6b5d32e2c93f0de619680d674f25 | ||
c9a74f28009c4caa510bf48740d4b8997d6384a8 | ||
# This file determines the version of the UI to embed in the boundary binary. | ||
# Update this file by running 'make update-ui-version' from the root of this repo. | ||
# Set UI_COMMITISH when running the above target to update to a specific version. |
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
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