We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently the plugin is not just mentioning the error message itself but also adds the filename.
64:19 warning Generic Object Injection Sink: /Users/sebastian/Workspace/sebastian-software/edgestack/src/webpack/ConfigFactory.js: 64 copy[key] = obj[key] security/detect-object-injection
which actually makes a lot of noise compared to other eslint checks.
ESLint already lists exactly the same issue location as the one mentioned in the message. So this is duplicate information.
The text was updated successfully, but these errors were encountered:
Attempted PR at #17.
Sorry, something went wrong.
No branches or pull requests
Currently the plugin is not just mentioning the error message itself but also adds the filename.
which actually makes a lot of noise compared to other eslint checks.
ESLint already lists exactly the same issue location as the one mentioned in the message. So this is duplicate information.
The text was updated successfully, but these errors were encountered: