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

Fix cross-spawn vulnerability #1047

Merged
merged 1 commit into from
Nov 19, 2024
Merged

Conversation

amvanbaren
Copy link
Contributor

  • Fix cross-spawn vulnerability
  • Update eslint configuration

- Fix cross-spawn vulnerability
- Update eslint configuration
@amvanbaren amvanbaren self-assigned this Nov 19, 2024
@amvanbaren amvanbaren merged commit 2831727 into eclipse:master Nov 19, 2024
2 checks passed
@@ -17,16 +17,15 @@ import { handleError } from './util';
import { getExtension } from './get';
import login from './login';
import logout from './logout';

const pkg = require('../package.json');
import { LIB_VERSION } from './version';
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What's the rationale behind this change? It adds scaffolding through a script to generate this file: why?

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.

2 participants