Skip to content

Commit 1f02302

Browse files
authored
Update snyk ignore file (#511)
1 parent 3093eaf commit 1f02302

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

.github/workflows/ci-security-scans.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
- "scripts/**"
1111
- "docker/**"
1212
- "**/pyproject.toml"
13+
- ".snyk"
1314
branches:
1415
- main
1516

.snyk

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,11 @@
22
version: v1.25.0
33
# ignores vulnerabilities until expiry date; change duration by modifying expiry date
44
ignore:
5-
SNYK-PYTHON-LLAMAINDEX-5843542:
6-
- '*':
7-
reason: >-
8-
False positive, fixed by
9-
https://github.com/run-llama/llama_index/pull/8890
10-
expires: 2025-01-31T15:54:04.149Z
11-
created: 2023-12-11T15:54:04.157Z
125
SNYK-PYTHON-LLAMAINDEX-6184684:
136
- '*':
147
reason: >-
158
False positive, fixed by
16-
https://github.com/run-llama/llama_index/pull/8890
9+
https://github.com/run-llama/llama_index/issues/9957#issuecomment-2138291340
1710
expires: 2025-01-31T15:54:04.149Z
1811
created: 2024-03-13T10:14:18.712Z
1912
patch: {}

0 commit comments

Comments
 (0)