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

Package dependency security maintenance #6

Open
arrrgi opened this issue Jan 10, 2025 · 0 comments
Open

Package dependency security maintenance #6

arrrgi opened this issue Jan 10, 2025 · 0 comments
Labels
step: to refine Issue waits for review from project maintainers type: bug Something isn't working

Comments

@arrrgi
Copy link

arrrgi commented Jan 10, 2025

Describe the bug
A number of package dependencies have moderate to high security vulnerabilities. These may be exploitable in the right circumstances.

To Reproduce
Steps to reproduce the behavior:

  1. Clone the repo
  2. Run npm install
  3. Run npm audit to list packages with vulnerabilities that have been patched

Expected behavior
npm audit --audit-level=low should not report any vulnerabilities, or at best case, only report low severity instances. Consider adding dependabot to automate scans and raise relevant issues in the repo for package dependency security issues detected.

Project version:
"version": "0.0.1"

Desktop:

  • OS: MacOS
  • Browser: Firefox
  • Version: 133.0.3
@arrrgi arrrgi added step: to refine Issue waits for review from project maintainers type: bug Something isn't working labels Jan 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
step: to refine Issue waits for review from project maintainers type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant