인프런 커뮤니티 질문&답변

강대중님의 프로필 이미지
강대중

작성한 질문수

Slack 클론 코딩[실시간 채팅 with React]

폴더 구조와 리액트 라우터

취약점이 왜 여러개 나올까요?

작성

·

268

0

npm audit fix를 하라고 해서 하긴 했는데~
 
$ npm i -D @types/react-router @types/react-router-dom npm WARN sleact@1.0.0 No description npm WARN sleact@1.0.0 No repository field. npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.13 (node_modules\we bpack-dev-server\node_modules\fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@ 1.2.13: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64" }) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.3.2 (node_modules\fse vents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@ 2.3.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"} ) + @types/react-router@5.1.18 + @types/react-router-dom@5.3.3 updated 2 packages and audited 838 packages in 6.837s 63 packages are looking for funding run `npm fund` for details found 8 vulnerabilities (2 low, 5 moderate, 1 high) run `npm audit fix` to fix them, or `npm audit` for details

 

답변 2

1

제로초(조현영)님의 프로필 이미지
제로초(조현영)
지식공유자

원래 어떤 소프트웨어나 취약점은 항상 있습니다. npx audit fix 후에 몇 개 남았나 보시고 high 아니면 무시하셔도 됩니다.

0

강대중님의 프로필 이미지
강대중
질문자

npm i -D react-router react-router-dom
를 빼먹었군요~~~ 실수입니다.

강대중님의 프로필 이미지
강대중

작성한 질문수

질문하기