Skip to content

Commit e5c93e3

Browse files
feat: update advisories
1 parent 557e708 commit e5c93e3

2 files changed

Lines changed: 8 additions & 5 deletions

File tree

advisories/core/DSA-CORE-2025-004.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"schema_version": "1.7.0",
33
"id": "DSA-CORE-2025-004",
4-
"modified": "2025-03-31T21:57:44.000Z",
4+
"modified": "2025-06-14T13:06:04.000Z",
55
"published": "2025-03-19T18:54:35.000Z",
66
"aliases": [
77
"CVE-2025-31675"

advisories/email_tfa/DSA-CONTRIB-2025-001.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"schema_version": "1.7.0",
33
"id": "DSA-CONTRIB-2025-001",
4-
"modified": "2025-03-31T22:03:35.000Z",
4+
"modified": "2025-06-19T22:05:09.000Z",
55
"published": "2025-01-08T17:22:11.000Z",
66
"aliases": [
77
"CVE-2025-31676"
@@ -19,19 +19,22 @@
1919
"type": "ECOSYSTEM",
2020
"events": [
2121
{
22-
"introduced": "0"
22+
"introduced": "2.0.1"
2323
},
2424
{
2525
"fixed": "2.0.3"
2626
}
2727
],
2828
"database_specific": {
29-
"constraint": "<2.0.3"
29+
"constraint": ">2.0.0 <2.0.3",
30+
"warnings": [
31+
"the > operator should be avoided as it does not provide a concrete version"
32+
]
3033
}
3134
}
3235
],
3336
"database_specific": {
34-
"affected_versions": "<2.0.3"
37+
"affected_versions": ">2.0.0 <2.0.3"
3538
}
3639
}
3740
],

0 commit comments

Comments
 (0)