forked from signalfx/splunk-otel-collector
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.grype.yaml
More file actions
50 lines (49 loc) · 1.8 KB
/
Copy path.grype.yaml
File metadata and controls
50 lines (49 loc) · 1.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
exclude:
- './deployments/**'
- './examples/**'
- './instrumentation/packaging/**'
- './packaging/**'
- './tests/**'
ignore:
# false positive: https://github.com/jstedfast/MimeKit/discussions/1054
- vulnerability: GHSA-gmc6-fwg3-75m5
package:
name: MimeKit
type: dotnet
location: "**/MimeKitLite.dll"
- vulnerability: CVE-2025-53816
reason: Coming from Windows base image, tracking via https://github.com/microsoft/Windows-Containers/issues/610
package:
name: 7-Zip
type: binary
location: "/Files/Windows/WinSxS/**/7z.dll"
- vulnerability: CVE-2025-53817
reason: Coming from Windows base image, tracking via https://github.com/microsoft/Windows-Containers/issues/610
package:
name: 7-Zip
type: binary
location: "/Files/Windows/WinSxS/**/7z.dll"
- vulnerability: CVE-2025-55188
reason: Coming from Windows base image, tracking via https://github.com/microsoft/Windows-Containers/issues/610
package:
name: 7-Zip
type: binary
location: "/Files/Windows/WinSxS/**/7z.dll"
- vulnerability: CVE-2025-3277
reason: Coming from Windows base image, tracking via https://github.com/microsoft/Windows-Containers/issues/610
package:
name: SQLite
type: binary
location: "**/Files/Windows/**/winsqlite3.dll"
- vulnerability: CVE-2025-6965
reason: Coming from Windows base image, tracking via https://github.com/microsoft/Windows-Containers/issues/610
package:
name: SQLite
type: binary
location: "**/Files/Windows/**/winsqlite3.dll"
- vulnerability: CVE-2025-29087
reason: Coming from Windows base image, tracking via https://github.com/microsoft/Windows-Containers/issues/610
package:
name: SQLite
type: binary
location: "**/Files/Windows/**/winsqlite3.dll"