go-enry / go-license-detector

Reliable project licenses detector.
Other
127 stars 36 forks source link

Fix CVE-2020-14040, update bindata licenses #8

Closed karlmutch closed 3 years ago

karlmutch commented 3 years ago

Fixes a CVE issue related to the go x unicode text package. Update the license bindata.

fixes #6

karlmutch commented 3 years ago

regressions pass

go test ./... ok github.com/go-enry/go-license-detector/v4/cmd/license-detector 3.422s ok github.com/go-enry/go-license-detector/v4/licensedb 11.396s ? github.com/go-enry/go-license-detector/v4/licensedb/api [no test files] ok github.com/go-enry/go-license-detector/v4/licensedb/filer 0.031s ok github.com/go-enry/go-license-detector/v4/licensedb/internal 0.319s ? github.com/go-enry/go-license-detector/v4/licensedb/internal/assets [no test files] ok github.com/go-enry/go-license-detector/v4/licensedb/internal/fastlog 0.007s ok github.com/go-enry/go-license-detector/v4/licensedb/internal/normalize 0.011s ok github.com/go-enry/go-license-detector/v4/licensedb/internal/processors 0.015s ok github.com/go-enry/go-license-detector/v4/licensedb/internal/wmh 0.015s

karlmutch commented 3 years ago

@lafriks After your approval what is the process for this to be merged ?

lafriks commented 3 years ago

Waiting for @bzz to either add me merge rights or merge himself :)

bzz commented 3 years ago

Thank you for the fix, @karlmutch and @lafriks for the prompt review!