Description
It seems that in v9 you fixed the vulnerability: CVE-2022-23529 Arbitrary File Write via verify function.
I'm using jsonwebtoken v8 on Node v8 (legacy system) and I can't upgrade it.
Is there a patch for this vulnerability in v8?
Environment
- Version of this library used: 8
- Version of the platform or framework used, if applicable: Node 8
Description
It seems that in v9 you fixed the vulnerability:
CVE-2022-23529Arbitrary File Write via verify function.I'm using
jsonwebtokenv8 on Node v8 (legacy system) and I can't upgrade it.Is there a patch for this vulnerability in v8?
Environment