An issue was discovered in PostCSS before 8.4.31. It affects linters using PostCSS to parse external Cascading Style Sheets (CSS). There may be \r discrepancies, as demonstrated by @font-face{ font:(\r/*);} in a rule.
⚠️ `dependabot-gitlab` has detected security vulnerability for `postcss` in path: `/`, manifest_file: `/package.json` but was unable to update it! ⚠️
* https://github.com/advisories/GHSA-7fh5-64p2-3v2j
| Package | Severity | Affected versions | Patched versions | IDs |
|---------------|----------|-------------------|------------------|----------------------------------------|
| postcss (NPM) | MODERATE | < 8.4.31 | 8.4.31 | `GHSA-7fh5-64p2-3v2j`,`CVE-2023-44270` |
# Description
An issue was discovered in PostCSS before 8.4.31. It affects linters using PostCSS to parse external Cascading Style Sheets (CSS). There may be `\r` discrepancies, as demonstrated by `@font-face{ font:(\r/*);}` in a rule.
# References
* https://nvd.nist.gov/vuln/detail/CVE-2023-44270
* https://github.com/postcss/postcss/commit/58cc860b4c1707510c9cd1bc1fa30b423a9ad6c5
* https://github.com/postcss/postcss/blob/main/lib/tokenize.js#L25
* https://github.com/postcss/postcss/releases/tag/8.4.31
* https://github.com/advisories/GHSA-7fh5-64p2-3v2j
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
⚠️
dependabot-gitlabhas detected security vulnerability forpostcssin path:/, manifest_file:/package.jsonbut was unable to update it! ⚠️GHSA-7fh5-64p2-3v2j,CVE-2023-44270Description
An issue was discovered in PostCSS before 8.4.31. It affects linters using PostCSS to parse external Cascading Style Sheets (CSS). There may be
\rdiscrepancies, as demonstrated by@font-face{ font:(\r/*);}in a rule.References