Commit 7efb9c9
authored
Pin @asyncapi/specs to 6.11.1 (supply chain attack in 6.11.2) (#816)
* Pin @asyncapi/specs to 6.11.1 via overrides
@asyncapi/specs 6.11.2 and 6.11.2-alpha.1 (published 2026-07-14) contain
malware (asyncapi/spec-json-schemas#656). @stoplight/spectral-rulesets
declares ^6.8.0 on it, so any fresh resolution pulls the compromised
version while it remains tagged latest on npm. Pin the transitive
dependency to the last clean release — via pnpm.overrides for pnpm and a
top-level overrides field for npm/Bun — and bump the patch version.
Note: overrides only apply at the root of an install, so this protects
builds of this repo, not consumers of the published package; their
protection is npm removing the malicious versions.
* Update @geonovum/standards-checker to 1.1.5
Picks up the release that pins @asyncapi/specs to 6.11.1
(Geonovum/standards-checker#67). The re-resolved subtree keeps
@asyncapi/specs at 6.11.1 under this repo's own overrides pin.1 parent 7de1d4b commit 7efb9c9
2 files changed
Lines changed: 23 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
50 | 58 | | |
51 | 59 | | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments