Jeff-Lewis / cls-hooked

cls-hooked : CLS using AsynWrap or async_hooks instead of async-listener for node 4.7+
BSD 2-Clause "Simplified" License
759 stars 89 forks source link

Does it possible to update semver depcy from anything to 7.5.2? #78

Open dc185334 opened 1 year ago

dc185334 commented 1 year ago

I have no issues with such npm overrides in my package.json, but it is still my case:

    "semver@7.5.1": "7.5.2",
    "cls-hooked@4.2.2": {
      "semver@5.4.1": "7.5.2"
    },
    "async-listener@0.6.10": {
      "semver@5.7.1": "7.5.2"
    }
rpodwika commented 1 year ago

semver 5.4.1 seem to have CVE https://www.mend.io/vulnerability-database/CVE-2022-25883 any chane to update that dependency?

gutierrezj2 commented 1 year ago

having same issue +1

Regnised commented 1 year ago

Having the snyk issue Regular Expression Denial of Service (ReDoS) [High Severity][https://security.snyk.io/vuln/SNYK-JS-SEMVER-3247795] in semver@7.5.1 introduced by aws-xray-sdk@3.5.0 > aws-xray-sdk-core@3.5.0 > cls-hooked@4.2.2 > semver@5.7.1 and 1 other path(s) This issue was fixed in versions: 7.5.2

dc185334 commented 1 year ago

7.5.2 force resolution works like a charm for the last two weeks. Just letting you to know.

rohitkumarcs commented 1 year ago

What is the plan to release the fix of this issue anytime soon?

rsshilli commented 1 year ago

There's a pull request (https://github.com/Jeff-Lewis/cls-hooked/pull/81) that's been sitting there for a month. I'm guessing the author has abandoned this project :-(.