[ 
https://issues.apache.org/jira/browse/YUNIKORN-699?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Weiwei Yang resolved YUNIKORN-699.
----------------------------------
    Resolution: Fixed

> replace the UUID library in the shim repo
> -----------------------------------------
>
>                 Key: YUNIKORN-699
>                 URL: https://issues.apache.org/jira/browse/YUNIKORN-699
>             Project: Apache YuniKorn
>          Issue Type: Bug
>          Components: shim - kubernetes
>            Reporter: Wilfred Spiegelenburg
>            Assignee: Chen Yu Teng
>            Priority: Blocker
>              Labels: cve, pull-request-available
>             Fix For: 0.11
>
>
> The library we use github.com/satori/go.uuid has a CVE open against it and 
> has had for a long time. Maintenance of the code is also questionable.
> We should move to github.com/google/uuid v1.2.0. 
> That would be a simple replacement of {{uuid.NewV4().String()}} with 
> {{uuid.NewString()}}
> This latest version provides a {{uuid.NewString()}} method if we stick with 
> an older version it would become {{uuid.New().String()}}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@yunikorn.apache.org
For additional commands, e-mail: dev-h...@yunikorn.apache.org

Reply via email to