Skip to content

Commit a2b9b97

Browse files
chore: ignore axios vuln reported by snyk as it doesn't affect our product VSCODE-476 (#605)
1 parent 25fa671 commit a2b9b97

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.snyk

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,15 @@ version: v1.25.0
44
ignore:
55
SNYK-JS-SEMVER-3247795:
66
- '*':
7-
reason: "Security patches released for semver 5.x (5.7.2) and 6.x (6.3.1) are not yet known to Snyk which is why we would like to ignore this vulnerability until the mentioned expiry."
7+
reason: >-
8+
Security patches released for semver 5.x (5.7.2) and 6.x (6.3.1) are
9+
not yet known to Snyk which is why we would like to ignore this
10+
vulnerability until the mentioned expiry.
811
expires: 2023-08-11T09:00:55.553Z
912
created: 2023-07-12T09:00:55.557Z
13+
SNYK-JS-AXIOS-6032459:
14+
- '*':
15+
reason: "This vulnerability doesn't affect us"
16+
expires: 2023-12-10T10:34:29.166Z
17+
created: 2023-11-10T10:34:29.178Z
1018
patch: {}

0 commit comments

Comments
 (0)