-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy path.grype.yaml
More file actions
38 lines (33 loc) · 1.59 KB
/
Copy path.grype.yaml
File metadata and controls
38 lines (33 loc) · 1.59 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
ignore:
- reason: "Legacy unmanaged test resource directory. Scheduled for removal."
# Matches the files regardless of how the path is evaluated
location: "**/src/test/resources/solr/search/lib/*"
# Overrides and covers any CVE linked to these packages inside that path
package:
name: "log4j"
- reason: "Legacy unmanaged test resource directory. Scheduled for removal."
location: "**/src/test/resources/solr/search/lib/*"
package:
name: "commons-collections"
- reason: "Legacy unmanaged test resource directory. Scheduled for removal."
# Matches the files regardless of how the path is evaluated
location: "**/src/test/resources/solr/search/lib/*"
# Overrides and covers any CVE linked to these packages inside that path
package:
name: "commons-fileupload"
- reason: "Legacy unmanaged test resource directory. Scheduled for removal."
# Matches the files regardless of how the path is evaluated
location: "**/src/test/resources/solr/search/lib/*"
# Overrides and covers any CVE linked to these packages inside that path
package:
name: "dom4j"
- reason: "Legacy unmanaged test resource directory. Scheduled for removal."
# Matches the files regardless of how the path is evaluated
location: "**/src/test/resources/solr/search/lib/*"
# Overrides and covers any CVE linked to these packages inside that path
package:
name: "hadoop-common"
- reason: "Legacy unmanaged test resource directory. Scheduled for removal."
location: "**/src/test/resources/solr/search/lib/*"
package:
name: "simple-xml"