mirror of
https://github.com/Unstructured-IO/unstructured.git
synced 2025-06-27 02:30:08 +00:00
fix: add .grype.yaml (#3834)
**Summary** CVE-2024-11053 https://curl.se/docs/CVE-2024-11053.html (severity Low) was published on Dec 11, 2024 and began failing CI builds on open-core on Dec 13, 2024 when it appeared in `grype` apparently misclassified as a critical vulnerability. The severity reported on the CVE is "Low" so it should not fail builds. Add a `.grype.yaml` file to ignore this CVE until grype is updated.
This commit is contained in:
parent
3b718ec89a
commit
b092fb7f47
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -398,3 +398,4 @@ jobs:
|
||||
image: "unstructured:dev"
|
||||
severity-cutoff: critical
|
||||
only-fixed: true
|
||||
output-format: table
|
||||
|
2
.grype.yaml
Normal file
2
.grype.yaml
Normal file
@ -0,0 +1,2 @@
|
||||
ignore:
|
||||
- vulnerability: CVE-2024-11053
|
@ -1,4 +1,4 @@
|
||||
## 0.16.12-dev0
|
||||
## 0.16.12-dev1
|
||||
|
||||
### Enhancements
|
||||
|
||||
|
@ -1 +1 @@
|
||||
__version__ = "0.16.12-dev0" # pragma: no cover
|
||||
__version__ = "0.16.12-dev1" # pragma: no cover
|
||||
|
Loading…
x
Reference in New Issue
Block a user