Skip to content
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

Audit command fails if polyfill packages not loaded #18

Open
cs278 opened this issue Jul 27, 2021 · 0 comments
Open

Audit command fails if polyfill packages not loaded #18

cs278 opened this issue Jul 27, 2021 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@cs278
Copy link
Owner

cs278 commented Jul 27, 2021

composer/composer#10024

I've attempted to workaround this with #15 but it fails if the plugin is installed globally and the polyfill package is not required by the package you are scanning:

export COMPOSER_HOME=$(mktemp -d)
composer global require cs278/composer-audit:@rc
cd $(mktemp -d)
composer require --no-install cs278/mktemp
composer audit -vvv
@cs278 cs278 added the bug Something isn't working label Jul 27, 2021
@cs278 cs278 self-assigned this Jul 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant