We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 393e998 commit ff9a1ebCopy full SHA for ff9a1eb
x-pack/snapshot-tool/build.gradle
@@ -70,6 +70,10 @@ dependencies {
70
api 'javax.xml.bind:jaxb-api:2.2.2'
71
}
72
73
+configurations.configureEach {
74
+ exclude group: 'org.yaml', module: 'snakeyaml' // Avoid CVE: https://nvd.nist.gov/vuln/detail/cve-2022-1471
75
+}
76
+
77
tasks.named("dependencyLicenses").configure {
78
mapping from: /aws-java-sdk-.*/, to: 'aws-java-sdk'
79
mapping from: /jmespath-java.*/, to: 'aws-java-sdk'
0 commit comments