Skip to content

Commit e2c09c1

Browse files
author
Phil Varner
committed
add 2025-09-8 malware attack packages upper bounds and ignore in .nsprc
1 parent 094b7cf commit e2c09c1

File tree

3 files changed

+42
-0
lines changed

3 files changed

+42
-0
lines changed

.nsprc

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,32 @@
11
{
2+
"1107275": {
3+
"active": true,
4+
"notes": "color-convert security vulnerability in version 3.1.1",
5+
"expiry": "2025-11-01"
6+
},
7+
"1107280": {
8+
"active": true,
9+
"notes": "color-name security vulnerability in version 2.0.1",
10+
"expiry": "2025-11-01"
11+
},
12+
"1107276": {
13+
"active": true,
14+
"notes": "color-string security vulnerability in version 2.1.1",
15+
"expiry": "2025-11-01"
16+
},
17+
"1107274": {
18+
"active": true,
19+
"notes": "debug security vulnerability in version 4.4.2",
20+
"expiry": "2025-11-01"
21+
},
22+
"1107278": {
23+
"active": true,
24+
"notes": "is-arrayish security vulnerability in version 0.3.3",
25+
"expiry": "2025-11-01"
26+
},
27+
"1107279": {
28+
"active": true,
29+
"notes": "simple-swizzle security vulnerability in version 0.2.3",
30+
"expiry": "2025-11-01"
31+
}
232
}

package-lock.json

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,16 +59,22 @@
5959
"@mapbox/extent": "^0.4.0",
6060
"@opensearch-project/opensearch": "^2.13.0",
6161
"@redocly/cli": "^2.0.8",
62+
"color-convert": "<=3.1.0",
63+
"color-name": "<=2.0.0",
64+
"color-string": "<=2.1.0",
6265
"compression": "^1.8.1",
6366
"cors": "^2.8.5",
67+
"debug": "<=4.4.1",
6468
"express": "^4.21.2",
6569
"got": "^13.0",
6670
"http-errors": "^2.0.0",
71+
"is-arrayish": "<=0.3.2",
6772
"lodash-es": "^4.17.21",
6873
"memorystream": "^0.3.1",
6974
"morgan": "^1.10.1",
7075
"p-filter": "^4.1.0",
7176
"serverless-http": "^3.2.0",
77+
"simple-swizzle": "<=0.2.2",
7278
"through2": "^4.0.2",
7379
"ts-loader": "^9.5.4",
7480
"winston": "^3.17.0",

0 commit comments

Comments
 (0)