Netty project - an event-driven asynchronous network application framework
347 matches across 10 categories. Click a row to expand file-level details.
| Severity | File | Line | Snippet |
|---|---|---|---|
| CRITICAL | …ain/java/io/netty/handler/ssl/OpenSslSessionCache.java | 319 | this.id = new OpenSslSessionId(io.netty.internal.tcnative.SSLSession.getSessionId(session)); |
| CRITICAL | …o/netty/handler/ssl/ReferenceCountedOpenSslEngine.java | 2374 | long credPtr = io.netty.internal.tcnative.SSL.getSelectedCredential(ssl); |
| CRITICAL | …a/io/netty/handler/codec/http/ServerCookieEncoder.java | 53 | return io.netty.handler.codec.http.cookie.ServerCookieEncoder.LAX.encode(name, value); |
| CRITICAL | …a/io/netty/handler/codec/http/ServerCookieEncoder.java | 64 | return io.netty.handler.codec.http.cookie.ServerCookieEncoder.LAX.encode(cookie); |
| CRITICAL | …a/io/netty/handler/codec/http/ServerCookieEncoder.java | 75 | return io.netty.handler.codec.http.cookie.ServerCookieEncoder.LAX.encode(cookies); |
| CRITICAL | …a/io/netty/handler/codec/http/ServerCookieEncoder.java | 86 | return io.netty.handler.codec.http.cookie.ServerCookieEncoder.LAX.encode(cookies); |
| CRITICAL | …a/io/netty/handler/codec/http/ServerCookieEncoder.java | 97 | return io.netty.handler.codec.http.cookie.ServerCookieEncoder.LAX.encode(cookies); |
| CRITICAL | …a/io/netty/handler/codec/http/ClientCookieEncoder.java | 49 | return io.netty.handler.codec.http.cookie.ClientCookieEncoder.LAX.encode(name, value); |
| CRITICAL | …a/io/netty/handler/codec/http/ClientCookieEncoder.java | 60 | return io.netty.handler.codec.http.cookie.ClientCookieEncoder.LAX.encode(cookie); |
| CRITICAL | …a/io/netty/handler/codec/http/ClientCookieEncoder.java | 71 | return io.netty.handler.codec.http.cookie.ClientCookieEncoder.LAX.encode(cookies); |
| CRITICAL | …a/io/netty/handler/codec/http/ClientCookieEncoder.java | 82 | return io.netty.handler.codec.http.cookie.ClientCookieEncoder.LAX.encode(cookies); |
| CRITICAL | …va/io/netty/example/worldclock/WorldClockProtocol.java | 679 | // Construct using io.netty.example.worldclock.WorldClockProtocol.Location.newBuilder() |
| CRITICAL | …va/io/netty/example/worldclock/WorldClockProtocol.java | 1239 | // Construct using io.netty.example.worldclock.WorldClockProtocol.Locations.newBuilder() |
| CRITICAL | …va/io/netty/example/worldclock/WorldClockProtocol.java | 2178 | // Construct using io.netty.example.worldclock.WorldClockProtocol.LocalTime.newBuilder() |
| CRITICAL | …va/io/netty/example/worldclock/WorldClockProtocol.java | 2938 | // Construct using io.netty.example.worldclock.WorldClockProtocol.LocalTimes.newBuilder() |
| CRITICAL | …va/io/netty/example/worldclock/WorldClockProtocol.java | 172 | return io.netty.example.worldclock.WorldClockProtocol.getDescriptor().getEnumTypes().get(0); |
| CRITICAL | …va/io/netty/example/worldclock/WorldClockProtocol.java | 303 | return io.netty.example.worldclock.WorldClockProtocol.getDescriptor().getEnumTypes().get(1); |
| CRITICAL | …va/io/netty/example/worldclock/WorldClockProtocol.java | 410 | io.netty.example.worldclock.WorldClockProtocol.Continent value = io.netty.example.worldclock.WorldClockPro |
| CRITICAL | …va/io/netty/example/worldclock/WorldClockProtocol.java | 720 | return io.netty.example.worldclock.WorldClockProtocol.Location.getDefaultInstance(); |
| CRITICAL | …va/io/netty/example/worldclock/WorldClockProtocol.java | 734 | io.netty.example.worldclock.WorldClockProtocol.Location result = new io.netty.example.worldclock.WorldClockProto |
| CRITICAL | …va/io/netty/example/worldclock/WorldClockProtocol.java | 761 | if (other == io.netty.example.worldclock.WorldClockProtocol.Location.getDefaultInstance()) return this; |
| CRITICAL | …va/io/netty/example/worldclock/WorldClockProtocol.java | 1283 | return io.netty.example.worldclock.WorldClockProtocol.Locations.getDefaultInstance(); |
| CRITICAL | …va/io/netty/example/worldclock/WorldClockProtocol.java | 1297 | io.netty.example.worldclock.WorldClockProtocol.Locations result = new io.netty.example.worldclock.WorldClockProt |
| CRITICAL | …va/io/netty/example/worldclock/WorldClockProtocol.java | 1323 | if (other == io.netty.example.worldclock.WorldClockProtocol.Locations.getDefaultInstance()) return this; |
| CRITICAL | …va/io/netty/example/worldclock/WorldClockProtocol.java | 1592 | io.netty.example.worldclock.WorldClockProtocol.Location.getDefaultInstance()); |
| CRITICAL | …va/io/netty/example/worldclock/WorldClockProtocol.java | 1600 | index, io.netty.example.worldclock.WorldClockProtocol.Location.getDefaultInstance()); |
| CRITICAL | …va/io/netty/example/worldclock/WorldClockProtocol.java | 1777 | io.netty.example.worldclock.WorldClockProtocol.DayOfWeek value = io.netty.example.worldclock.WorldClockPro |
| CRITICAL | …va/io/netty/example/worldclock/WorldClockProtocol.java | 2229 | return io.netty.example.worldclock.WorldClockProtocol.LocalTime.getDefaultInstance(); |
| CRITICAL | …va/io/netty/example/worldclock/WorldClockProtocol.java | 2243 | io.netty.example.worldclock.WorldClockProtocol.LocalTime result = new io.netty.example.worldclock.WorldClockProt |
| CRITICAL | …va/io/netty/example/worldclock/WorldClockProtocol.java | 2290 | if (other == io.netty.example.worldclock.WorldClockProtocol.LocalTime.getDefaultInstance()) return this; |
| CRITICAL | …va/io/netty/example/worldclock/WorldClockProtocol.java | 2982 | return io.netty.example.worldclock.WorldClockProtocol.LocalTimes.getDefaultInstance(); |
| CRITICAL | …va/io/netty/example/worldclock/WorldClockProtocol.java | 2996 | io.netty.example.worldclock.WorldClockProtocol.LocalTimes result = new io.netty.example.worldclock.WorldClockPro |
| CRITICAL | …va/io/netty/example/worldclock/WorldClockProtocol.java | 3022 | if (other == io.netty.example.worldclock.WorldClockProtocol.LocalTimes.getDefaultInstance()) return this; |
| CRITICAL | …va/io/netty/example/worldclock/WorldClockProtocol.java | 3291 | io.netty.example.worldclock.WorldClockProtocol.LocalTime.getDefaultInstance()); |
| CRITICAL | …va/io/netty/example/worldclock/WorldClockProtocol.java | 3299 | index, io.netty.example.worldclock.WorldClockProtocol.LocalTime.getDefaultInstance()); |
| CRITICAL | …va/io/netty/example/worldclock/WorldClockProtocol.java | 3384 | new com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner() { |
| CRITICAL | transport-native-io_uring/README.md | 45 | at io.netty.channel.uring.IoUring.ensureAvailability(IOUring.java:63) |
| CRITICAL | transport-native-io_uring/README.md | 49 | at io.netty.channel.uring.Native.ioUringSetup(Native Method) |
| CRITICAL | transport-native-io_uring/README.md | 50 | at io.netty.channel.uring.Native.createRingBuffer(Native.java:141) |
| CRITICAL | transport-native-io_uring/README.md | 51 | at io.netty.channel.uring.Native.createRingBuffer(Native.java:174) |
| CRITICAL | …crobench/concurrent/FastThreadLocalCheckBenchmark.java | 83 | io.netty.util.concurrent.FastThreadLocalThread.runWithFastThreadLocal(() -> { |
| CRITICAL | …va/io/netty/handler/codec/compression/ZstdDecoder.java | 88 | uncompressedLength = com.github.luben.zstd.Zstd.getFrameContentSize( |
| CRITICAL | …va/io/netty/handler/codec/compression/ZstdDecoder.java | 91 | uncompressedLength = com.github.luben.zstd.Zstd.getFrameContentSize( |
| CRITICAL | …va/io/netty/handler/codec/compression/ZstdEncoder.java | 41 | io.netty.handler.codec.compression.Zstd.ensureAvailability(); |
| CRITICAL | …main/java/io/netty/handler/codec/compression/Zstd.java | 43 | com.github.luben.zstd.util.Native.load(); |
| Severity | File | Line | Snippet |
|---|---|---|---|
| MEDIUM | run-example.sh | 2 | # ---------------------------------------------------------------------------- |
| MEDIUM | run-example.sh | 16 | # ---------------------------------------------------------------------------- |
| MEDIUM | …solver-dns-classes-macos/src/main/java/module-info.yml | 1 | # ---------------------------------------------------------------------------- |
| MEDIUM | …solver-dns-classes-macos/src/main/java/module-info.yml | 15 | # ---------------------------------------------------------------------------- |
| MEDIUM | …/test/resources/io/netty/handler/ssl/generate-certs.sh | 2 | # ---------------------------------------------------------------------------- |
| MEDIUM | …/test/resources/io/netty/handler/ssl/generate-certs.sh | 16 | # ---------------------------------------------------------------------------- |
| MEDIUM | handler/src/main/java/module-info.yml | 1 | # ---------------------------------------------------------------------------- |
| MEDIUM | handler/src/main/java/module-info.yml | 15 | # ---------------------------------------------------------------------------- |
| MEDIUM | codec-smtp/src/main/java/module-info.yml | 1 | # ---------------------------------------------------------------------------- |
| MEDIUM | codec-smtp/src/main/java/module-info.yml | 15 | # ---------------------------------------------------------------------------- |
| MEDIUM | codec-http/src/main/java/module-info.yml | 1 | # ---------------------------------------------------------------------------- |
| MEDIUM | codec-http/src/main/java/module-info.yml | 15 | # ---------------------------------------------------------------------------- |
| MEDIUM | transport-classes-epoll/src/main/java/module-info.yml | 1 | # ---------------------------------------------------------------------------- |
| MEDIUM | transport-classes-epoll/src/main/java/module-info.yml | 15 | # ---------------------------------------------------------------------------- |
| MEDIUM | codec-redis/src/main/java/module-info.yml | 1 | # ---------------------------------------------------------------------------- |
| MEDIUM | codec-redis/src/main/java/module-info.yml | 15 | # ---------------------------------------------------------------------------- |
| MEDIUM | transport/src/main/java/module-info.yml | 1 | # ---------------------------------------------------------------------------- |
| MEDIUM | transport/src/main/java/module-info.yml | 15 | # ---------------------------------------------------------------------------- |
| MEDIUM | …sport-native-unix-common/src/main/java/module-info.yml | 1 | # ---------------------------------------------------------------------------- |
| MEDIUM | …sport-native-unix-common/src/main/java/module-info.yml | 15 | # ---------------------------------------------------------------------------- |
| MEDIUM | codec-marshalling/src/main/java/module-info.yml | 1 | # ---------------------------------------------------------------------------- |
| MEDIUM | codec-marshalling/src/main/java/module-info.yml | 15 | # ---------------------------------------------------------------------------- |
| MEDIUM | codec-dns/src/main/java/module-info.yml | 1 | # ---------------------------------------------------------------------------- |
| MEDIUM | codec-dns/src/main/java/module-info.yml | 15 | # ---------------------------------------------------------------------------- |
| MEDIUM | resolver-dns/src/main/java/module-info.yml | 1 | # ---------------------------------------------------------------------------- |
| MEDIUM | resolver-dns/src/main/java/module-info.yml | 15 | # ---------------------------------------------------------------------------- |
| MEDIUM | codec-base/src/main/java/module-info.yml | 1 | # ---------------------------------------------------------------------------- |
| MEDIUM | codec-base/src/main/java/module-info.yml | 15 | # ---------------------------------------------------------------------------- |
| MEDIUM | codec-mqtt/src/main/java/module-info.yml | 1 | # ---------------------------------------------------------------------------- |
| MEDIUM | codec-mqtt/src/main/java/module-info.yml | 15 | # ---------------------------------------------------------------------------- |
| MEDIUM | codec-http3/src/main/java/module-info.yml | 1 | # ---------------------------------------------------------------------------- |
| MEDIUM | codec-http3/src/main/java/module-info.yml | 15 | # ---------------------------------------------------------------------------- |
| MEDIUM | common/src/main/java/module-info.yml | 1 | # ---------------------------------------------------------------------------- |
| MEDIUM | common/src/main/java/module-info.yml | 15 | # ---------------------------------------------------------------------------- |
| MEDIUM | codec-protobuf/src/main/java/module-info.yml | 1 | # ---------------------------------------------------------------------------- |
| MEDIUM | codec-protobuf/src/main/java/module-info.yml | 15 | # ---------------------------------------------------------------------------- |
| MEDIUM | codec-classes-quic/src/main/java/module-info.yml | 1 | # ---------------------------------------------------------------------------- |
| MEDIUM | codec-classes-quic/src/main/java/module-info.yml | 15 | # ---------------------------------------------------------------------------- |
| MEDIUM | codec-http2/src/main/java/module-info.yml | 1 | # ---------------------------------------------------------------------------- |
| MEDIUM | codec-http2/src/main/java/module-info.yml | 15 | # ---------------------------------------------------------------------------- |
| MEDIUM | transport-classes-kqueue/src/main/java/module-info.yml | 1 | # ---------------------------------------------------------------------------- |
| MEDIUM | transport-classes-kqueue/src/main/java/module-info.yml | 15 | # ---------------------------------------------------------------------------- |
| MEDIUM | codec-haproxy/src/main/java/module-info.yml | 1 | # ---------------------------------------------------------------------------- |
| MEDIUM | codec-haproxy/src/main/java/module-info.yml | 15 | # ---------------------------------------------------------------------------- |
| MEDIUM | scripts/finish_release.sh | 2 | # ---------------------------------------------------------------------------- |
| MEDIUM | scripts/finish_release.sh | 16 | # ---------------------------------------------------------------------------- |
| MEDIUM | scripts/list_staged_release.sh | 2 | # ---------------------------------------------------------------------------- |
| MEDIUM | scripts/list_staged_release.sh | 16 | # ---------------------------------------------------------------------------- |
| MEDIUM | scripts/generate_docs.sh | 2 | # ---------------------------------------------------------------------------- |
| MEDIUM | scripts/generate_docs.sh | 16 | # ---------------------------------------------------------------------------- |
| MEDIUM | .github/workflows/ci-build.yml | 1 | # ---------------------------------------------------------------------------- |
| MEDIUM | .github/workflows/ci-build.yml | 15 | # ---------------------------------------------------------------------------- |
| MEDIUM | .github/workflows/ci-pr.yml | 1 | # ---------------------------------------------------------------------------- |
| MEDIUM | .github/workflows/ci-pr.yml | 15 | # ---------------------------------------------------------------------------- |
| MEDIUM | .github/workflows/codeql-analysis.yml | 1 | # ---------------------------------------------------------------------------- |
| MEDIUM | .github/workflows/codeql-analysis.yml | 15 | # ---------------------------------------------------------------------------- |
| MEDIUM | .github/workflows/ci-pr-reports.yml | 1 | # ---------------------------------------------------------------------------- |
| MEDIUM | .github/workflows/ci-pr-reports.yml | 15 | # ---------------------------------------------------------------------------- |
| MEDIUM | .github/workflows/ci-release.yml | 1 | # ---------------------------------------------------------------------------- |
| MEDIUM | .github/workflows/ci-release.yml | 15 | # ---------------------------------------------------------------------------- |
| 60 more matches not shown… | |||
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | run-example.sh | 1 | #!/bin/bash -e |
| LOW | …solver-dns-classes-macos/src/main/java/module-info.yml | 1 | # ---------------------------------------------------------------------------- |
| LOW | …/test/resources/io/netty/handler/ssl/generate-certs.sh | 1 | #!/bin/sh |
| LOW | …/test/java/io/netty/handler/ssl/OpenSslEngineTest.java | 1261 | // https://docs.oracle.com/javase/8/docs/technotes/ |
| LOW | handler/src/main/java/module-info.yml | 1 | # ---------------------------------------------------------------------------- |
| LOW | …main/java/io/netty/handler/ssl/AbstractSniHandler.java | 41 | // Decode the ssl client hello packet. |
| LOW | …o/netty/handler/ssl/ReferenceCountedOpenSslEngine.java | 381 | // BoringSSL when TLSv1.3 is used as BoringSSL only supports stateless resumption with |
| LOW | …o/netty/handler/ssl/ReferenceCountedOpenSslEngine.java | 861 | // non-application buffers to hold the alert. We should get all the data before progressing on. |
| LOW | …o/netty/handler/ssl/ReferenceCountedOpenSslEngine.java | 1021 | : FINISHED); |
| LOW | codec-smtp/src/main/java/module-info.yml | 1 | # ---------------------------------------------------------------------------- |
| LOW | codec-http/src/main/java/module-info.yml | 1 | # ---------------------------------------------------------------------------- |
| LOW | …rc/main/java/io/netty/handler/codec/http/HttpUtil.java | 621 | // If a message is received that has multiple Content-Length header |
| LOW | …rc/main/java/io/netty/handler/codec/http/HttpUtil.java | 721 | // 1. Check for truncation (anything above 255) |
| LOW | …rc/main/java/io/netty/handler/codec/http/HttpUtil.java | 741 | // from the set of US-ASCII visual characters not allowed in a token |
| LOW | …rc/main/java/io/netty/handler/codec/http/HttpUtil.java | 761 | // BitSet128 range(char fromInc, char toInc) { |
| LOW | …rc/main/java/io/netty/handler/codec/http/HttpUtil.java | 781 | // } |
| LOW | …/java/io/netty/handler/codec/http/HttpClientCodec.java | 361 | case 'H': |
| LOW | …ec/http/multipart/HttpPostMultipartRequestDecoder.java | 541 | // --AaB03x or --AaB03x-- |
| LOW | …ndler/codec/http/multipart/HttpPostRequestEncoder.java | 581 | // filename="file1.txt" |
| LOW | …ler/codec/http/websocketx/WebSocket13FrameDecoder.java | 21 | // Redistribution and use in source and binary forms, with or |
| LOW | …ler/codec/http/websocketx/WebSocket13FrameDecoder.java | 41 | // INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF |
| LOW | …ler/codec/http/websocketx/WebSocket07FrameDecoder.java | 21 | // Redistribution and use in source and binary forms, with or |
| LOW | …ler/codec/http/websocketx/WebSocket07FrameDecoder.java | 41 | // INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF |
| LOW | …ler/codec/http/websocketx/WebSocket08FrameDecoder.java | 21 | // Redistribution and use in source and binary forms, with or |
| LOW | …ler/codec/http/websocketx/WebSocket08FrameDecoder.java | 41 | // INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF |
| LOW | …ler/codec/http/websocketx/WebSocket07FrameEncoder.java | 21 | // Redistribution and use in source and binary forms, with or |
| LOW | …ler/codec/http/websocketx/WebSocket07FrameEncoder.java | 41 | // INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF |
| LOW | …ler/codec/http/websocketx/WebSocket13FrameEncoder.java | 21 | // Redistribution and use in source and binary forms, with or |
| LOW | …ler/codec/http/websocketx/WebSocket13FrameEncoder.java | 41 | // INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF |
| LOW | …netty/handler/codec/http/websocketx/WebSocketUtil.java | 121 | * @return A pseudo-random number |
| LOW | …ler/codec/http/websocketx/WebSocket08FrameEncoder.java | 21 | // Redistribution and use in source and binary forms, with or |
| LOW | …ler/codec/http/websocketx/WebSocket08FrameEncoder.java | 41 | // INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF |
| LOW | transport-classes-epoll/src/main/java/module-info.yml | 1 | # ---------------------------------------------------------------------------- |
| LOW | …io/netty/channel/epoll/AbstractEpollStreamChannel.java | 801 | } |
| LOW | …/java/io/netty/channel/epoll/AbstractEpollChannel.java | 461 | |
| LOW | codec-redis/src/main/java/module-info.yml | 1 | # ---------------------------------------------------------------------------- |
| LOW | …dns-native-macos/src/main/c/netty_resolver_dns_macos.c | 21 | #include <stdlib.h> |
| LOW | …c/test/java/io/netty/channel/ReentrantChannelTest.java | 61 | // 1. Because this write attempt has been made from a non-I/O thread, |
| LOW | transport/src/main/java/module-info.yml | 1 | # ---------------------------------------------------------------------------- |
| LOW | …/main/java/io/netty/channel/ChannelOutboundBuffer.java | 441 | if (!entry.cancelled) { |
| LOW | …n/java/io/netty/channel/group/DefaultChannelGroup.java | 141 | boolean added = map.putIfAbsent(channel.id(), channel) == null; |
| LOW | …t/src/main/java/io/netty/channel/nio/NioIoHandler.java | 441 | // The race condition is triggered when 'wakenUp' is set to |
| LOW | …sport-native-unix-common/src/main/java/module-info.yml | 1 | # ---------------------------------------------------------------------------- |
| LOW | …nsport-native-unix-common/src/main/c/netty_unix_util.h | 21 | #include <stdint.h> |
| LOW | …port-native-unix-common/src/main/c/netty_unix_socket.c | 21 | #include <stdlib.h> |
| LOW | …port-native-unix-common/src/main/c/netty_unix_limits.c | 21 | #include "netty_unix_limits.h" |
| LOW | codec-marshalling/src/main/java/module-info.yml | 1 | # ---------------------------------------------------------------------------- |
| LOW | codec-dns/src/main/java/module-info.yml | 1 | # ---------------------------------------------------------------------------- |
| LOW | …ple/http/websocketx/client/WebSocketClientHandler.java | 21 | //of this software and associated documentation files (the "Software"), to deal |
| LOW | …ort-native-io_uring/src/main/c/netty_io_uring_native.c | 21 | #include <jni.h> |
| LOW | …ort-native-io_uring/src/main/c/netty_io_uring_native.c | 41 | #include <sys/socket.h> |
| LOW | …ort-native-io_uring/src/main/c/netty_io_uring_native.c | 61 | // Allow to compile on systems with older kernels |
| LOW | transport-native-io_uring/src/main/c/syscall.c | 21 | #include <unistd.h> |
| LOW | transport-native-io_uring/src/main/c/io_uring.h | 101 | #define IOSQE_IO_DRAIN (1U << IOSQE_IO_DRAIN_BIT) |
| LOW | transport-native-io_uring/src/main/c/netty_io_uring.h | 21 | #include "netty_unix_errors.h" |
| LOW | …ative-io_uring/src/main/c/netty_io_uring_linuxsocket.c | 21 | */ |
| LOW | …ative-io_uring/src/main/c/netty_io_uring_linuxsocket.c | 41 | // TCP_FASTOPEN is defined in linux 3.7. We define this here so older kernels can compile. |
| LOW | …ative-io_uring/src/main/c/netty_io_uring_linuxsocket.c | 61 | // UDP_GRO is defined in linux 5. We define this here so older kernels can compile. |
| LOW | resolver-dns/src/main/java/module-info.yml | 1 | # ---------------------------------------------------------------------------- |
| LOW | …main/java/io/netty/resolver/dns/DnsResolveContext.java | 641 | // Retry with the next server if the server did not tell us that the domain does not exist. |
| 87 more matches not shown… | |||
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | …ler/src/main/java/io/netty/handler/ssl/SslHandler.java | 1512 | // We need to check if pendingUnecryptedWrites is null as the SslHandler |
| LOW | …io/netty/channel/epoll/AbstractEpollStreamChannel.java | 775 | // We need to check if it is still active as if not we removed all SpliceTasks in |
| LOW | …/src/main/java/io/netty/channel/DefaultFileRegion.java | 134 | // If the amount of written data is 0 we need to check if the requested count is bigger then the |
| LOW | …/src/main/java/io/netty/channel/DefaultFileRegion.java | 182 | // If the amount of written data is 0 we need to check if the requested count is bigger then the |
| LOW | …/src/main/java/io/netty/channel/ManualIoEventLoop.java | 613 | // We need to check if the method was called from within the EventLoop as this would cause a deadlock. |
| LOW | …/src/main/java/io/netty/channel/ManualIoEventLoop.java | 621 | // We need to check if the method was called from within the EventLoop as this would cause a deadlock. |
| LOW | …/src/main/java/io/netty/channel/ManualIoEventLoop.java | 629 | // We need to check if the method was called from within the EventLoop as this would cause a deadlock. |
| LOW | …/src/main/java/io/netty/channel/ManualIoEventLoop.java | 637 | // We need to check if the method was called from within the EventLoop as this would cause a deadlock. |
| LOW | …main/java/io/netty/example/ocsp/OcspServerExample.java | 66 | // Step 1: Load the certificate chain for netty.io. We'll need the certificate |
| LOW | …main/java/io/netty/example/ocsp/OcspServerExample.java | 74 | // Step 2: We need the URL of the CA's OCSP responder server. It's somewhere encoded |
| LOW | …main/java/io/netty/example/ocsp/OcspServerExample.java | 83 | // Step 3: Construct the OCSP request |
| LOW | …main/java/io/netty/example/ocsp/OcspServerExample.java | 89 | // Step 4: Do the request to the CA's OCSP responder |
| LOW | …main/java/io/netty/example/ocsp/OcspServerExample.java | 95 | // Step 5: Is my certificate any good or has the CA revoked it? |
| LOW | …main/java/io/netty/example/ocsp/OcspServerExample.java | 114 | // Step 6: Cache the OCSP response and use it as long as it's not |
| LOW | …n/java/io/netty/util/internal/CleanerJava24Linker.java | 66 | // First, we need to check if we have access to "restricted" methods through the Java Module system. |
| LOW | …/io/netty/handler/codec/quic/QuicheQuicConnection.java | 50 | // We need to have every stored 2 times as we need to check if the last sockaddr has changed between |
| LOW | …/netty/channel/uring/AbstractIoUringStreamChannel.java | 408 | // We need to check if it's supported as otherwise providing these would result in an -EINVAL. |
| LOW | …ava/io/netty/channel/uring/AbstractIoUringChannel.java | 796 | // In this case we we need to check if the user did signal the desire to read again |
| LOW | …ava/io/netty/channel/uring/AbstractIoUringChannel.java | 813 | // In this case we we need to check if the user did signal the desire to read again |
| LOW | …/netty/channel/uring/AbstractIoUringServerChannel.java | 185 | // We need to check if its supported as otherwise providing these would result in an -EINVAL. |
| LOW | …r/src/main/java/io/netty/buffer/UnsafeByteBufUtil.java | 548 | // We need to check if dst is ready-only so we not write something in it by using Unsafe. |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | …rame/client/Http2ClientStreamFrameResponseHandler.java | 31 | public final class Http2ClientStreamFrameResponseHandler extends SimpleChannelInboundHandler<Http2StreamFrame> { |
| LOW | …le/http2/helloworld/client/Http2ClientInitializer.java | 139 | private final class UpgradeRequestHandler extends ChannelInboundHandlerAdapter { |
| LOW | …ample/http2/helloworld/client/HttpResponseHandler.java | 36 | public class HttpResponseHandler extends SimpleChannelInboundHandler<FullHttpResponse> { |
| LOW | …/io/netty/example/http2/tiles/Http2RequestHandler.java | 46 | public class Http2RequestHandler extends SimpleChannelInboundHandler<FullHttpRequest> { |
| LOW | …/io/netty/example/http2/tiles/Http1RequestHandler.java | 40 | public final class Http1RequestHandler extends Http2RequestHandler { |
| LOW | …/netty/example/http2/tiles/FallbackRequestHandler.java | 41 | public final class FallbackRequestHandler extends SimpleChannelInboundHandler<HttpRequest> { |
| LOW | …java/io/netty/example/http/cors/OkResponseHandler.java | 31 | public class OkResponseHandler extends SimpleChannelInboundHandler<Object> { |
| LOW | …c/main/java/io/netty/resolver/dns/DnsNameResolver.java | 1524 | private static final class DnsResponseHandler extends ChannelInboundHandlerAdapter { |
| Severity | File | Line | Snippet |
|---|---|---|---|
| MEDIUM | …netty/handler/codec/http/HttpServerUpgradeHandler.java | 68 | * step which invokes {@link #upgradeTo}. When returning {@code true}, you can add headers to |
| Severity | File | Line | Snippet |
|---|---|---|---|
| MEDIUM | …dler/codec/http2/WeightedFairQueueByteDistributor.java | 293 | // be allocated bytes when the parent stream can't utilize them. This may be as a result of the |
| Severity | File | Line | Snippet |
|---|---|---|---|
| MEDIUM | .github/scripts/bundle_create.sh | 24 | # Create a bundle zip that contains all jars. |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | …o/netty/handler/codec/http/HttpRequestDecoderTest.java | 1086 | "Lorem ipsum"; |
| LOW | …/netty/handler/codec/http/HttpResponseDecoderTest.java | 1442 | "Lorem ipsum"; |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | .github/workflows/ci-verify-load.yml | 101 | # Check if we can load the native code on aarch64 |