Skip to content

Commit 966480c

Browse files
committed
Add .snyk
Signed-off-by: Dmitry Sulman <[email protected]>
1 parent ca00d8f commit 966480c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.snyk

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
2+
version: v1.25.1
3+
# ignores vulnerabilities until expiry date; change duration by modifying expiry date
4+
ignore:
5+
SNYK-JAVA-IONETTY-11799531:
6+
- '*':
7+
reason: False positive since there is no runtime dependency on io.netty:netty-codec-http2. Will be fixed in Reactor Netty 1.2.10: https://github.com/reactor/reactor-netty/pull/3876
8+
expires: 2025-09-10T00:00:00.000Z
9+
created: 2025-08-22T00:00:00.000Z

0 commit comments

Comments
 (0)