Framework for quickly creating connected applications in Kotlin with minimal effort
73 matches across 6 categories. Click a row to expand file-level details.
| Severity | File | Line | Snippet |
|---|---|---|---|
| CRITICAL | …st-server/src/main/kotlin/test/server/tests/Cookies.kt | 25 | val text = call.request.cookies.rawCookies.entries.joinToString() |
| CRITICAL | …tor-test-base/jvm/src/io/ktor/test/junit/Assertions.kt | 19 | org.junit.jupiter.api.Assertions.assertTrue(predicate(item), message) |
| CRITICAL | …jvm/test/io/ktor/tests/server/netty/NettyEngineTest.kt | 417 | call.respond(object : io.ktor.http.content.OutgoingContent.WriteChannelContent() { |
| CRITICAL | …m/test/io/ktor/tests/server/netty/NettySpecificTest.kt | 555 | val headers = io.netty.handler.codec.http2.DefaultHttp2Headers().also { |
| CRITICAL | …m/test/io/ktor/tests/server/netty/NettySpecificTest.kt | 561 | io.netty.handler.codec.http2.DefaultHttp2HeadersEncoder().encodeHeaders(streamId, headers, encoded) |
| CRITICAL | …o/ktor/tests/server/tomcat/jakarta/TomcatEngineTest.kt | 115 | private fun org.apache.catalina.startup.Tomcat.addAttributesFilter() { |
| CRITICAL | …m/test/io/ktor/tests/server/tomcat/TomcatEngineTest.kt | 113 | private fun org.apache.catalina.startup.Tomcat.addAttributesFilter() { |
| CRITICAL | …c/io/ktor/openapi/ir/inference/CallReceiveInference.kt | 13 | val packageFqName = call.symbol.owner.parent.kotlinFqName.asString() |
| CRITICAL | …c/io/ktor/openapi/ir/inference/CallRespondInference.kt | 23 | val packageFqName = call.symbol.owner.parent.kotlinFqName.asString() |
| CRITICAL | …src/io/ktor/openapi/ir/inference/ParameterInference.kt | 60 | val packageFqName = call.symbol.owner.parent.kotlinFqName.asString() |
| Severity | File | Line | Snippet |
|---|---|---|---|
| HIGH | …-server-auth/jvm/test/io/ktor/tests/auth/DigestTest.kt | 0 | digest username="mufasa", realm="testrealm@host.com", nonce="dcd98b7102dd2f0e8b11d0f600bfb0c093", uri="/dir/index.html", |
| HIGH | …-server-auth/jvm/test/io/ktor/tests/auth/DigestTest.kt | 0 | digest username="mufasa", realm="testrealm@host.com", nonce="dcd98b7102dd2f0e8b11d0f600bfb0c093", uri="/dir/index.html", |
| HIGH | …-server-auth/jvm/test/io/ktor/tests/auth/DigestTest.kt | 0 | digest username="mufasa", realm="testrealm@host.com", nonce="dcd98b7102dd2f0e8b11d0f600bfb0c093", uri="/dir/index.html", |
| HIGH | …-server-auth/jvm/test/io/ktor/tests/auth/DigestTest.kt | 0 | digest username="mufasa", realm="testrealm@host.com", nonce="dcd98b7102dd2f0e8b11d0f600bfb0c093", uri="/dir/index.html", |
| HIGH | …est/io/ktor/client/plugins/logging/OkHttpFormatTest.kt | 0 | <-- 200 ok http://localhost/ \(\d+ms, 0-byte body\) |
| HIGH | …est/io/ktor/client/plugins/logging/OkHttpFormatTest.kt | 0 | <-- 200 ok http://localhost/ \(\d+ms, 0-byte body\) |
| HIGH | …est/io/ktor/client/plugins/logging/OkHttpFormatTest.kt | 0 | <-- 200 ok http://localhost/ \(\d+ms, 0-byte body\) |
| HIGH | …est/io/ktor/client/plugins/logging/OkHttpFormatTest.kt | 0 | <-- 200 ok http://localhost/ \(\d+ms, 0-byte body\) |
| HIGH | …est/io/ktor/client/plugins/logging/OkHttpFormatTest.kt | 0 | <-- 200 ok http://localhost/ \(\d+ms, 0-byte body\) |
| HIGH | …est/io/ktor/client/plugins/logging/OkHttpFormatTest.kt | 0 | <-- 200 ok http://localhost/ \(\d+ms, 0-byte body\) |
| HIGH | …est/io/ktor/client/plugins/logging/OkHttpFormatTest.kt | 0 | <-- 200 ok http://localhost/ \(\d+ms, 0-byte body\) |
| HIGH | …est/io/ktor/client/plugins/logging/OkHttpFormatTest.kt | 0 | <-- 200 ok http://localhost/ \(\d+ms, 0-byte body\) |
| HIGH | …est/io/ktor/client/plugins/logging/OkHttpFormatTest.kt | 0 | <-- 200 ok http://localhost/ \(\d+ms, 0-byte body\) |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | .gitpod.yml | 1 | ## Learn more about this file at 'https://www.gitpod.io/docs/references/gitpod-yml' |
| LOW | .gitpod.yml | 21 | ## The 'image' section defines which Docker image Gitpod should use. |
| LOW | .gitpod.yml | 41 | ## or how Gitpod can start development servers. With Gitpod, there are three |
| LOW | .gitpod.yml | 61 | # # and to keep your codebase DRY. |
| LOW | .gitpod.yml | 101 | ## the OpenVSX.org registry to be installed upon workspace startup. OpenVSX |
| LOW | …ommon/test/io/ktor/tests/server/http/UrlEncodedTest.kt | 61 | } |
| LOW | …ommon/test/io/ktor/tests/server/http/UrlEncodedTest.kt | 81 | // |
| LOW | …ommon/test/io/ktor/tests/server/http/UrlEncodedTest.kt | 101 | // |
| LOW | …ommon/test/io/ktor/tests/server/http/UrlEncodedTest.kt | 121 | // @Test |
| LOW | …tor-client-curl/desktop/interop/include/curl/mprintf.h | 41 | #ifdef __MINGW_PRINTF_FORMAT /* mingw-w64 3.0.0+. Needs stdio.h. */ |
| LOW | …t/ktor-client-curl/desktop/interop/include/curl/curl.h | 61 | |
| LOW | …t/ktor-client-curl/desktop/interop/include/curl/curl.h | 121 | |
| LOW | …t/ktor-client-curl/desktop/interop/include/curl/curl.h | 681 | #define CURLE_SSL_PEER_CERTIFICATE CURLE_PEER_FAILED_VERIFICATION |
| LOW | …t/ktor-client-curl/desktop/interop/include/curl/curl.h | 701 | #define CURLE_FTP_QUOTE_ERROR CURLE_QUOTE_ERROR |
| LOW | …t/ktor-client-curl/desktop/interop/include/curl/curl.h | 841 | #endif |
| LOW | …t/ktor-client-curl/desktop/interop/include/curl/curl.h | 1081 | #define CURLPROTO_SFTP (1L << 5) |
| LOW | …t/ktor-client-curl/desktop/interop/include/curl/curl.h | 1101 | #define CURLPROTO_GOPHER (1L << 25) |
| LOW | …t/ktor-client-curl/desktop/interop/include/curl/curl.h | 2341 | #define CURL_RTSPREQ_PLAY 5L |
| LOW | …t/ktor-client-curl/desktop/interop/include/curl/curl.h | 2361 | CURL_NETRC_LAST = 3 |
| LOW | …t/ktor-client-curl/desktop/interop/include/curl/curl.h | 3181 | #define CURL_VERSION_ASYNCHDNS (1<<7) /* Asynchronous DNS resolves */ |
| LOW | …ktor-client-curl/desktop/interop/include/curl/system.h | 61 | # define CURL_TYPEOF_CURL_OFF_T __int64 |
| LOW | …ktor-client-curl/desktop/interop/include/curl/system.h | 81 | # endif |
| LOW | …ktor-client-curl/desktop/interop/include/curl/system.h | 101 | # endif |
| LOW | …ktor-client-curl/desktop/interop/include/curl/system.h | 121 | # ifndef __LP64 |
| LOW | …ktor-client-curl/desktop/interop/include/curl/system.h | 141 | # define CURL_SUFFIX_CURL_OFF_T i64 |
| LOW | …ktor-client-curl/desktop/interop/include/curl/system.h | 161 | # define CURL_SUFFIX_CURL_OFF_TU UL |
| LOW | …ktor-client-curl/desktop/interop/include/curl/system.h | 181 | #elif defined(__MVS__) |
| LOW | …ktor-client-curl/desktop/interop/include/curl/system.h | 201 | # ifdef _LONG_LONG |
| LOW | …ktor-client-curl/desktop/interop/include/curl/system.h | 221 | # define CURL_FORMAT_CURL_OFF_T "ld" |
| LOW | …ktor-client-curl/desktop/interop/include/curl/system.h | 241 | defined(__sparcv8plus)) |
| LOW | …ktor-client-curl/desktop/interop/include/curl/system.h | 261 | # define CURL_TYPEOF_CURL_OFF_T long long |
| LOW | …ktor-client-curl/desktop/interop/include/curl/system.h | 281 | # define CURL_FORMAT_CURL_OFF_TU "llu" |
| LOW | …ktor-client-curl/desktop/interop/include/curl/system.h | 301 | # include <inttypes.h> |
| LOW | …ktor-client-curl/desktop/interop/include/curl/system.h | 321 | defined(__sparc__) || defined(__mips__) || defined(__sh__) || \ |
| LOW | …ktor-client-curl/desktop/interop/include/curl/system.h | 341 | # define CURL_FORMAT_CURL_OFF_T "ld" |
| LOW | …ktor-client-curl/desktop/interop/include/curl/system.h | 361 | # define CURL_SUFFIX_CURL_OFF_TU ULL |
| LOW | …ktor-client-curl/desktop/interop/include/curl/urlapi.h | 81 | CURLUPART_ZONEID /* added in 7.65.0 */ |
| Severity | File | Line | Snippet |
|---|---|---|---|
| MEDIUM | switch-base-branch.sh | 11 | # ============================================================================ |
| MEDIUM | switch-base-branch.sh | 13 | # ============================================================================ |
| MEDIUM | switch-base-branch.sh | 26 | # ============================================================================ |
| MEDIUM | switch-base-branch.sh | 28 | # ============================================================================ |
| MEDIUM | switch-base-branch.sh | 41 | # ============================================================================ |
| MEDIUM | switch-base-branch.sh | 43 | # ============================================================================ |
| MEDIUM | switch-base-branch.sh | 236 | # ============================================================================ |
| MEDIUM | switch-base-branch.sh | 238 | # ============================================================================ |
| Severity | File | Line | Snippet |
|---|---|---|---|
| MEDIUM | …or-client-core/common/src/io/ktor/client/HttpClient.kt | 29 | * # Creating a client |
| MEDIUM | …or-client-core/common/src/io/ktor/client/HttpClient.kt | 341 | * # Creating a client |
| MEDIUM | …or-client-core/common/src/io/ktor/client/HttpClient.kt | 658 | * # Creating a client |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | switch-base-branch.sh | 195 | # Check if rebase was successful |
| LOW | .github/workflows/automations.yml | 49 | # Check if the PR should be merged with fast-forward when: |