Skip to content

Commit 366453a

Browse files
chore(deps): bump github.com/codacy/codacy-engine-golang-seed/v6 from 6.4.5 to 6.4.6 (#207)
* chore(deps): bump github.com/codacy/codacy-engine-golang-seed/v6 Bumps [github.com/codacy/codacy-engine-golang-seed/v6](https://github.com/codacy/codacy-engine-golang-seed) from 6.4.5 to 6.4.6. - [Commits](codacy/codacy-engine-golang-seed@v6.4.5...v6.4.6) --- updated-dependencies: - dependency-name: github.com/codacy/codacy-engine-golang-seed/v6 dependency-version: 6.4.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * fix: Add new vulnerability to tests --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: André Meira <[email protected]>
1 parent a69cfaf commit 366453a

File tree

4 files changed

+63
-3
lines changed

4 files changed

+63
-3
lines changed

docs/multiple-tests/pattern-vulnerability-high/results.xml

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,42 @@
8282
message="Insecure dependency golang/[email protected] (CVE-2025-47907: database/sql: Postgres Scan Race Condition) (update to 1.23.12)"
8383
severity="high"
8484
/>
85+
<error
86+
source="vulnerability_high"
87+
line="5"
88+
message="Insecure dependency golang/[email protected] (CVE-2025-47912: The Parse function permits values other than IPv6 addresses to be incl ...) (update to 1.24.8)"
89+
severity="high"
90+
/>
91+
<error
92+
source="vulnerability_high"
93+
line="5"
94+
message="Insecure dependency golang/[email protected] (CVE-2025-58183: tar.Reader does not set a maximum size on the number of sparse region ...) (update to 1.24.8)"
95+
severity="high"
96+
/>
97+
<error
98+
source="vulnerability_high"
99+
line="5"
100+
message="Insecure dependency golang/[email protected] (CVE-2025-58186: Despite HTTP headers having a default limit of 1MB, the number of cook ...) (update to 1.24.8)"
101+
severity="high"
102+
/>
103+
<error
104+
source="vulnerability_high"
105+
line="5"
106+
message="Insecure dependency golang/[email protected] (CVE-2025-58187: Due to the design of the name constraint checking algorithm, the proce ...) (update to 1.24.9)"
107+
severity="high"
108+
/>
109+
<error
110+
source="vulnerability_high"
111+
line="5"
112+
message="Insecure dependency golang/[email protected] (CVE-2025-58188: Validating certificate chains which contain DSA public keys can cause ...) (update to 1.24.8)"
113+
severity="high"
114+
/>
115+
<error
116+
source="vulnerability_high"
117+
line="5"
118+
message="Insecure dependency golang/[email protected] (CVE-2025-61724: The Reader.ReadResponse function constructs a response string through ...) (update to 1.24.8)"
119+
severity="high"
120+
/>
85121
</file>
86122

87123
<file name="javascript/package-lock.json">

docs/multiple-tests/pattern-vulnerability-medium/results.xml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,30 @@
128128
message="Insecure dependency golang/[email protected] (CVE-2025-47906: os/exec: Unexpected paths returned from LookPath in os/exec) (update to 1.23.12)"
129129
severity="warning"
130130
/>
131+
<error
132+
source="vulnerability_medium"
133+
line="3"
134+
message="Insecure dependency golang/[email protected] (CVE-2025-58185: encoding/asn1: Parsing DER payload can cause memory exhaustion in encoding/asn1) (update to 1.24.8)"
135+
severity="warning"
136+
/>
137+
<error
138+
source="vulnerability_medium"
139+
line="3"
140+
message="Insecure dependency golang/[email protected] (CVE-2025-58189: crypto/tls: go crypto/tls ALPN negotiation error contains attacker controlled information) (update to 1.24.8)"
141+
severity="warning"
142+
/>
143+
<error
144+
source="vulnerability_medium"
145+
line="3"
146+
message="Insecure dependency golang/[email protected] (CVE-2025-61723: encoding/pem: Quadratic complexity when parsing some invalid inputs in encoding/pem) (update to 1.24.8)"
147+
severity="warning"
148+
/>
149+
<error
150+
source="vulnerability_medium"
151+
line="3"
152+
message="Insecure dependency golang/[email protected] (CVE-2025-61725: net/mail: Excessive CPU consumption in ParseAddress in net/mail) (update to 1.24.8)"
153+
severity="warning"
154+
/>
131155
</file>
132156

133157
<file name="gradle/gradle.lockfile">

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require (
66
github.com/CycloneDX/cyclonedx-go v0.9.3
77
github.com/aquasecurity/trivy v0.67.2 // Also update .config.yml
88
github.com/aquasecurity/trivy-db v0.0.0-20250929072116-eba1ced2340a
9-
github.com/codacy/codacy-engine-golang-seed/v6 v6.4.5
9+
github.com/codacy/codacy-engine-golang-seed/v6 v6.4.6
1010
github.com/google/go-cmp v0.7.0
1111
github.com/package-url/packageurl-go v0.1.3
1212
github.com/samber/lo v1.52.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -299,8 +299,8 @@ github.com/cncf/xds/go v0.0.0-20250501225837-2ac532fd4443 h1:aQ3y1lwWyqYPiWZThqv
299299
github.com/cncf/xds/go v0.0.0-20250501225837-2ac532fd4443/go.mod h1:W+zGtBO5Y1IgJhy4+A9GOqVhqLpfZi+vwmdNXUehLA8=
300300
github.com/cockroachdb/apd/v3 v3.2.1 h1:U+8j7t0axsIgvQUqthuNm82HIrYXodOV2iWLWtEaIwg=
301301
github.com/cockroachdb/apd/v3 v3.2.1/go.mod h1:klXJcjp+FffLTHlhIG69tezTDvdP065naDsHzKhYSqc=
302-
github.com/codacy/codacy-engine-golang-seed/v6 v6.4.5 h1:Qm9xDfoPasTWGDnV4UbTJchFVRdMqbW1F7gPB/rpHGU=
303-
github.com/codacy/codacy-engine-golang-seed/v6 v6.4.5/go.mod h1:32aejWm0y7+Qcngg4sS1ZXQKmKSAjEsN6brHdfLF5lQ=
302+
github.com/codacy/codacy-engine-golang-seed/v6 v6.4.6 h1:EkwZBYPUiz9mzSmXf6wDYwItCgMJXpKjOBllCj7ysfQ=
303+
github.com/codacy/codacy-engine-golang-seed/v6 v6.4.6/go.mod h1:32aejWm0y7+Qcngg4sS1ZXQKmKSAjEsN6brHdfLF5lQ=
304304
github.com/codahale/rfc6979 v0.0.0-20141003034818-6a90f24967eb h1:EDmT6Q9Zs+SbUoc7Ik9EfrFqcylYqgPZ9ANSbTAntnE=
305305
github.com/codahale/rfc6979 v0.0.0-20141003034818-6a90f24967eb/go.mod h1:ZjrT6AXHbDs86ZSdt/osfBi5qfexBrKUdONk989Wnk4=
306306
github.com/common-nighthawk/go-figure v0.0.0-20210622060536-734e95fb86be h1:J5BL2kskAlV9ckgEsNQXscjIaLiOYiZ75d4e94E6dcQ=

0 commit comments

Comments
 (0)