Uploaded image for project: 'Apache YuniKorn'
  1. Apache YuniKorn
  2. YUNIKORN-691

move to different UUID library

    XMLWordPrintableJSON

Details

    Description

      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()

      Attachments

        Issue Links

          Activity

            People

              wilfreds Wilfred Spiegelenburg
              wilfreds Wilfred Spiegelenburg
              Votes:
              1 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: