High severity vulnerabilities
See original GitHub issueCloning repository via npm mentions the following:
found 2 high severity vulnerabilities
Running npm audit
reveals the following:
=== npm audit security report ===
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β Manual Review β
β Some vulnerabilities require your attention to resolve β
β β
β Visit https://go.npm.me/audit-guide for additional guidance β
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
βββββββββββββββββ¬βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β High β Server-Side Request Forgery β
βββββββββββββββββΌβββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ€
β Package β axios β
βββββββββββββββββΌβββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ€
β Patched in β >=0.21.1 β
βββββββββββββββββΌβββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ€
β Dependency of β browser-sync [dev] β
βββββββββββββββββΌβββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ€
β Path β browser-sync > localtunnel > axios β
βββββββββββββββββΌβββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ€
β More info β https://npmjs.com/advisories/1594 β
βββββββββββββββββ΄βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
βββββββββββββββββ¬βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β High β Server-Side Request Forgery β
βββββββββββββββββΌβββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ€
β Package β axios β
βββββββββββββββββΌβββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ€
β Patched in β >=0.21.1 β
βββββββββββββββββΌβββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ€
β Dependency of β bundlewatch [dev] β
βββββββββββββββββΌβββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ€
β Path β bundlewatch > axios β
βββββββββββββββββΌβββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ€
β More info β https://npmjs.com/advisories/1594 β
βββββββββββββββββ΄βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
found 2 high severity vulnerabilities in 1425 scanned packages
2 vulnerabilities require manual review. See the full report for details.
I know that browsersync
is used only for development and is not part of dist
files. What about bundlewatch
? Is it used inside dist
files or not?
Reading description of bundlewatch
leads me to believe it is used as a dev tool and as such, is not part of the dist
files but Iβd like to double check to be sure.
Issue Analytics
- State:
- Created 3 years ago
- Comments:15 (6 by maintainers)
Top Results From Across the Web
when Install the npm, found 12 high severity vulnerabilities
15) has 18 vulnerabilities (6 moderate, 12 high). Upgrading npm to 8.0.0, removing node_modules and package-lock.json and executing npm installΒ ...
Read more >Vulnerability Severity Levels - Invicti
A High severity vulnerability means that your website can be hacked and can lead hackers to find other vulnerabilities which have a bigger...
Read more >Chromium Docs - Severity Guidelines for Security Issues
High severity vulnerabilities allow an attacker to execute code in the context of, or otherwise impersonate other origins or read cross-origin data.
Read more >Update: OpenSSL high severity vulnerabilities - Snyk
OpenSSL has released two high severity vulnerabilities β CVE-2022-3602 and CVE-2022-3786 β related to buffer overrun.
Read more >High Severity Vulnerabilities - Acunetix
Vulnerability Name CWE Severity
.NET HTTP Remoting publicly exposed CWEβ502 High
.NET JSON.NET Deserialization RCE CWEβ502 High
ACME mini_httpd arbitrary file read CWEβ23 High
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Now this is fixed π bundlewatch is updated 0.3.1.
@XhmikosR Iβm thinking about to remove the plugins folder and use CDNβs with AdminLTE v4.0.0, this sould help π€£.