You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Prior to v1.9.0, acorn-import-attributes (then called acorn-import-assertions) used an implicit/not fully qualified reference to a dependency (test262).
This causes security scanning tools to flag a possible dependency confusion attack.
Actual Behavior
No security warning
Steps to Reproduce the Problem
Run security scan (e.g. Orca) on code using this repo
Specifications
Version: 1.7.3
Platform: (all)
Subsystem: (all)
The text was updated successfully, but these errors were encountered:
I've raised a PR #70 that should resolve this, let me know what it would take to get this merged. My first contribution to this repo, so be gentle/let me know if edits are required.
jackwhelpton
changed the title
Using outdated dependency flags dependency confusion attack [MR available]
Using outdated dependency flags dependency confusion attack [PR available]
Apr 19, 2024
Expected Behavior
Prior to v1.9.0,
acorn-import-attributes
(then calledacorn-import-assertions
) used an implicit/not fully qualified reference to a dependency (test262
).This causes security scanning tools to flag a possible dependency confusion attack.
Actual Behavior
No security warning
Steps to Reproduce the Problem
Specifications
The text was updated successfully, but these errors were encountered: