We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents df83d98 + 0e21ae6 commit 68b5743Copy full SHA for 68b5743
datadump/pre-population/cve-ids-range.json
@@ -388,5 +388,20 @@
388
"end": 50000000
389
}
390
391
+ },
392
+ {
393
+ "cve_year": 2025,
394
+ "ranges": {
395
+ "priority": {
396
+ "top_id": 0,
397
+ "start": 0,
398
+ "end": 20000
399
400
+ "general": {
401
+ "top_id": 20000,
402
+ "start": 20000,
403
+ "end": 50000000
404
+ }
405
406
407
]
docker/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM node:24.13.0-alpine3.23
+FROM node:16.14.2-alpine3.15
2
3
LABEL \
4
mitre.name=cveawg \
0 commit comments