Open jackwhelpton opened 7 months ago
I've raised a PR https://github.com/DataDog/import-in-the-middle/pull/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.
Now that #70 is merged and 1.7.4 is released, I believe this can be closed?
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