-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(deps): update dependency postcss to v8.4.31 [security] #582
base: main
Are you sure you want to change the base?
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
4 failed tests on run #2039 ↗︎Details:
|
Test | Artifacts | |
---|---|---|
Header > should show navigation links |
Output
Screenshots
Video
|
|
Header > should show user menu |
Output
Screenshots
Video
|
dashboard/project.spec.ts • 1 failed test • Cypress Actions
Test | Artifacts | |
---|---|---|
Project > should show integration doc |
Output
Screenshots
Video
|
home/index.spec.ts • 1 failed test • Cypress Actions
Test | Artifacts | |
---|---|---|
Index > main call to actions |
Output
Screenshots
Video
|
Review all test suite changes for PR #582 ↗︎
bb72d9d
to
fab520f
Compare
fab520f
to
9be4b33
Compare
9be4b33
to
c70d2af
Compare
c70d2af
to
ebea01b
Compare
ebea01b
to
beeac2f
Compare
beeac2f
to
21117f3
Compare
21117f3
to
80af257
Compare
80af257
to
2eb7b3a
Compare
2eb7b3a
to
bc6fc5a
Compare
bc6fc5a
to
39e9330
Compare
39e9330
to
367bda6
Compare
This PR contains the following updates:
8.4.27
->8.4.31
GitHub Vulnerability Alerts
CVE-2023-44270
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.This vulnerability affects linters using PostCSS to parse external untrusted CSS. An attacker can prepare CSS in such a way that it will contains parts parsed by PostCSS as a CSS comment. After processing by PostCSS, it will be included in the PostCSS output in CSS nodes (rules, properties) despite being originally included in a comment.
Release Notes
postcss/postcss (postcss)
v8.4.31
Compare Source
\r
parsing to fix CVE-2023-44270.v8.4.30
Compare Source
v8.4.29
Compare Source
Node#source.offset
(by Ido Rosenthal).v8.4.28
Compare Source
Root.source.end
for better source map (by Romain Menke).Result.root
types whenprocess()
has no parser.Configuration
📅 Schedule: Branch creation - "" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.