The POCO C++ Libraries are powerful cross-platform C++ libraries for building network- and internet-based applications that run on desktop, server, mobile, IoT, and embedded systems.
This report presents the forensic synthetic code analysis of pocoproject/poco, a C++ project with 9,457 GitHub stars. SynthScan v2.0 examined 1,025,855 lines of code across 3594 source files, recording 5514 pattern matches distributed across 13 syntactic categories. The overall adjusted score of 5.5 places this repository in the Low AI signal band.
The scanner applied 160+ deterministic lexical heuristics, multi-line block detectors, abstract syntax tree depth profilers, and a cross-file Jaccard similarity matrix to construct a statistically normalised synthetic code estimate. All matches are individually weighted by severity coefficient and contextual multiplier before summation, and the resulting headline score is temporally discounted to account for the repository's development history relative to the commercial emergence of large language model coding tooling (November 2022 onward).
Longitudinal tracking requires multiple scan runs. Once this repository is re-scanned after new commits land, this chart will visualise how the synthetic code signal evolves over time — enabling you to detect whether AI authorship is growing, stabilising, or being actively corrected by human engineers.
Classifies detected patterns by their diagnostic confidence and structural impact. CRITICAL patterns (coefficient 10) represent definitive synthetic signatures — hallucinated imports, explicit LLM attribution metadata — virtually never produced by human authors. HIGH (5) indicates strong structural tells such as cross-file repetition or cross-linguistic idioms. MEDIUM (2) covers recognisable conversational padding and AI-specific vocabulary. LOW (1) captures subtle indicators like tautological comments and generic boilerplate that require density to carry independent signal.
This horizontal bar chart decomposes the repository's raw synthetic code score by top-level directory, allowing you to pinpoint precisely which modules or components carry the highest AI authorship density. Directories with disproportionately high scores relative to their size warrant targeted manual review: concentrated AI signatures often trace back to mass-generated configuration layers, auto-ported test suites, LLM-scaffolded boilerplate classes, or entire subsystems authored under heavy copilot assistance. Use this view to prioritise your human code-review effort.
The scanner identified 5514 distinct pattern matches across 13 syntactic categories. Each entry below represents a discrete location in the source code where the engine recorded a statistically significant AI authorship indicator. Expand any category row to inspect the individual file paths, line numbers, code snippets, and the lexical context (CODE, COMMENT, or STRING) in which each match was detected.
Reading the findings table: The Severity column indicates the diagnostic confidence level (CRITICAL / HIGH / MEDIUM / LOW). The Context column identifies whether the match occurred inside executable code, an inline comment, or a string literal — comment-context matches receive a ×1.5 weight because LLMs systematically over-annotate. The ⚡ bolt icon marks clustered matches: three or more patterns within a 10-line window, each receiving an additional ×1.5 density multiplier as dense clusters constitute far stronger evidence of synthetic authorship than isolated hits.
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | build_make.sh | 1 | #!/usr/bin/env bash | COMMENT |
| LOW | build_make.sh | 21 | # Examples: | COMMENT |
| LOW | CMakeLists.txt | 101 | # OPENSSL_ROOT_DIR. | COMMENT |
| LOW | runLibTests.sh | 1 | #!/bin/bash | COMMENT |
| LOW | gh-cli-for-release-notes.sh | 1 | #!/usr/bin/env bash | COMMENT |
| LOW | Benchmark/CMakeLists.txt | 1 | # | COMMENT |
| LOW | Benchmark/include/Poco/Benchmark/Benchmark.h | 1 | // | COMMENT |
| LOW | Benchmark/src/NotificationQueueBench.cpp | 1 | // | COMMENT |
| LOW | Benchmark/src/BenchmarkApp.cpp | 1 | // | COMMENT |
| LOW | Benchmark/src/PatternFormatterBench.cpp | 1 | // | COMMENT |
| LOW | Benchmark/src/LoggerBench.cpp | 1 | // | COMMENT |
| LOW | Benchmark/src/LoggerBench.cpp | 21 | #include "Poco/Message.h" | COMMENT |
| LOW | Benchmark/src/LoggerBench.cpp | 981 | COMMENT | |
| LOW | Benchmark/src/LoggerBench.cpp | 1001 | // FastLogger::log() does minimal work in the calling thread: | COMMENT |
| LOW | JWT/include/Poco/JWT/JWT.h | 1 | // | COMMENT |
| LOW | JWT/include/Poco/JWT/JWT.h | 21 | COMMENT | |
| LOW | JWT/include/Poco/JWT/JWT.h | 41 | COMMENT | |
| LOW | JWT/include/Poco/JWT/JWTException.h | 1 | // | COMMENT |
| LOW | JWT/include/Poco/JWT/Serializer.h | 1 | // | COMMENT |
| LOW | JWT/include/Poco/JWT/Token.h | 1 | // | COMMENT |
| LOW | JWT/include/Poco/JWT/Token.h | 21 | #include "Poco/JWT/JWT.h" | COMMENT |
| LOW | JWT/include/Poco/JWT/Token.h | 41 | /// std::string jwt = signer.sign(token, Signer::ALGO_HS256); | COMMENT |
| LOW | JWT/include/Poco/JWT/Signer.h | 1 | // | COMMENT |
| LOW | JWT/include/Poco/JWT/Signer.h | 21 | #include "Poco/JWT/JWT.h" | COMMENT |
| LOW | JWT/include/Poco/JWT/Signer.h | 41 | /// - RS512 (RSA SSA PKCS1 v1.5 using SHA512) | COMMENT |
| LOW | JWT/include/Poco/JWT/Signer.h | 61 | /// Call setAlgorithms() or addAlgorithm() to allow additional | COMMENT |
| LOW | JWT/include/Poco/JWT/Signer.h | 121 | Token verify(const std::string& jwt) const; | COMMENT |
| LOW | JWT/testsuite/src/JWTTestSuite.cpp | 1 | // | COMMENT |
| LOW | JWT/testsuite/src/TokenTest.cpp | 1 | // | COMMENT |
| LOW | JWT/testsuite/src/Driver.cpp | 1 | // | COMMENT |
| LOW | JWT/testsuite/src/SerializerTest.h | 1 | // | COMMENT |
| LOW | JWT/testsuite/src/SerializerTest.cpp | 1 | // | COMMENT |
| LOW | JWT/testsuite/src/TokenTest.h | 1 | // | COMMENT |
| LOW | JWT/testsuite/src/SignerTest.h | 1 | // | COMMENT |
| LOW | JWT/testsuite/src/SignerTest.cpp | 1 | // | COMMENT |
| LOW | JWT/testsuite/src/JWTTestSuite.h | 1 | // | COMMENT |
| LOW | JWT/src/JWTException.cpp | 1 | // | COMMENT |
| LOW | JWT/src/Signer.cpp | 1 | // | COMMENT |
| LOW | JWT/src/Signer.cpp | 21 | #include "Poco/DynamicFactory.h" | COMMENT |
| LOW | JWT/src/Serializer.cpp | 1 | // | COMMENT |
| LOW | JWT/src/Token.cpp | 1 | // | COMMENT |
| LOW | Encodings/include/Poco/ISO8859_10Encoding.h | 1 | // | COMMENT |
| LOW | Encodings/include/Poco/DoubleByteEncoding.h | 1 | // | COMMENT |
| LOW | Encodings/include/Poco/DoubleByteEncoding.h | 21 | #include "Poco/Encodings.h" | COMMENT |
| LOW | Encodings/include/Poco/DoubleByteEncoding.h | 61 | /// names must be a static array declared in the derived class, | COMMENT |
| LOW | Encodings/include/Poco/DoubleByteEncoding.h | 81 | /// For each reverseMappingTable item, from must be Unicode code point from the | COMMENT |
| LOW | Encodings/include/Poco/MacJapaneseEncoding.h | 1 | // | COMMENT |
| LOW | Encodings/include/Poco/ISO8859_9Encoding.h | 1 | // | COMMENT |
| LOW | Encodings/include/Poco/ISO8859_16Encoding.h | 1 | // | COMMENT |
| LOW | Encodings/include/Poco/Windows1256Encoding.h | 1 | // | COMMENT |
| LOW | Encodings/include/Poco/ISO8859_4Encoding.h | 1 | // | COMMENT |
| LOW | Encodings/include/Poco/ISO8859_3Encoding.h | 1 | // | COMMENT |
| LOW | Encodings/include/Poco/ISO8859_11Encoding.h | 1 | // | COMMENT |
| LOW | Encodings/include/Poco/Windows936Encoding.h | 1 | // | COMMENT |
| LOW | Encodings/include/Poco/Encodings.h | 1 | // | COMMENT |
| LOW | Encodings/include/Poco/Encodings.h | 21 | COMMENT | |
| LOW | Encodings/include/Poco/Encodings.h | 41 | COMMENT | |
| LOW | Encodings/include/Poco/ISO8859_8Encoding.h | 1 | // | COMMENT |
| LOW | Encodings/include/Poco/MacKoreanEncoding.h | 1 | // | COMMENT |
| LOW | Encodings/include/Poco/ISO8859_5Encoding.h | 1 | // | COMMENT |
| 5263 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | dependencies/quill/CMakeLists.txt | 7 | #------------------------------------------------------------------------------------------------------- | COMMENT |
| MEDIUM | dependencies/quill/CMakeLists.txt | 9 | #------------------------------------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | dependencies/quill/CMakeLists.txt | 52 | #------------------------------------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | dependencies/quill/CMakeLists.txt | 54 | #------------------------------------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | dependencies/quill/CMakeLists.txt | 60 | #------------------------------------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | dependencies/quill/CMakeLists.txt | 62 | #------------------------------------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | dependencies/quill/CMakeLists.txt | 66 | #------------------------------------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | dependencies/quill/CMakeLists.txt | 68 | #------------------------------------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | dependencies/quill/CMakeLists.txt | 72 | #------------------------------------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | dependencies/quill/CMakeLists.txt | 74 | #------------------------------------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | dependencies/quill/CMakeLists.txt | 79 | #--------------------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | dependencies/quill/CMakeLists.txt | 81 | #--------------------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | dependencies/quill/CMakeLists.txt | 91 | #------------------------------------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | dependencies/quill/CMakeLists.txt | 93 | #------------------------------------------------------------------------------------------------------- | COMMENT |
| MEDIUM | dependencies/quill/CMakeLists.txt | 119 | #------------------------------------------------------------------------------------------------------- | COMMENT |
| MEDIUM | dependencies/quill/CMakeLists.txt | 121 | #------------------------------------------------------------------------------------------------------- | COMMENT |
| MEDIUM | dependencies/quill/CMakeLists.txt | 138 | #--------------------------------------------------------------------------------------- | COMMENT |
| MEDIUM | dependencies/quill/CMakeLists.txt | 140 | #--------------------------------------------------------------------------------------- | COMMENT |
| MEDIUM | .github/workflows/ci.yml | 154 | # ------------------------------------------------------------------------ | COMMENT |
| MEDIUM | .github/workflows/ci.yml | 156 | # ------------------------------------------------------------------------ | COMMENT |
| MEDIUM | .github/workflows/ci.yml | 378 | # ------------------------------------------------------------------------ | COMMENT |
| MEDIUM | .github/workflows/ci.yml | 380 | # ------------------------------------------------------------------------ | COMMENT |
| MEDIUM | .github/workflows/ci.yml | 443 | # ------------------------------------------------------------------------ | COMMENT |
| MEDIUM | .github/workflows/ci.yml | 445 | # ------------------------------------------------------------------------ | COMMENT |
| MEDIUM | .github/workflows/ci.yml | 573 | # ------------------------------------------------------------------------ | COMMENT |
| MEDIUM | .github/workflows/ci.yml | 575 | # ------------------------------------------------------------------------ | COMMENT |
| MEDIUM | .github/workflows/ci.yml | 625 | # ------------------------------------------------------------------------ | COMMENT |
| MEDIUM | .github/workflows/ci.yml | 627 | # ------------------------------------------------------------------------ | COMMENT |
| MEDIUM | .github/workflows/ci.yml | 860 | # ------------------------------------------------------------------------ | COMMENT |
| MEDIUM | .github/workflows/ci.yml | 864 | # ------------------------------------------------------------------------ | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | JWT/include/Poco/JWT/Token.h | 37 | /// token.payload().set("name", std::string("John Doe")); | COMMENT |
| LOW | JWT/testsuite/src/TokenTest.cpp | 50 | assertTrue(token.payload().getValue<std::string>("name") == "John Doe"); | CODE |
| LOW | JWT/testsuite/src/TokenTest.cpp | 64 | assertTrue(token.payload().getValue<std::string>("name") == "John Doe"); | CODE |
| LOW | JWT/testsuite/src/TokenTest.cpp | 75 | token.payload().set("name", std::string("John Doe")); | CODE |
| LOW | JWT/testsuite/src/SignerTest.cpp | 109 | token.payload().set("name", std::string("John Doe")); | CODE |
| LOW | JWT/testsuite/src/SignerTest.cpp | 124 | token.payload().set("name", std::string("John Doe")); | CODE |
| LOW | JWT/testsuite/src/SignerTest.cpp | 139 | token.payload().set("name", std::string("John Doe")); | CODE |
| LOW | JWT/testsuite/src/SignerTest.cpp | 161 | assertTrue(token.payload().getValue<std::string>("name") == "John Doe"); | CODE |
| LOW | JWT/testsuite/src/SignerTest.cpp | 184 | assertTrue(token.payload().getValue<std::string>("name") == "John Doe"); | CODE |
| LOW | JWT/testsuite/src/SignerTest.cpp | 207 | assertTrue(token.payload().getValue<std::string>("name") == "John Doe"); | CODE |
| LOW | JWT/testsuite/src/SignerTest.cpp | 254 | token.payload().set("name", std::string("John Doe")); | CODE |
| LOW | JWT/testsuite/src/SignerTest.cpp | 272 | token.payload().set("name", std::string("John Doe")); | CODE |
| LOW | JWT/testsuite/src/SignerTest.cpp | 290 | token.payload().set("name", std::string("John Doe")); | CODE |
| LOW | JWT/testsuite/src/SignerTest.cpp | 319 | assertTrue(token.payload().getValue<std::string>("name") == "John Doe"); | CODE |
| LOW | JWT/testsuite/src/SignerTest.cpp | 345 | assertTrue(token.payload().getValue<std::string>("name") == "John Doe"); | CODE |
| LOW | JWT/testsuite/src/SignerTest.cpp | 371 | assertTrue(token.payload().getValue<std::string>("name") == "John Doe"); | CODE |
| LOW | JWT/testsuite/src/SignerTest.cpp | 389 | token.payload().set("name", std::string("John Doe")); | CODE |
| LOW | JWT/testsuite/src/SignerTest.cpp | 410 | assertTrue(token2.payload().getValue<std::string>("name") == "John Doe"); | CODE |
| LOW | JWT/testsuite/src/SignerTest.cpp | 435 | assertTrue(token.payload().getValue<std::string>("name") == "John Doe"); | CODE |
| LOW | JWT/testsuite/src/SignerTest.cpp | 453 | token.payload().set("name", std::string("John Doe")); | CODE |
| LOW | JWT/testsuite/src/SignerTest.cpp | 474 | assertTrue(token2.payload().getValue<std::string>("name") == "John Doe"); | CODE |
| LOW | JWT/testsuite/src/SignerTest.cpp | 499 | assertTrue(token.payload().getValue<std::string>("name") == "John Doe"); | CODE |
| LOW | JWT/testsuite/src/SignerTest.cpp | 517 | token.payload().set("name", std::string("John Doe")); | CODE |
| LOW | JWT/testsuite/src/SignerTest.cpp | 538 | assertTrue(token2.payload().getValue<std::string>("name") == "John Doe"); | CODE |
| LOW | JWT/testsuite/src/SignerTest.cpp | 563 | assertTrue(token.payload().getValue<std::string>("name") == "John Doe"); | CODE |
| LOW | Net/testsuite/src/MailMessageTest.cpp | 104 | MailRecipient r1(MailRecipient::PRIMARY_RECIPIENT, "john.doe@no.where", "John Doe"); | CODE |
| LOW | Net/testsuite/src/MailMessageTest.cpp | 105 | MailRecipient r2(MailRecipient::CC_RECIPIENT, "jane.doe@no.where", "Jane Doe"); | CODE |
| LOW | Net/testsuite/src/MailMessageTest.cpp | 150 | MailRecipient r1(MailRecipient::PRIMARY_RECIPIENT, "john.doe@no.where", "John Doe"); | CODE |
| LOW | Net/testsuite/src/MailMessageTest.cpp | 182 | MailRecipient r1(MailRecipient::PRIMARY_RECIPIENT, "john.doe@no.where", "John Doe"); | CODE |
| LOW | Net/testsuite/src/MailMessageTest.cpp | 214 | MailRecipient r1(MailRecipient::PRIMARY_RECIPIENT, "john.doe@no.where", "John Doe"); | CODE |
| LOW | Net/testsuite/src/MailMessageTest.cpp | 215 | MailRecipient r2(MailRecipient::PRIMARY_RECIPIENT, "jane.doe@no.where", "Jane Doe"); | CODE |
| LOW | Net/testsuite/src/MailMessageTest.cpp | 256 | MailRecipient r1(MailRecipient::PRIMARY_RECIPIENT, "john.doe@no.where", "John Doe"); | CODE |
| LOW⚡ | Net/testsuite/src/QuotedPrintableTest.cpp | 39 | "Lorem ipsum dolor sit amet, consectetuer adipiscing elit.\r\n" | CODE |
| LOW⚡ | Net/testsuite/src/QuotedPrintableTest.cpp | 39 | "Lorem ipsum dolor sit amet, consectetuer adipiscing elit.\r\n" | CODE |
| LOW⚡ | Net/testsuite/src/QuotedPrintableTest.cpp | 46 | assertTrue (txt == "Lorem ipsum dolor sit amet, consectetuer adipiscing elit.\r\n" | CODE |
| LOW⚡ | Net/testsuite/src/QuotedPrintableTest.cpp | 46 | assertTrue (txt == "Lorem ipsum dolor sit amet, consectetuer adipiscing elit.\r\n" | CODE |
| LOW | Net/testsuite/src/QuotedPrintableTest.cpp | 58 | "Lorem ipsum dolor sit amet, consectetuer adipiscing elit.\r\n" | CODE |
| LOW | Net/testsuite/src/QuotedPrintableTest.cpp | 58 | "Lorem ipsum dolor sit amet, consectetuer adipiscing elit.\r\n" | CODE |
| LOW | Net/testsuite/src/QuotedPrintableTest.cpp | 73 | assertTrue (str == "Lorem ipsum dolor sit amet, consectetuer adipiscing elit.\r\n" | CODE |
| LOW | Net/testsuite/src/QuotedPrintableTest.cpp | 73 | assertTrue (str == "Lorem ipsum dolor sit amet, consectetuer adipiscing elit.\r\n" | CODE |
| LOW | Net/testsuite/src/SMTPClientSessionTest.cpp | 105 | message.addRecipient(MailRecipient(MailRecipient::PRIMARY_RECIPIENT, "jane.doe@no.where", "Jane Doe")); | CODE |
| LOW | Net/testsuite/src/SMTPClientSessionTest.cpp | 160 | msgRecipients.push_back(MailRecipient(MailRecipient::PRIMARY_RECIPIENT, "jane.doe@no.where", "Jane Doe")); | CODE |
| LOW | Net/testsuite/src/SMTPClientSessionTest.cpp | 225 | msgRecipients.push_back(MailRecipient(MailRecipient::PRIMARY_RECIPIENT, "jane.doe@no.where", "Jane Doe")); | CODE |
| LOW | Net/testsuite/src/SMTPClientSessionTest.cpp | 291 | message.addRecipient(MailRecipient(MailRecipient::PRIMARY_RECIPIENT, "jane.doe@no.where", "Jane Doe")); | CODE |
| LOW | Util/testsuite/src/HelpFormatterTest.cpp | 74 | formatter.setHeader("Lorem ipsum dolor sit amet, consectetuer adipiscing elit. " | CODE |
| LOW | Util/testsuite/src/HelpFormatterTest.cpp | 74 | formatter.setHeader("Lorem ipsum dolor sit amet, consectetuer adipiscing elit. " | CODE |
| LOW | MongoDB/testsuite/src/BSONTest.cpp | 1002 | doc->add("name"s, "John Doe"s); | CODE |
| LOW | MongoDB/testsuite/src/BSONTest.cpp | 1022 | assertEqual(doc2->get<std::string>("name"), "John Doe"); | CODE |
| LOW | Zip/testsuite/testfile.txt | 1 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed vitae arcu | CODE |
| LOW | Zip/testsuite/testfile.txt | 1 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed vitae arcu | CODE |
| LOW | Zip/testsuite/testfile.txt | 15 | amet quam facilisis mollis. Lorem ipsum dolor sit amet, consectetur | CODE |
| LOW | Zip/testsuite/testfile.txt | 15 | amet quam facilisis mollis. Lorem ipsum dolor sit amet, consectetur | CODE |
| LOW | Zip/testsuite/testfile2.txt | 1 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed vitae arcu | CODE |
| LOW | Zip/testsuite/testfile2.txt | 1 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed vitae arcu | CODE |
| LOW | Zip/testsuite/testfile2.txt | 15 | amet quam facilisis mollis. Lorem ipsum dolor sit amet, consectetur | CODE |
| LOW | Zip/testsuite/testfile2.txt | 15 | amet quam facilisis mollis. Lorem ipsum dolor sit amet, consectetur | CODE |
| LOW | Zip/testsuite/testfile3.txt | 1 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed vitae arcu | CODE |
| LOW | Zip/testsuite/testfile3.txt | 1 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed vitae arcu | CODE |
| LOW | Zip/testsuite/testfile3.txt | 15 | amet quam facilisis mollis. Lorem ipsum dolor sit amet, consectetur | CODE |
| LOW | Zip/testsuite/testfile3.txt | 15 | amet quam facilisis mollis. Lorem ipsum dolor sit amet, consectetur | CODE |
| 21 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | PocoDoc/resources/js/iframeResizer.contentWindow.js | 129 | function stopInfiniteResizingOfIFrame(){ | CODE |
| LOW | PocoDoc/resources/js/iframeResizer.contentWindow.js | 168 | function injectClearFixIntoBodyElement(){ | CODE |
| LOW | PocoDoc/resources/js/iframeResizer.contentWindow.js | 195 | setHeightCalculationMethod: function setHeightCalculationMethodF(heightCalculationMethod){ | CODE |
| LOW | PocoDoc/resources/js/iframeResizer.contentWindow.js | 221 | function setupInjectElementLoadListners(mutations){ | CODE |
| LOW | PocoDoc/resources/js/iframeResizer.contentWindow.js | 442 | function isForceResizableHeightCalcMode(){ | CODE |
| LOW | PocoDoc/resources/js/iframeResizer.js | 57 | function setupRequestAnimationFrame(){ | CODE |
| LOW | PocoDoc/resources/js/iframeResizer.js | 395 | function createNativePublicFunction(){ | CODE |
| LOW | Net/include/Poco/Net/HTTPRequestHandlerFactory.h | 31 | class HTTPRequestHandler; | CODE |
| LOW | Net/testsuite/src/HTTPReactorServerTest.cpp | 36 | class EchoBodyRequestHandler: public HTTPRequestHandler | CODE |
| LOW | Net/testsuite/src/HTTPReactorServerTest.cpp | 66 | class ThrowPocoRequestHandler: public HTTPRequestHandler | CODE |
| LOW | Net/testsuite/src/HTTPReactorServerTest.cpp | 77 | class ThrowStdRequestHandler: public HTTPRequestHandler | CODE |
| LOW | Net/testsuite/src/HTTPReactorServerTest.cpp | 89 | class BigBodyRequestHandler: public HTTPRequestHandler | CODE |
| LOW | Net/testsuite/src/WebSocketTest.cpp | 43 | class WebSocketRequestHandler: public Poco::Net::HTTPRequestHandler | CODE |
| LOW | Net/testsuite/src/HTTPServerTest.cpp | 55 | class EchoBodyRequestHandler: public HTTPRequestHandler | CODE |
| LOW | Net/testsuite/src/HTTPServerTest.cpp | 73 | class EchoHeaderRequestHandler: public HTTPRequestHandler | CODE |
| LOW⚡ | Net/testsuite/src/HTTPServerTest.cpp | 88 | class RedirectRequestHandler: public AbstractHTTPRequestHandler | CODE |
| LOW⚡ | Net/testsuite/src/HTTPServerTest.cpp | 97 | class AuthRequestHandler: public HTTPRequestHandler | CODE |
| LOW⚡ | Net/testsuite/src/HTTPServerTest.cpp | 107 | class BufferRequestHandler: public HTTPRequestHandler | CODE |
| LOW⚡ | Net/testsuite/src/HTTPServerTest.cpp | 117 | class FileRequestHandler: public HTTPRequestHandler | CODE |
| LOW | Net/testsuite/src/HTTPServerTest.cpp | 139 | class TrailerRequestHandler: public HTTPRequestHandler | CODE |
| LOW | Net/samples/HTTPFormServer/src/HTTPFormServer.cpp | 109 | class FormRequestHandler: public HTTPRequestHandler | CODE |
| LOW | …es/HTTPReactorTimeServer/src/HTTPReactorTimeServer.cpp | 57 | class TimeRequestHandler: public HTTPRequestHandler | CODE |
| LOW | …es/HTTPReactorTimeServer/src/HTTPReactorTimeServer.cpp | 94 | class BodyEchoRequestHandler: public HTTPRequestHandler | CODE |
| LOW | Net/samples/WebSocketServer/src/WebSocketServer.cpp | 50 | class PageRequestHandler: public HTTPRequestHandler | CODE |
| LOW | Net/samples/WebSocketServer/src/WebSocketServer.cpp | 100 | class WebSocketRequestHandler: public HTTPRequestHandler | CODE |
| LOW | Net/samples/HTTPTimeServer/src/HTTPTimeServer.cpp | 51 | class TimeRequestHandler: public HTTPRequestHandler | CODE |
| LOW | NetSSL_OpenSSL/testsuite/ping/websocket-server.cpp | 35 | class WebSocketRequestHandler: public Poco::Net::HTTPRequestHandler | CODE |
| LOW | NetSSL_OpenSSL/testsuite/src/HTTPSClientSessionTest.cpp | 48 | class TestRequestHandler: public HTTPRequestHandler | CODE |
| LOW | NetSSL_OpenSSL/testsuite/src/HTTPSServerTest.cpp | 44 | class EchoBodyRequestHandler: public HTTPRequestHandler | CODE |
| LOW | NetSSL_OpenSSL/testsuite/src/HTTPSServerTest.cpp | 62 | class EchoHeaderRequestHandler: public HTTPRequestHandler | CODE |
| LOW | NetSSL_OpenSSL/testsuite/src/HTTPSServerTest.cpp | 77 | class RedirectRequestHandler: public HTTPRequestHandler | CODE |
| LOW | NetSSL_OpenSSL/testsuite/src/HTTPSServerTest.cpp | 86 | class AuthRequestHandler: public HTTPRequestHandler | CODE |
| LOW | NetSSL_OpenSSL/testsuite/src/WebSocketTest.cpp | 40 | class WebSocketRequestHandler: public Poco::Net::HTTPRequestHandler | CODE |
| LOW | …penSSL/samples/HTTPSTimeServer/src/HTTPSTimeServer.cpp | 65 | class TimeRequestHandler: public HTTPRequestHandler | CODE |
| LOW | NetSSL_Win/testsuite/src/HTTPSClientSessionTest.cpp | 46 | class TestRequestHandler: public HTTPRequestHandler | CODE |
| LOW | NetSSL_Win/testsuite/src/HTTPSServerTest.cpp | 45 | class EchoBodyRequestHandler: public HTTPRequestHandler | CODE |
| LOW | NetSSL_Win/testsuite/src/HTTPSServerTest.cpp | 63 | class EchoHeaderRequestHandler: public HTTPRequestHandler | CODE |
| LOW | NetSSL_Win/testsuite/src/HTTPSServerTest.cpp | 78 | class RedirectRequestHandler: public HTTPRequestHandler | CODE |
| LOW | NetSSL_Win/testsuite/src/HTTPSServerTest.cpp | 87 | class AuthRequestHandler: public HTTPRequestHandler | CODE |
| LOW | NetSSL_Win/testsuite/src/WebSocketTest.cpp | 40 | class WebSocketRequestHandler: public Poco::Net::HTTPRequestHandler | CODE |
| LOW | …SL_Win/samples/HTTPSTimeServer/src/HTTPSTimeServer.cpp | 62 | class TimeRequestHandler: public HTTPRequestHandler | CODE |
| LOW | .github/workflows/fail_on_error.py | 7 | def codeql_sarif_contain_error(filename): | CODE |
| LOW | Prometheus/src/MetricsServer.cpp | 29 | class NotFoundRequestHandler: public Poco::Net::HTTPRequestHandler | CODE |
| LOW | Data/samples/WebNotifier/src/WebNotifier.cpp | 69 | class PageRequestHandler: public HTTPRequestHandler | CODE |
| LOW | Data/samples/WebNotifier/src/WebNotifier.cpp | 87 | class WebSocketRequestHandler: public HTTPRequestHandler | CODE |
| LOW | DNSSD/samples/HTTPTimeServer/src/HTTPTimeServer.cpp | 65 | class TimeRequestHandler: public HTTPRequestHandler | CODE |
| LOW | ApacheConnector/samples/TimeServer/src/TimeServer.cpp | 31 | class TimeRequestHandler: public HTTPRequestHandler | CODE |
| LOW | ApacheConnector/samples/FormServer/src/FormServer.cpp | 90 | class FormRequestHandler: public HTTPRequestHandler | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | build_make.sh | 5 | # Usage: | COMMENT |
| LOW | Foundation/include/Poco/LogStream.h | 96 | /// Usage example: | COMMENT |
| LOW | Foundation/include/Poco/Process.h | 141 | /// Usage example: | COMMENT |
| LOW | Foundation/include/Poco/Process.h | 176 | /// Usage example: | COMMENT |
| LOW | Foundation/include/Poco/Dynamic/Var.h | 126 | /// Example usage: | COMMENT |
| LOW | Foundation/include/Poco/Dynamic/Var.h | 149 | /// Example usage: | COMMENT |
| LOW | MongoDB/include/Poco/MongoDB/ReplicaSetURI.h | 42 | /// Usage example: | COMMENT |
| LOW | MongoDB/include/Poco/MongoDB/ReplicaSet.h | 54 | /// Usage example: | COMMENT |
| LOW | …goDB/include/Poco/MongoDB/TopologyChangeNotification.h | 44 | /// Example usage: | COMMENT |
| LOW | MongoDB/include/Poco/MongoDB/ReplicaSetConnection.h | 46 | /// Usage example: | COMMENT |
| LOW | …ude/Poco/MongoDB/ReplicaSetPoolableConnectionFactory.h | 43 | /// Usage example: | COMMENT |
| LOW | Prometheus/include/Poco/Prometheus/CallbackMetric.h | 46 | /// Example usage: | COMMENT |
| LOW | Data/include/Poco/Data/SessionPool.h | 61 | /// Usage example: | COMMENT |
| LOW | Data/include/Poco/Data/Transaction.h | 65 | /// Example usage: | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | Crypto/include/Poco/Crypto/CipherKey.h | 41 | /// use a salt value to make the key more robust: | COMMENT |
| MEDIUM | …ndencies/cpptrace/src/symbols/dwarf/dwarf_resolver.cpp | 145 | // dSYM files. We don't utilize the dSYM logic here, we just care about debuglink. | COMMENT |
| MEDIUM | dependencies/quill/include/quill/bundled/fmt/format.h | 3371 | // Compilers are not aware of how to leverage the maximum value of | COMMENT |
| MEDIUM | Data/SQLite/include/Poco/Data/SQLite/MemoryDB.h | 56 | /// An in-memory SQLite database with robust, sharded persistence to disk. | COMMENT |
| MEDIUM | Data/samples/MemoryDB/src/MemoryDB.cpp | 5 | // database with sharded, robust persistence to disk. It is used like a regular | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | XML/include/Poco/DOM/DOMImplementation.h | 37 | /// In this implementation, DOMImplementation is implemented as a singleton. | COMMENT |
| HIGH | XML/include/Poco/DOM/DocumentType.h | 50 | /// Note: In this implementation, only the | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | Data/SQLParser/test/queries/queries-bad.sql | 1 | # This file contains a list of strings that are NOT valid SQL queries. | COMMENT |
| MEDIUM | Data/SQLParser/test/queries/queries-good.sql | 1 | # This file contains a list of strings that are NOT valid SQL queries. | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …endencies/quill/include/quill/bundled/fmt/format-inl.h | 1259 | // Step 1: integer promotion & Schubfach multiplier calculation. | COMMENT |
| LOW | …endencies/quill/include/quill/bundled/fmt/format-inl.h | 1314 | // Step 2: Try larger divisor; remove trailing zeros if necessary. | COMMENT |
| LOW | …endencies/quill/include/quill/bundled/fmt/format-inl.h | 1346 | // Step 3: Find the significand with the smaller divisor. | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …endencies/quill/include/quill/bundled/fmt/format-inl.h | 1259 | // Step 1: integer promotion & Schubfach multiplier calculation. | COMMENT |
| LOW | …endencies/quill/include/quill/bundled/fmt/format-inl.h | 1314 | // Step 2: Try larger divisor; remove trailing zeros if necessary. | COMMENT |
| LOW | …endencies/quill/include/quill/bundled/fmt/format-inl.h | 1346 | // Step 3: Find the significand with the smaller divisor. | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | .github/workflows/ci.yml | 2 | # Set retry_on to `timeout`, `error`, or `any` as needed. | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | .github/workflows/fail_on_error.py | 7 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | Data/SQLParser/src/parser/keywordlist_generator.py | 1 | CODE |