Skip to content

Commit b9d7709

Browse files
authored
chore:remove guava/netty/jackson dependency overwrite (24.2) [skip ci] (#4602)
* chore:remove guava/netty/jackson dependency overwrite * chore: use form-filler 1.0-SNAPSHOT
1 parent 113b669 commit b9d7709

File tree

3 files changed

+2
-59
lines changed

3 files changed

+2
-59
lines changed

scripts/generateAndCheckSBOM.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,6 @@ const licenseWhiteList = [
4646
];
4747

4848
const cveWhiteList = {
49-
// exclude jackson-databind:2.15.2, as https://github.com/jeremylong/DependencyCheck/issues/5779 and https://nvd.nist.gov/vuln/detail/CVE-2023-35116
50-
'pkg:maven/com.fasterxml.jackson.core/jackson-databind@2.15.2': ['CVE-2023-35116'],
51-
// exclude false positive based on https://github.com/jeremylong/DependencyCheck/issues/5912
52-
'pkg:maven/io.netty/netty-handler@4.1.94.Final': ['CVE-2023-4586'],
53-
'pkg:maven/io.netty/netty-transport@4.1.94.Final': ['CVE-2023-4586'],
5449
// remove after using the dependency-check-plugin 8.4.1
5550
'pkg:maven/com.vaadin.flow.ai/form-filler-addon@1.0.0': ['CVE-2019-25027', 'CVE-2021-31412', 'CVE-2018-25007', 'CVE-2021-31404']
5651
}

vaadin-testbench/pom.xml

Lines changed: 1 addition & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -38,59 +38,7 @@
3838
<artifactId>vaadin-testbench-core</artifactId>
3939
<scope>compile</scope>
4040
</dependency>
41-
42-
<!-- TEMPORARY FIX OF DEP VULNERABILITIES -->
43-
<dependency>
44-
<groupId>com.google.guava</groupId>
45-
<artifactId>guava</artifactId>
46-
<version>32.0.1-jre</version>
47-
</dependency>
48-
<dependency>
49-
<groupId>io.netty</groupId>
50-
<artifactId>netty-transport</artifactId>
51-
<version>4.1.94.Final</version>
52-
</dependency>
53-
<dependency>
54-
<groupId>io.netty</groupId>
55-
<artifactId>netty-transport-native-epoll</artifactId>
56-
<version>4.1.94.Final</version>
57-
</dependency>
58-
<dependency>
59-
<groupId>io.netty</groupId>
60-
<artifactId>netty-transport-native-kqueue</artifactId>
61-
<version>4.1.94.Final</version>
62-
</dependency>
63-
<dependency>
64-
<groupId>io.netty</groupId>
65-
<artifactId>netty-codec-http</artifactId>
66-
<version>4.1.94.Final</version>
67-
</dependency>
68-
<dependency>
69-
<groupId>io.netty</groupId>
70-
<artifactId>netty-codec-socks</artifactId>
71-
<version>4.1.94.Final</version>
72-
</dependency>
73-
<dependency>
74-
<groupId>io.netty</groupId>
75-
<artifactId>netty-handler-proxy</artifactId>
76-
<version>4.1.94.Final</version>
77-
</dependency>
78-
<dependency>
79-
<groupId>org.asynchttpclient</groupId>
80-
<artifactId>async-http-client</artifactId>
81-
<version>2.12.3</version>
82-
<exclusions>
83-
<exclusion>
84-
<groupId>io.netty</groupId>
85-
<artifactId>netty-transport-native-kqueue</artifactId>
86-
</exclusion>
87-
<exclusion>
88-
<groupId>io.netty</groupId>
89-
<artifactId>netty-transport-native-epoll</artifactId>
90-
</exclusion>
91-
</exclusions>
92-
</dependency>
93-
41+
9442
<!-- Flow HTML components -->
9543
<dependency>
9644
<groupId>com.vaadin</groupId>

versions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
"javaVersion": "15.0.1"
109109
},
110110
"flow-form-filler": {
111-
"javaVersion": "1.0.0"
111+
"javaVersion": "1.0-SNAPSHOT"
112112
},
113113
"form-layout": {
114114
"javaVersion": "{{version}}",

0 commit comments

Comments
 (0)