You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have verified this is the correct repository for opening this issue.
I have verified no other issues exist related to my request.
Is Your Feature Request Related To A Problem? Please describe.
Right now, in the audit.yaml file, we are running yarn npm audit --severity moderate, however, this does not seem to scan enough dependencies to catch everything that might be reported by Dependabot.
Describe The Solution. Why is it needed?
We should instead change the command to: yarn npm audit --all --recursive to ensure that all dependencies are audited recursively. This will ensure that we catch all vulnerabilities before shipping.
Additional Context
No response
Related Issues
No response
The text was updated successfully, but these errors were encountered:
st3phhays
added a commit
to st3phhays/choco-astro
that referenced
this issue
Sep 24, 2024
Checklist
Is Your Feature Request Related To A Problem? Please describe.
Right now, in the
audit.yaml
file, we are runningyarn npm audit --severity moderate
, however, this does not seem to scan enough dependencies to catch everything that might be reported by Dependabot.Describe The Solution. Why is it needed?
We should instead change the command to:
yarn npm audit --all --recursive
to ensure that all dependencies are audited recursively. This will ensure that we catch all vulnerabilities before shipping.Additional Context
No response
Related Issues
No response
The text was updated successfully, but these errors were encountered: