You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/linters/.trivyignore.yml
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,8 @@ misconfigurations:
3
3
- id: AVD-DS-0002
4
4
statement: We allow root access in our container that we use for development purposes (https://avd.aquasec.com/misconfig/dockerfile/general/avd-ds-0002/)
5
5
vulnerabilities:
6
-
- id: CVE-2025-50182
6
+
- id: CVE-2025-50181
7
+
paths:
8
+
- ".devcontainer/cpp/requirements.txt"
7
9
expired_at: 2025-10-01
8
10
statement: This vulnerable dependency comes in via the Conan package, work is in-progress on supporting a non-vulnerable version (https://github.com/conan-io/conan/issues/13948)
0 commit comments