Skip to content

Commit

Permalink
chore: update test fixtures to allow 2023 ranges
Browse files Browse the repository at this point in the history
  • Loading branch information
brettp committed Jan 6, 2023
1 parent 3370a87 commit f97f7e7
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion datadump/pre-population/cve-ids-range.json
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,21 @@
"end": 50000000
}
}
}
},
{
"cve_year": 2023,
"ranges": {
"priority": {
"top_id": 0,
"start": 0,
"end": 20000
},
"general": {
"top_id": 20000,
"start": 20000,
"end": 50000000
}
}
}
]

0 comments on commit f97f7e7

Please sign in to comment.