chore: ignore unfixable vulnerabilities #227
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This repo is being scanned by
snyk-iac-group-seceng
: https://app.snyk.io/org/snyk-iac-group-seceng/project/01868049-d1f7-48cd-ad59-d9bb10f6fe89There quite a few vulnerabilities, some of which can be fixed by updating
@docusaurus
package from2.0.0-beta.9
to2.0.0-beta.17
.While attempting this I ran into a few problems:
@theme/hooks
to@docusaurus/theme-common
Error: Cannot find module 'webpack/package.json'
[email protected]
but@docusaurus
use their own forked version of this library which is stuck at/[email protected]
(https://www.npmjs.com/package/react-loadable-ssr-addon-v5-slorber)In the meantime though, I saw that this same procedure was attempted in https://github.com/snyk/driftctl-docs/tree/chore/update-dependencies. To avoid on-callers having to re-investigate this same issue, I am ignoring all vulnerabilities in this repo that are caused by
@docusaurus
I've set a one month expiry time, but I'm hoping by then this fill be fixed upstream.