OpenLiberty / guide-rest-client-reactjs

A guide on how to access a simple RESTful web service and consume its resources with ReactJS in Open Liberty.
https://openliberty.io/guides/rest-client-reactjs.html
Other
1 stars 1 forks source link

nth-check vulnerability #80

Closed gkwan-ibm closed 10 months ago

gkwan-ibm commented 2 years ago

address https://github.com/OpenLiberty/guide-rest-client-reactjs/security/dependabot

based on https://issueexplorer.com/issue/facebook/create-react-app/11647. This issue is pending on https://github.com/facebook/create-react-app/pull/11780

jakub-pomykala commented 1 year ago

This alert can be dismissed - after doing some research I have tested it by moving react-scripts into devDependencies and running npm audit --production which returns:

found 0 vulnerabilities

This fix can be found here

gkwan-ibm commented 10 months ago

close