We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug The prod bundle we emit for the figma plugin only has 2 remaining high priority vulnerabilities.
set-value
minimatch
Neither have any real impact to the security of the plugin, however they are affecting auditing reports.
1 relies on a major version upgrade, https://github.com/tokens-studio/figma-plugin/actions/runs/4431195197 shows that this introduces a major regression
We will likely need to get surgical with the package-lock.json and manually remediate these
The text was updated successfully, but these errors were encountered:
The minimatch vulnerability should be solved in #1707
Set-value is much harder to resolve
Sorry, something went wrong.
Fixed in 1.35.3
No branches or pull requests
Describe the bug
The prod bundle we emit for the figma plugin only has 2 remaining high priority vulnerabilities.
set-value
GHSA-4jqc-8m5r-9rprminimatch
GHSA-f8q6-p94x-37v3Neither have any real impact to the security of the plugin, however they are affecting auditing reports.
1 relies on a major version upgrade, https://github.com/tokens-studio/figma-plugin/actions/runs/4431195197 shows that this introduces a major regression
We will likely need to get surgical with the package-lock.json and manually remediate these
The text was updated successfully, but these errors were encountered: