Skip to content

Commit

Permalink
Fix/ignore snyk vulnerability (#971)
Browse files Browse the repository at this point in the history
* Add dumunet to Dapp definitions

* Add .snyk file

* Move .snyk to root folder

* Move Snyk file to console app location

* Add .snyk on project root

* Test snyk ignore

* Add snyk ignore to each subproject

---------

Co-authored-by: Marek Karwacki <marek.karwacki@rdx.works>
  • Loading branch information
shambupujar and marek-karwacki-rdx authored Aug 22, 2024
1 parent 8d732ab commit 5ba4ed1
Show file tree
Hide file tree
Showing 5 changed files with 100 additions and 0 deletions.
20 changes: 20 additions & 0 deletions apps/console/.snyk
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
version: v1.25.0
# ignores vulnerabilities until expiry date; change duration by modifying expiry date
ignore:
SNYK-JS-ELLIPTIC-7577916:
- '*':
reason: Temporarily ignored until the library can be updated.
expires: 2025-12-31T00:00:00.000Z
created: 2024-08-22T11:05:06.022Z
SNYK-JS-ELLIPTIC-7577917:
- '*':
reason: Temporarily ignored until the library can be updated.
expires: 2025-12-31T00:00:00.000Z
created: 2024-08-22T11:20:24.954Z
SNYK-JS-ELLIPTIC-7577918:
- '*':
reason: Temporarily ignored until the library can be updated.
expires: 2025-12-31T00:00:00.000Z
created: 2024-08-22T11:20:33.981Z
patch: {}
20 changes: 20 additions & 0 deletions apps/dashboard/.snyk
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
version: v1.25.0
# ignores vulnerabilities until expiry date; change duration by modifying expiry date
ignore:
SNYK-JS-ELLIPTIC-7577916:
- '*':
reason: Temporarily ignored until the library can be updated.
expires: 2025-12-31T00:00:00.000Z
created: 2024-08-22T11:05:06.022Z
SNYK-JS-ELLIPTIC-7577917:
- '*':
reason: Temporarily ignored until the library can be updated.
expires: 2025-12-31T00:00:00.000Z
created: 2024-08-22T11:20:24.954Z
SNYK-JS-ELLIPTIC-7577918:
- '*':
reason: Temporarily ignored until the library can be updated.
expires: 2025-12-31T00:00:00.000Z
created: 2024-08-22T11:20:33.981Z
patch: {}
20 changes: 20 additions & 0 deletions apps/sandbox/.snyk
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
version: v1.25.0
# ignores vulnerabilities until expiry date; change duration by modifying expiry date
ignore:
SNYK-JS-ELLIPTIC-7577916:
- '*':
reason: Temporarily ignored until the library can be updated.
expires: 2025-12-31T00:00:00.000Z
created: 2024-08-22T11:05:06.022Z
SNYK-JS-ELLIPTIC-7577917:
- '*':
reason: Temporarily ignored until the library can be updated.
expires: 2025-12-31T00:00:00.000Z
created: 2024-08-22T11:20:24.954Z
SNYK-JS-ELLIPTIC-7577918:
- '*':
reason: Temporarily ignored until the library can be updated.
expires: 2025-12-31T00:00:00.000Z
created: 2024-08-22T11:20:33.981Z
patch: {}
20 changes: 20 additions & 0 deletions packages/common/.snyk
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
version: v1.25.0
# ignores vulnerabilities until expiry date; change duration by modifying expiry date
ignore:
SNYK-JS-ELLIPTIC-7577916:
- '*':
reason: Temporarily ignored until the library can be updated.
expires: 2025-12-31T00:00:00.000Z
created: 2024-08-22T11:05:06.022Z
SNYK-JS-ELLIPTIC-7577917:
- '*':
reason: Temporarily ignored until the library can be updated.
expires: 2025-12-31T00:00:00.000Z
created: 2024-08-22T11:20:24.954Z
SNYK-JS-ELLIPTIC-7577918:
- '*':
reason: Temporarily ignored until the library can be updated.
expires: 2025-12-31T00:00:00.000Z
created: 2024-08-22T11:20:33.981Z
patch: {}
20 changes: 20 additions & 0 deletions packages/ui/.snyk
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
version: v1.25.0
# ignores vulnerabilities until expiry date; change duration by modifying expiry date
ignore:
SNYK-JS-ELLIPTIC-7577916:
- '*':
reason: Temporarily ignored until the library can be updated.
expires: 2025-12-31T00:00:00.000Z
created: 2024-08-22T11:05:06.022Z
SNYK-JS-ELLIPTIC-7577917:
- '*':
reason: Temporarily ignored until the library can be updated.
expires: 2025-12-31T00:00:00.000Z
created: 2024-08-22T11:20:24.954Z
SNYK-JS-ELLIPTIC-7577918:
- '*':
reason: Temporarily ignored until the library can be updated.
expires: 2025-12-31T00:00:00.000Z
created: 2024-08-22T11:20:33.981Z
patch: {}

0 comments on commit 5ba4ed1

Please sign in to comment.