harshmittalibm commented on PR #3663: URL: https://github.com/apache/incubator-kie-tools/pull/3663#issuecomment-4991619406
Hi @thiagoelg, The fast-uri dependency is brought by ajv package. [email protected] declares "fast-uri": "^3.0.1" — a range that includes both 3.1.2 (vulnerable) and 3.1.3 (patched). Since ajv itself is already at its latest (8.20.0), upgrading ajv is not an option. In summary - - The direct consumers (ajv) are already at their latest versions. - The vulnerability is in a transitive dep whose version range in ajv happens to permit both safe and unsafe versions. - The override pins it firmly to 3.1.3 across all consumers regardless of how pnpm resolves the range in the future. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
