Commit abe5fd0
committed
chore(collector): override postcss to >=8.5.23 to clear the source-map path-traversal advisory
postcss reaches us transitively through tsup -> postcss-load-config, so it goes
in the existing pnpm.overrides block alongside esbuild and vite rather than into
devDependencies. 8.5.15 -> 8.5.26.
Covers both open advisories: the sourceMappingURL auto-load path traversal that
discloses arbitrary .map files, and its incomplete fix (GHSA-6g55-p6wh-862q)
where an attacker-controlled sourceMappingURL still reads arbitrary .map files
when `from` is unset.
brace-expansion was the third collector alert and is already at the patched
2.1.2 here, pulled in by the eslint bump in 908f5c2.1 parent d1ac2ed commit abe5fd0
2 files changed
Lines changed: 18 additions & 16 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments