jsverse / transloco

🚀 😍 The internationalization (i18n) library for Angular
https://jsverse.github.io/transloco/
MIT License
1.97k stars 191 forks source link

Bug(scope): inflight 1.0.6 dependency has security issue. #743

Open iChicago opened 5 months ago

iChicago commented 5 months ago

Is there an existing issue for this?

Which Transloco package(s) are the source of the bug?

Transloco

Is this a regression?

No

Current behavior

We ran a security check for transloco dependency in Angular and we found that it uses inflight 1.0.6 which may lead to Denial of Service (DoS) after memory leakage.

the package inflight in not actively maintained https://www.npmjs.com/package/inflight

Expected behavior

Use alternative package other than inflight or remove it if it is not used.

Please provide a link to a minimal reproduction of the bug, if you won't provide a link the issue won't be handled.

no need

Transloco Config

no need

Please provide the environment you discovered this bug in

Transloco: 6.0.0
Angular: 16
Node: v18.10.0
Package Manager: npm
OS: windows

Browser

All

Additional context

No response

I would like to make a pull request for this bug

No