Skip to content

➕ Add eslint plugin security #17

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

Merged
merged 1 commit into from
Jan 15, 2024
Merged

Conversation

pavelsvagr
Copy link
Member

Proposed changes

  • Adds well known extension eslint-plugin-security
    • Improves developer knowledge about security issues within the code
    • Recommendation by nodebestpractices
    • Tested on active projects with good results
  • Disables detect-object-injection rule since it complains even about basic code constructs like array index access, can be enabled project wise.

@pavelsvagr pavelsvagr added the enhancement New feature or request label Jan 15, 2024
@pavelsvagr pavelsvagr requested a review from smoliji January 15, 2024 09:44
@pavelsvagr pavelsvagr self-assigned this Jan 15, 2024
@pavelsvagr pavelsvagr merged commit 5ecb0aa into master Jan 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants