[SUPPLY-CHAIN] Supply chain security #1344
Labels
Epic
Issues container
Project: DEV-PROC
Superfluid development processes related to DevSecOps, Quality and InfoSec.
Tag: Idea
Raw idea, questions, thoughts and brainstorming notes
Type: Security
Security related system improvements
Right now we don't have enough measures to mitigate supply chain security. To make sure we are not vulnerable due to third party code we should integrate some checks for known security issues/vulns.
Two paths that we could explore:
yarn audit
into CI/CD (long hanging fruit)In addition to this, we should utilize Dependabot to make sure we are applying security updates & patches. Dependabot can scan our dependencies and open a PR with the security update needed.
The text was updated successfully, but these errors were encountered: