-
Notifications
You must be signed in to change notification settings - Fork 2
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
Introduction of a supply chain attack #10
Comments
Hi @earonesty thanks so much for your feedback. First of all, correct me if I'm wrong, but I'm assuming this change was introduced by @pixeebot? If so, and if it was in a public repository, would you mind sharing a link to the PR? To address your specific comments:
|
Closing this issue since the items raised here are really related to the behavior of https://github.com/pixee/codemodder-python. Please see the linked issues and join the discussion there. Thanks again for your feedback. |
changing this in a program that has no deps:
subprocess.run(
["ls], cwd=build_temp, check=True
)
to a
security
module and a requirements.txt requirement with no ---hashmeans that we have strictly made things less secure.
i think
--hash sha256:...
command, to make it harder to attackThe text was updated successfully, but these errors were encountered: