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

Yarn v4 audit implementation #1184

Open
wants to merge 35 commits into
base: master
Choose a base branch
from
Open

Yarn v4 audit implementation #1184

wants to merge 35 commits into from

Conversation

furnivall
Copy link
Contributor

In progress - still needs to be tested.

Audit format has changed from v3 -> v4.
v4.0.0 uses a different format from 4.0.1 onwards, so we're not going to handle it and force upgrade to 4.0.1+.

Handles unnecessary suppressions and other bits. Will update this description later.

@furnivall furnivall requested a review from a team as a code owner November 27, 2023 13:05

def build_parent_json_for_cosmosDB(vulnerabilities, suppressions):
if os.environ.get('CI') != 'true':
print("Not running in CI, skipping parent JSON block")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this doesn't look like it skips anything?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants