Skip to content

Commit df3034d

Browse files
1 parent 75c542f commit df3034d

File tree

1 file changed

+26
-3
lines changed

1 file changed

+26
-3
lines changed

advisories/github-reviewed/2022/01/GHSA-566m-qj78-rww5/GHSA-566m-qj78-rww5.json

+26-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"schema_version": "1.2.0",
33
"id": "GHSA-566m-qj78-rww5",
4-
"modified": "2021-05-20T21:23:19Z",
4+
"modified": "2022-02-23T20:31:15Z",
55
"published": "2022-01-07T00:21:36Z",
66
"aliases": [
77
"CVE-2021-23382"
88
],
99
"summary": "Regular Expression Denial of Service in postcss",
10-
"details": "The package postcss before 8.2.13 are vulnerable to Regular Expression Denial of Service (ReDoS) via getAnnotationURL() and loadAnnotation() in lib/previous-map.js. The vulnerable regexes are caused mainly by the sub-pattern \\/\\*\\s* sourceMappingURL=(.*).",
10+
"details": "The package postcss versions before 7.0.36 or between 8.0.0 and 8.2.13 are vulnerable to Regular Expression Denial of Service (ReDoS) via getAnnotationURL() and loadAnnotation() in lib/previous-map.js. The vulnerable regexes are caused mainly by the sub-pattern \\/\\*\\s* sourceMappingURL=(.*).",
1111
"severity": [
1212
{
1313
"type": "CVSS_V3",
@@ -25,14 +25,33 @@
2525
"type": "ECOSYSTEM",
2626
"events": [
2727
{
28-
"introduced": "0"
28+
"introduced": "8.0.0"
2929
},
3030
{
3131
"fixed": "8.2.13"
3232
}
3333
]
3434
}
3535
]
36+
},
37+
{
38+
"package": {
39+
"ecosystem": "npm",
40+
"name": "postcss"
41+
},
42+
"ranges": [
43+
{
44+
"type": "ECOSYSTEM",
45+
"events": [
46+
{
47+
"introduced": "0"
48+
},
49+
{
50+
"fixed": "7.0.36"
51+
}
52+
]
53+
}
54+
]
3655
}
3756
],
3857
"references": [
@@ -44,6 +63,10 @@
4463
"type": "WEB",
4564
"url": "https://github.com/postcss/postcss/commit/2b1d04c867995e55124e0a165b7c6622c1735956"
4665
},
66+
{
67+
"type": "WEB",
68+
"url": "https://github.com/postcss/postcss/releases/tag/7.0.36"
69+
},
4770
{
4871
"type": "WEB",
4972
"url": "https://snyk.io/vuln/SNYK-JAVA-ORGWEBJARSNPM-1255641"

0 commit comments

Comments
 (0)