Skip to content

Commit c6f8981

Browse files
Copilotgygrobot
andauthored
CHK-13433 force netty-codec-dns to 4.2.13.Final via dependency constraint
Agent-Logs-Url: https://github.com/getyourguide/openapi-validation-java/sessions/64cb50d8-eef4-465e-a83a-d80442e78598 Co-authored-by: gygrobot <19344429+gygrobot@users.noreply.github.com>
1 parent 67ebb29 commit c6f8981

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

build.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@ subprojects {
3535
useVersion('11.0.21')
3636
because('GHSA-rv64-5gf8-9qq8 / GHSA-x4m4-345f-5h5g / GHSA-24j9-x2wg-9qv6: Apache Tomcat < 11.0.21 vulnerabilities')
3737
}
38+
if (requested.group == 'io.netty' && requested.name == 'netty-codec-dns'
39+
&& requested.version != null && requested.version < '4.2.13.Final') {
40+
useVersion('4.2.13.Final')
41+
because('GHSA-cm33-6792-r9fm: Netty netty-codec-dns DNS codec input validation bypass')
42+
}
3843
}
3944
}
4045

0 commit comments

Comments
 (0)