Skip to content
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

angularjs2-tabs dependency has dependency with known security vulnerability #160

Open
paksydavid opened this issue Dec 2, 2022 · 2 comments

Comments

@paksydavid
Copy link

Hi,

First of all many thanks for this nice Angular library. 🙏🏽

The latest version of angular-fusioncharts depends on angularjs2-tabs@0.0.1-beta.1 which depends on Angular ^2.4.7 which has a known security vulnerability.

Cross site scripting in Angular:

A vulnerability was found in Angular up to 11.0.4/11.1.0-next.2. It has been classified as problematic. Affected is the handling of comments. The manipulation leads to cross site scripting. It is possible to launch the attack remotely but it might require an authentication first.
Upgrading to version 11.0.5 and 11.1.0-next.3 is able to address this issue. The name of the patch is ba8da742e3b243e8f43d4c63aa842b44e14f2b09. It is recommended to upgrade the affected component.

References

I also opened an issue in the angularjs2-tabs repository: rohitkr/angularjs2-tabs#1

I guess until angularjs2-tabs does not upgrade and release a new version there is not much to do in angular-fusioncharts, however I wanted to raise this issue so that you are aware of it.

@jerone
Copy link

jerone commented Dec 2, 2022

FushionCharts for Angular is not using that package in their NPM package:
https://unpkg.com/browse/angular-fusioncharts@4.0.0/dist/package.json

Only in their documentation site it looks like:

"angularjs2-tabs": "0.0.1-beta.1",

[..] so that you are aware of it.

I would not expect much; they have been inactive for long time: #153

@paksydavid
Copy link
Author

@jerone many thanks, good point. 👍🏽

Yeah I saw that they rather seem to be inactive. Though it would be good to at least keep up with the new Angular versions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants