NASA-PDS / wds-react-legacy

PDS Web Design System - React Implementation
https://github.com/NASA-PDS/wds-react
Apache License 2.0
1 stars 1 forks source link

As a user, I want to autonomously run and monitor NPM security vulnerabilities #100

Open jordanpadams opened 1 year ago

jordanpadams commented 1 year ago

Checked for duplicates

Yes - I've already checked

🧑‍🔬 User Persona(s)

ITSec, Manager

💪 Motivation

...so that I can run a vulnerability audit and autonomously determine which of those vulnerabilities can be ignored.

📖 Additional Details

See https://www.npmjs.com/package/better-npm-audit

Acceptance Criteria

Given an the wds-react repo When I perform npm audit Then I expect to receive the NPM vulnerabilities identified, ignoring those that have been triaged and are known non-issues.

⚙️ Engineering Details

jordanpadams commented 1 year ago

@anilnatha a useful starter task to get this moving forward. this can probably go along with #95. @tloubrieu-jpl can probably help direct you to the PR that @eddiesarevalo completed to triage a lot of these vulnerabilities that are non-issues.