npm audit high 취약점 overrides로 조치 (#22) - #23
Merged
Conversation
Override vulnerable Docusaurus toolchain packages so CI audit --audit-level=high passes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
npm audit --audit-level=high)에 걸려 실패하여, 해당 이슈를 분리 조치한 PR입니다.package.jsonoverrides로 패치 버전에 고정했습니다.배경 (PR #21 CI 실패)
PR #21 작업 중 CI
Security audit (high/critical)단계에서 아래와 같이 high 취약점이 보고되며 검사가 실패했습니다.문서 변경(#21)과 보안 의존성 조치를 분리하기 위해 본 PR(#23)로 올렸습니다.
변경 내용
body-parser,brace-expansion,minimatch,dompurify,fast-uri,js-yaml,postcss,shell-quote,svgo,webpack-dev-server등 overrides 추가gray-matter용js-yaml은 3.15.0으로 분리 고정npm audit0건,npm run build성공Test plan
npm install후npm audit --audit-level=high통과npm run build성공