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

[SECRES-2518] Limit npm scope to install commands #29

Merged
merged 2 commits into from
Nov 6, 2024

Conversation

ikretz
Copy link
Collaborator

@ikretz ikretz commented Nov 6, 2024

This PR clarifies the purview of the firewall's analysis of npm commands: only npm install commands are analyzed for the time being. For practical purposes, this was the case before, but now it has been made explicit. Making this change consists in explicitly opting out of analyzing non-install commands.

This has the effect of fixing all bugs related to firewall commands hanging for interactive npm commands.

Closes #27

@ikretz ikretz changed the title [SECRES-2518] Limit scope to npm install commands only [SECRES-2518] Limit snpm cope to install commands Nov 6, 2024
@ikretz ikretz changed the title [SECRES-2518] Limit snpm cope to install commands [SECRES-2518] Limit npm scope to install commands Nov 6, 2024
@ikretz ikretz merged commit 1a33ab9 into main Nov 6, 2024
76 checks passed
@ikretz ikretz deleted the ikretz/fix-npm-init-2 branch November 6, 2024 16:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[SECRES-2518] Allow npm init and other interactive commands that do not install
2 participants