You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@helix.apache.org by GitBox <gi...@apache.org> on 2022/06/21 23:40:33 UTC

[GitHub] [helix] micahstubbs commented on issue #2163: Resolve ReDoS vulnerability in helix-front dep yargs-parser@20.0.0

micahstubbs commented on issue #2163:
URL: https://github.com/apache/helix/issues/2163#issuecomment-1162465077

   The latest yargs-parser major version is 21.  The breaking change is dropping support for node 10.  This does not affect helix-front, which currently uses node 14.
   
   https://github.com/yargs/yargs-parser/releases/tag/yargs-parser-v21.0.0
   
   This means we should be able to resolve this security vulnerability by manually installing the latest yargs-parser as a direct  dev dependency:
   
   ```py
   yarn add -D yargs-parser@21
   ```
   
   


-- 
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: reviews-unsubscribe@helix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@helix.apache.org
For additional commands, e-mail: reviews-help@helix.apache.org