Skip to content

Commit ede1a26

Browse files
upgrade parser version - look for package per section name(AST-000) (#1282)
* upgrade parser version - look for package per section name * upgrade manifest-parser version * fix sca vul * upgrade version --------- Co-authored-by: Daniel Greenspan <[email protected]>
1 parent 383ee1b commit ede1a26

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

go.mod

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require (
77
github.com/Checkmarx/containers-types v1.0.9
88
github.com/Checkmarx/gen-ai-prompts v0.0.0-20240807143411-708ceec12b63
99
github.com/Checkmarx/gen-ai-wrapper v1.0.2
10-
github.com/Checkmarx/manifest-parser v0.1.0
10+
github.com/Checkmarx/manifest-parser v0.1.1
1111
github.com/Checkmarx/secret-detection v1.2.1
1212
github.com/MakeNowJust/heredoc v1.0.0
1313
github.com/bouk/monkey v1.0.0
@@ -35,10 +35,7 @@ require (
3535
)
3636

3737
require (
38-
github.com/santhosh-tekuri/jsonschema/v6 v6.0.2 // indirect
39-
go.yaml.in/yaml/v2 v2.4.2 // indirect
40-
go.yaml.in/yaml/v3 v3.0.3 // indirect
41-
dario.cat/mergo v1.0.1 // indirect
38+
dario.cat/mergo v1.0.1 // indirect
4239
github.com/AdaLogics/go-fuzz-headers v0.0.0-20240806141605-e8a1dd7889d6 // indirect
4340
github.com/AdamKorcz/go-118-fuzz-build v0.0.0-20240914100643-eb91380d8434 // indirect
4441
github.com/Azure/go-ansiterm v0.0.0-20250102033503-faa5f7b0171c // indirect
@@ -228,6 +225,7 @@ require (
228225
github.com/saferwall/pe v1.5.6 // indirect
229226
github.com/sagikazarmark/locafero v0.9.0 // indirect
230227
github.com/saintfish/chardet v0.0.0-20230101081208-5e3ef4b5456d // indirect
228+
github.com/santhosh-tekuri/jsonschema/v6 v6.0.2 // indirect
231229
github.com/sassoftware/go-rpmutils v0.4.0 // indirect
232230
github.com/scylladb/go-set v1.0.3-0.20200225121959-cc7b2070d91e // indirect
233231
github.com/secDre4mer/pkcs7 v0.0.0-20240322103146-665324a4461d // indirect
@@ -271,6 +269,8 @@ require (
271269
go.opentelemetry.io/otel/trace v1.35.0 // indirect
272270
go.uber.org/mock v0.5.2 // indirect
273271
go.uber.org/multierr v1.11.0 // indirect
272+
go.yaml.in/yaml/v2 v2.4.2 // indirect
273+
go.yaml.in/yaml/v3 v3.0.3 // indirect
274274
golang.org/x/exp v0.0.0-20250305212735-054e65f0b394 // indirect
275275
golang.org/x/mod v0.26.0 // indirect
276276
golang.org/x/net v0.42.0 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ github.com/Checkmarx/gen-ai-prompts v0.0.0-20240807143411-708ceec12b63 h1:SCuTcE
7575
github.com/Checkmarx/gen-ai-prompts v0.0.0-20240807143411-708ceec12b63/go.mod h1:MI6lfLerXU+5eTV/EPTDavgnV3owz3GPT4g/msZBWPo=
7676
github.com/Checkmarx/gen-ai-wrapper v1.0.2 h1:T6X40+4hYnwfDsvkjWs9VIcE6s1O+8DUu0+sDdCY3GI=
7777
github.com/Checkmarx/gen-ai-wrapper v1.0.2/go.mod h1:xwRLefezwNNnRGu1EjGS6wNiR9FVV/eP9D+oXwLViVM=
78-
github.com/Checkmarx/manifest-parser v0.1.0 h1:swnzQpBFbJap7dgoj39oI6MaIqUlnVuBp5VJzeLVevQ=
79-
github.com/Checkmarx/manifest-parser v0.1.0/go.mod h1:hh5FX5FdDieU8CKQEkged4hfOaSylpJzub8PRFXa4kA=
78+
github.com/Checkmarx/manifest-parser v0.1.1 h1:Yp/fy0NjeLxxcS8y9AA9yIzWafC/Zeqn36YjVSe91DU=
79+
github.com/Checkmarx/manifest-parser v0.1.1/go.mod h1:hh5FX5FdDieU8CKQEkged4hfOaSylpJzub8PRFXa4kA=
8080
github.com/Checkmarx/secret-detection v1.2.1 h1:Hzpz74dcN/L14Q86ARvPOZpKBnERzGTpy6sl1RXKOTo=
8181
github.com/Checkmarx/secret-detection v1.2.1/go.mod h1:kbXbtIQisDdB/TNuV7r9HPclEznUyBHLQ5yr7IX7vBQ=
8282
github.com/CycloneDX/cyclonedx-go v0.9.2 h1:688QHn2X/5nRezKe2ueIVCt+NRqf7fl3AVQk+vaFcIo=

0 commit comments

Comments
 (0)