Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit f687df6

Browse files
authored
Use .snyk file for all projects (#7071)
1 parent 7084665 commit f687df6

File tree

3 files changed

+58
-11
lines changed

3 files changed

+58
-11
lines changed

docs/.snyk

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
2+
version: v1.25.0
3+
# ignores vulnerabilities until expiry date; change duration by modifying expiry date
4+
ignore:
5+
SNYK-JS-BRACES-6838727:
6+
- '*':
7+
reason: Docusaurus issue
8+
expires: 3024-06-26T17:29:07.153Z
9+
created: 2024-05-27T17:29:07.159Z
10+
SNYK-JS-EXPRESS-6474509:
11+
- '*':
12+
reason: Docusaurus issue
13+
expires: 3024-06-26T17:29:31.142Z
14+
created: 2024-05-27T17:29:31.149Z
15+
SNYK-JS-INFLIGHT-6095116:
16+
- '*':
17+
reason: Docusaurus issue
18+
expires: 3024-06-26T17:29:51.622Z
19+
created: 2024-05-27T17:29:51.628Z
20+
SNYK-JS-MICROMATCH-6838728:
21+
- '*':
22+
reason: Docusaurus issue
23+
expires: 3024-06-26T17:30:47.237Z
24+
created: 2024-05-27T17:30:47.240Z
25+
SNYK-JS-SERIALIZEJAVASCRIPT-6147607:
26+
- '*':
27+
reason: Docusaurus issue
28+
expires: 3024-06-26T17:31:06.652Z
29+
created: 2024-05-27T17:31:06.656Z
30+
SNYK-JS-WEBPACKDEVMIDDLEWARE-6476555:
31+
- '*':
32+
reason: Docusaurus issue
33+
expires: 3024-06-26T20:52:00.793Z
34+
created: 2024-05-27T20:52:00.797Z
35+
36+
patch: {}

packages/web3/.snyk

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
2+
version: v1.25.0
3+
# ignores vulnerabilities until expiry date; change duration by modifying expiry date
4+
ignore:
5+
SNYK-JS-WEB3-174533:
6+
- '*':
7+
reason: Ignore test issue
8+
expires: 3024-06-26T17:16:53.075Z
9+
created: 2024-05-27T17:16:53.080Z
10+
SNYK-JS-JSON5-3182856:
11+
- '*':
12+
reason: Eslint problem
13+
expires: 3024-06-26T20:53:53.640Z
14+
created: 2024-05-27T20:53:53.644Z
15+
SNYK-JS-SEMVER-3247795:
16+
- '*':
17+
reason: Eslint problem
18+
expires: 3024-06-26T20:54:20.755Z
19+
created: 2024-05-27T20:54:20.759Z
20+
21+
patch: {}

.snyk renamed to tools/eslint-config-base-web3/.snyk

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,6 @@
22
version: v1.25.0
33
# ignores vulnerabilities until expiry date; change duration by modifying expiry date
44
ignore:
5-
SNYK-JS-WEB3-174533:
6-
- '*':
7-
reason: Ignore test issue
8-
expires: 3024-06-26T17:16:53.075Z
9-
created: 2024-05-27T17:16:53.080Z
105
SNYK-JS-BRACES-6838727:
116
- '*':
127
reason: Docusaurus issue
@@ -24,14 +19,9 @@ ignore:
2419
created: 2024-05-27T17:29:51.628Z
2520
SNYK-JS-MICROMATCH-6838728:
2621
- '*':
27-
reason: Docusaurus issue
22+
reason: Eslint issue
2823
expires: 3024-06-26T17:30:47.237Z
2924
created: 2024-05-27T17:30:47.240Z
30-
SNYK-JS-SERIALIZEJAVASCRIPT-6147607:
31-
- '*':
32-
reason: Docusaurus issue
33-
expires: 3024-06-26T17:31:06.652Z
34-
created: 2024-05-27T17:31:06.656Z
3525
SNYK-JS-WEBPACKDEVMIDDLEWARE-6476555:
3626
- '*':
3727
reason: Docusaurus issue

0 commit comments

Comments
 (0)