-
-
Notifications
You must be signed in to change notification settings - Fork 504
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
High severity package vulnerability with browser-sync -> localtunnel -> axios #1578
Comments
Plus one to get this fixed. |
Adding my +1, too, also see the Discord chat. This number of vulnerabilities increases if you install something like @11ty/eleventy-plugin-rss. |
+1 for a workaround or a fix to this! |
It seems that localtunnel hasn't received any updates for 16 months. |
+1 |
1 similar comment
+1 |
Follow along at this issue also: BrowserSync/browser-sync#1831 This did happen earlier in 2020 and they did release a patch for it, so hang tight. Previous context: #1164 (comment) Related: #1305 |
Also I would reiterate that browser-sync is intended for development purposes only—do not run it in production! |
+1 |
This issue no longer applies: since browser-sync v2.26.13 (the version currently used by eleventy) specifies the localtunnel dependency as |
I can confirm that localtunnel v2.0.1 fix this. |
UPDATE: Tested @zachleat As this seems to be resolved, I'm closing this issue 👍 |
…as mentioned in this thread: 11ty/eleventy#1578
Describe the bug
When installing
@11ty/eleventy
(v0.11.1) with npm in a new project. I'm seeing this high severity vulnerability across all new projects and after updating from v0.11.0 to v0.11.1 in existing projects. After further investigation, here is the link for more information and the Fix commit inaxios
.To Reproduce
In a fresh project folder (without
@11ty/eleventy
installed):npm init -y
npm install @11ty/eleventy
npm install
ing.npm audit
to see a more detailed version of the vulnerability.axios
from0.19.0
to0.21.1
and update theintegrity
andresolved
keys foraxios {}
inpackage-lock.json
nearlocaltunnel
.When using
npm update @11ty/eleventy
in an existing project that was prev runningv0.11.0
the same high severity vulnerability occurs like mentioned above withbrowser-sync -> localtunnel -> axios
.Expected behavior
The most updated version of
eleventy
(v0.11.1) to not have any high severity package vulnerabilities out of the box after installation.Screenshots
![Screen Shot 2021-01-05 at 8 42 14 PM](https://user-images.githubusercontent.com/48612525/103730111-dc9e9080-4f96-11eb-925c-f2bf095fdc42.png)
Environment:
The text was updated successfully, but these errors were encountered: