mirror of
https://github.com/anchore/syft.git
synced 2025-11-18 00:43:20 +01:00
Add binary classifier for Julia lang (#2427)
Signed-off-by: Laurent Goderre <laurent.goderre@docker.com>
This commit is contained in:
parent
4846639ee4
commit
51d3cd0066
@ -46,6 +46,15 @@ var defaultClassifiers = []classifier{
|
|||||||
PURL: mustPURL("pkg:generic/go@version"),
|
PURL: mustPURL("pkg:generic/go@version"),
|
||||||
CPEs: singleCPE("cpe:2.3:a:golang:go:*:*:*:*:*:*:*:*"),
|
CPEs: singleCPE("cpe:2.3:a:golang:go:*:*:*:*:*:*:*:*"),
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
Class: "julia-binary",
|
||||||
|
FileGlob: "**/libjulia-internal.so",
|
||||||
|
EvidenceMatcher: fileContentsVersionMatcher(
|
||||||
|
`(?m)__init__\x00(?P<version>[0-9]+\.[0-9]+\.[0-9]+)\x00verify`),
|
||||||
|
Package: "julia",
|
||||||
|
PURL: mustPURL("pkg:generic/julia@version"),
|
||||||
|
CPEs: singleCPE("cpe:2.3:a:julialang:julia:*:*:*:*:*:*:*:*"),
|
||||||
|
},
|
||||||
{
|
{
|
||||||
Class: "helm",
|
Class: "helm",
|
||||||
FileGlob: "**/helm",
|
FileGlob: "**/helm",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user