mirror of
https://github.com/anchore/syft.git
synced 2025-11-17 16:33:21 +01:00
update node classifier (#3419)
Signed-off-by: witchcraze <witchcraze@gmail.com>
This commit is contained in:
parent
e463206349
commit
066aadb4d1
@ -158,7 +158,7 @@ func DefaultClassifiers() []Classifier {
|
|||||||
// [NUL]v0.12.18[NUL]
|
// [NUL]v0.12.18[NUL]
|
||||||
// [NUL]v4.9.1[NUL]
|
// [NUL]v4.9.1[NUL]
|
||||||
// node.js/v22.9.0
|
// node.js/v22.9.0
|
||||||
FileContentsVersionMatcher(`(?m)\x00(node )?v(?P<version>(0|4|5)\.[0-9]+\.[0-9]+)\x00`),
|
FileContentsVersionMatcher(`(?m)\x00(node )?v(?P<version>(0|4|5|6)\.[0-9]+\.[0-9]+)\x00`),
|
||||||
FileContentsVersionMatcher(`(?m)node\.js\/v(?P<version>[0-9]+\.[0-9]+\.[0-9]+)`),
|
FileContentsVersionMatcher(`(?m)node\.js\/v(?P<version>[0-9]+\.[0-9]+\.[0-9]+)`),
|
||||||
),
|
),
|
||||||
Package: "node",
|
Package: "node",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user