Jeran Urban

Results 5 comments of Jeran Urban

> I'm interested in finding a way to resolve this regex vulnerability as well. If anyone knows how it should be resolved please let me know. The main issues around...

another option is to leave your centralized content in the bundle config so it's still managed by one location and compiler for build time ,but if it is already a...

Hello, Can anyone verify that CVE-2020-1045 was permanently fixed for Mictosoft.AspNetCore.Http as of 2.1.22, and the higher versions, including versions 2.2.x no longer have this vulnerability? Sonatype is reporting this...

looks like the warning is thrown from this update to CRA: https://github.com/facebook/create-react-app/pull/8227

current workaround in package.json: ``` "overrides": { "resolve-url-loader":{ "postcss": "^8.4.31" } } ```