A virtual machine for executing programs written in Hack.
This report presents the forensic synthetic code analysis of facebook/hhvm, a C++ project with 18,644 GitHub stars. SynthScan v2.0 examined 6,117,329 lines of code across 46685 source files, recording 12392 pattern matches distributed across 26 syntactic categories. The overall adjusted score of 2.5 places this repository in the Likely human-written 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).
This chart maps the temporal evolution of the adjusted synthetic code score across successive scan runs. An upward trajectory indicates ongoing incorporation of AI-generated code or expanding LLM-assisted scaffolding; a stable or declining trajectory may reflect active human refactoring, code removal, or the adoption of stricter authorship policies. The dashed secondary line (right axis) independently tracks total raw pattern hit count, which can diverge from the normalised score when codebase size changes significantly between scans.
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 12392 distinct pattern matches across 26 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 | third-party/CMakeLists.txt | 1 | # +----------------------------------------------------------------------+ | COMMENT |
| LOW | third-party/apply-quilt-patches.sh | 1 | #!/bin/sh | COMMENT |
| LOW | third-party/apply-quilt-patches.sh | 21 | # ``` | COMMENT |
| LOW | third-party/third_party_notices.txt | 1261 | ----- | COMMENT |
| LOW | third-party/third_party_notices.txt | 1281 | // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS | COMMENT |
| LOW | third-party/wangle/src/wangle/CMakeLists.txt | 1 | # Copyright (c) Meta Platforms, Inc. and affiliates. | COMMENT |
| LOW | third-party/wangle/src/wangle/ssl/CMakeLists.txt | 1 | # Copyright (c) Meta Platforms, Inc. and affiliates. | COMMENT |
| LOW | third-party/wangle/src/wangle/ssl/SSLContextManager.h | 21 | #include <folly/io/async/SSLContext.h> | COMMENT |
| LOW | third-party/wangle/src/wangle/ssl/SSLContextManager.h | 81 | // | COMMENT |
| LOW | third-party/wangle/src/wangle/ssl/SSLContextManager.cpp | 21 | #include <wangle/ssl/ClientHelloExtStats.h> | COMMENT |
| LOW | third-party/wangle/src/wangle/ssl/SSLContextManager.cpp | 761 | } | COMMENT |
| LOW | third-party/wangle/src/wangle/ssl/SSLContextManager.cpp | 1041 | #endif | COMMENT |
| LOW | third-party/wangle/src/wangle/bootstrap/CMakeLists.txt | 1 | # Copyright (c) Meta Platforms, Inc. and affiliates. | COMMENT |
| LOW | …arty/wangle/src/wangle/bootstrap/ServerBootstrap-inl.h | 21 | #include <folly/Synchronized.h> | COMMENT |
| LOW | third-party/wangle/src/wangle/util/CMakeLists.txt | 1 | # Copyright (c) Meta Platforms, Inc. and affiliates. | COMMENT |
| LOW | third-party/wangle/src/wangle/util/Logging.h | 41 | #if WANGLE_LOGGING_GLOG | COMMENT |
| LOW | third-party/wangle/src/wangle/util/Logging.h | 61 | #define WANGLE_DCHECK_GE DCHECK_GE | COMMENT |
| LOW | third-party/wangle/src/wangle/util/Logging.h | 81 | #define WANGLE_LOGGING_DBG_0 DBG0 | COMMENT |
| LOW | third-party/wangle/src/wangle/util/Logging.h | 101 | #define WANGLE_LOG_IF(level, cond) XLOG_IF(WANGLE_LOGLEVEL_##level, (cond)) | COMMENT |
| LOW | third-party/wangle/src/wangle/util/Logging.h | 121 | // TODO: replace with XPCHECK once folly provides one. | COMMENT |
| LOW | third-party/wangle/src/wangle/util/Logging.h | 221 | #define WANGLE_DCHECK_GE(a, b) WANGLE_DCHECK_BINOP_(a, >=, b) | COMMENT |
| LOW | third-party/wangle/src/wangle/example/ssl/Client.cpp | 21 | #include <folly/io/async/DelayedDestruction.h> | COMMENT |
| LOW | third-party/wangle/src/wangle/codec/CMakeLists.txt | 1 | # Copyright (c) Meta Platforms, Inc. and affiliates. | COMMENT |
| LOW | third-party/wangle/src/wangle/channel/CMakeLists.txt | 1 | # Copyright (c) Meta Platforms, Inc. and affiliates. | COMMENT |
| LOW | third-party/wangle/src/wangle/channel/Pipeline.h | 21 | #include <folly/ExceptionWrapper.h> | COMMENT |
| LOW | …wangle/src/wangle/channel/broadcast/BroadcastHandler.h | 121 | #include <wangle/channel/broadcast/BroadcastHandler-inl.h> | COMMENT |
| LOW | third-party/wangle/src/wangle/service/CMakeLists.txt | 1 | # Copyright (c) Meta Platforms, Inc. and affiliates. | COMMENT |
| LOW | third-party/wangle/src/wangle/client/ssl/CMakeLists.txt | 1 | # Copyright (c) Meta Platforms, Inc. and affiliates. | COMMENT |
| LOW | …ty/wangle/src/wangle/client/persistence/CMakeLists.txt | 1 | # Copyright (c) Meta Platforms, Inc. and affiliates. | COMMENT |
| LOW | …-party/wangle/src/wangle/acceptor/EvbHandshakeHelper.h | 81 | // | COMMENT |
| LOW | …-party/wangle/src/wangle/acceptor/EvbHandshakeHelper.h | 101 | // Notation: | COMMENT |
| LOW | …-party/wangle/src/wangle/acceptor/EvbHandshakeHelper.h | 121 | // as some event has not occurred on the originalEvb_ thread, then that event | COMMENT |
| LOW | …-party/wangle/src/wangle/acceptor/EvbHandshakeHelper.h | 141 | // / | COMMENT |
| LOW | …-party/wangle/src/wangle/acceptor/EvbHandshakeHelper.h | 161 | // | COMMENT |
| LOW | …-party/wangle/src/wangle/acceptor/EvbHandshakeHelper.h | 181 | // of an "observer", C' occurs first, and D never happened. | COMMENT |
| LOW | third-party/wangle/src/wangle/acceptor/Acceptor.h | 21 | #include <wangle/acceptor/LoadShedConfiguration.h> | COMMENT |
| LOW | third-party/wangle/src/wangle/acceptor/CMakeLists.txt | 1 | # Copyright (c) Meta Platforms, Inc. and affiliates. | COMMENT |
| LOW | third-party/wangle/src/wangle/acceptor/Acceptor.cpp | 21 | #include <fmt/format.h> | COMMENT |
| LOW | …-party/wangle/src/wangle/acceptor/ServerSocketConfig.h | 21 | #include <wangle/ssl/SNIConfig.h> | COMMENT |
| LOW | third-party/proxygen/src/proxygen/install.sh | 1 | #!/usr/bin/env bash | COMMENT |
| LOW | third-party/proxygen/src/proxygen/build.sh | 1 | #!/usr/bin/env bash | COMMENT |
| LOW | …/src/proxygen/httpclient/samples/httperf2/HTTPerf2.cpp | 21 | #include <folly/FileUtil.h> | COMMENT |
| LOW | …rd-party/proxygen/src/proxygen/httpserver/HTTPServer.h | 1 | /* | COMMENT |
| LOW | …xygen/src/proxygen/httpserver/tests/HTTPServerTest.cpp | 1 | /* | COMMENT |
| LOW | …xygen/src/proxygen/httpserver/tests/HTTPServerTest.cpp | 21 | #include <folly/portability/Sockets.h> | COMMENT |
| LOW | …ygen/src/proxygen/httpserver/samples/hq/ConnIdLogger.h | 1 | /* | COMMENT |
| LOW | …proxygen/src/proxygen/httpserver/samples/hq/HQClient.h | 1 | /* | COMMENT |
| LOW | …en/src/proxygen/httpserver/samples/hq/SampleHandlers.h | 1 | /* | COMMENT |
| LOW | …en/src/proxygen/httpserver/samples/hq/SampleHandlers.h | 21 | #include <proxygen/lib/http/HTTPMessage.h> | COMMENT |
| LOW | …gen/src/proxygen/httpserver/samples/hq/FizzContext.cpp | 1 | /* | COMMENT |
| LOW | …proxygen/httpserver/samples/hq/test/test_0rtt_qpack.sh | 1 | #!/bin/bash | COMMENT |
| LOW | …rc/proxygen/httpserver/samples/static/StaticServer.cpp | 1 | /* | COMMENT |
| LOW | …ygen/src/proxygen/lib/transport/qmux/QmuxConnector.cpp | 1 | /* | COMMENT |
| LOW | …proxygen/src/proxygen/lib/sampling/test/CMakeLists.txt | 1 | # Copyright (c) Meta Platforms, Inc. and affiliates. | COMMENT |
| LOW | third-party/proxygen/src/proxygen/lib/utils/Export.h | 1 | /* | COMMENT |
| LOW | third-party/proxygen/src/proxygen/lib/utils/Export.h | 21 | #if __GNUC__ >= 4 | COMMENT |
| LOW | third-party/proxygen/src/proxygen/lib/utils/Logging.cpp | 1 | /* | COMMENT |
| LOW | …ty/proxygen/src/proxygen/lib/utils/AsyncTimeoutSet.cpp | 101 | // a call to timeoutExpired(). | COMMENT |
| LOW | …ty/proxygen/src/proxygen/lib/utils/AsyncTimeoutSet.cpp | 181 | // | COMMENT |
| LOW | …rty/proxygen/src/proxygen/lib/utils/UnionBasedStatic.h | 121 | COMMENT | |
| 7951 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …party/wangle/src/wangle/bootstrap/RoutingDataHandler.h | 25 | class RoutingDataHandler : public wangle::BytesToBytesHandler { | CODE |
| LOW | third-party/wangle/src/wangle/bootstrap/test/Mocks.h | 78 | class MockRoutingDataHandler : public RoutingDataHandler<char> { | CODE |
| LOW | …gle/example/accept_steering/accept_steering_server.cpp | 36 | class NaiveRoutingDataHandler : public RoutingDataHandler<char> { | CODE |
| LOW | …wangle/src/wangle/example/broadcast/BroadcastProxy.cpp | 100 | class ClientIPRoutingDataHandler : public RoutingDataHandler<std::string> { | CODE |
| LOW | …arty/proxygen/src/proxygen/httpserver/RequestHandler.h | 15 | class ResponseHandler; | CODE |
| LOW | …arty/proxygen/src/proxygen/httpserver/RequestHandler.h | 22 | class RequestHandler { | CODE |
| LOW | …oxygen/src/proxygen/httpserver/RequestHandlerAdaptor.h | 16 | class RequestHandler; | CODE |
| LOW | third-party/proxygen/src/proxygen/httpserver/Mocks.h | 22 | class MockResponseHandler : public ResponseHandler { | CODE |
| LOW | third-party/proxygen/src/proxygen/httpserver/Mocks.h | 71 | class MockRequestHandler : public RequestHandler { | CODE |
| LOW | …rty/proxygen/src/proxygen/httpserver/ResponseHandler.h | 16 | class RequestHandler; | CODE |
| LOW | …rty/proxygen/src/proxygen/httpserver/ResponseHandler.h | 43 | class ResponseHandler { | CODE |
| LOW | …rc/proxygen/httpserver/filters/DirectResponseHandler.h | 19 | class DirectResponseHandler : public RequestHandler { | CODE |
| LOW | …oxygen/httpserver/samples/websocket/WebSocketHandler.h | 16 | class ResponseHandler; | CODE |
| LOW | …gen/src/proxygen/httpserver/samples/echo/EchoHandler.h | 15 | class ResponseHandler; | CODE |
| LOW | …n/src/proxygen/httpserver/samples/proxy/ProxyHandler.h | 19 | class ResponseHandler; | CODE |
| LOW | …/proxygen/httpserver/samples/push/PushRequestHandler.h | 15 | class ResponseHandler; | CODE |
| LOW | …/proxygen/httpserver/samples/push/PushRequestHandler.h | 22 | class PushRequestHandler : public proxygen::RequestHandler { | CODE |
| LOW | …src/proxygen/httpserver/samples/static/StaticHandler.h | 17 | class ResponseHandler; | CODE |
| LOW | …xygen/src/proxygen/lib/http/codec/H3EarlyDataHandler.h | 36 | class H3EarlyDataHandler : public quic::EarlyDataAppParamsHandler { | CODE |
| LOW | …/proxygen/src/proxygen/lib/http/coro/HTTPCoroSession.h | 44 | class H3EarlyDataHandler; | CODE |
| LOW | …/proxygen/lib/http/session/HTTPDirectResponseHandler.h | 17 | class HTTPDirectResponseHandler : public HTTPTransaction::Handler { | CODE |
| LOW | …/proxygen/lib/http/session/CodecErrorResponseHandler.h | 17 | class CodecErrorResponseHandler : public HTTPTransaction::Handler { | CODE |
| LOW | …party/fb-mysql/8.0.20/include/mysql/psi/mysql_rwlock.h | 51 | @def mysql_prlock_assert_write_owner(M) | CODE |
| LOW | …party/fb-mysql/8.0.20/include/mysql/psi/mysql_rwlock.h | 64 | @def mysql_prlock_assert_not_write_owner(M) | CODE |
| LOW | …-party/fb-mysql/8.0.20/include/mysql/psi/mysql_mutex.h | 114 | @def mysql_mutex_assert_not_owner(M) | CODE |
| LOW | …d-party/fb-mysql/8.0.20/include/mysql/psi/mysql_file.h | 416 | @def mysql_file_create_with_symlink(K, P1, P2, P3, P4, P5) | CODE |
| LOW | …d-party/fb-mysql/8.0.20/include/mysql/psi/mysql_file.h | 431 | @def mysql_file_delete_with_symlink(K, P1, P2) | CODE |
| LOW | …d-party/fb-mysql/8.0.20/include/mysql/psi/mysql_file.h | 445 | @def mysql_file_rename_with_symlink(K, P1, P2, P3) | CODE |
| LOW | …-mysql/8.0.20/sql-common/client_async_authentication.h | 85 | typedef mysql_state_machine_status (*authsm_function)(mysql_async_auth *); | CODE |
| LOW | …-mysql/8.0.20/sql-common/client_async_authentication.h | 124 | typedef mysql_state_machine_status (*csm_function)(mysql_async_connect *); | CODE |
| LOW | …/8.0.20/extra/duktape/duktape-2.3.0/tools/configure.py | 208 | def add_force_option_undefine(option, opt, value, parser): | CODE |
| LOW | …/8.0.20/extra/duktape/duktape-2.3.0/tools/configure.py | 552 | def forward_genconfig_options(): | CODE |
| LOW | …ql/8.0.20/extra/duktape/duktape-2.3.0/tools/dukutil.py | 247 | def duk_heap_hashstring_dense(x, hash_seed, big_endian=False, strhash16=False): | CODE |
| LOW | …ql/8.0.20/extra/duktape/duktape-2.3.0/tools/dukutil.py | 277 | def duk_heap_hashstring_sparse(x, hash_seed, strhash16=False): | CODE |
| LOW⚡ | ….0.20/extra/duktape/duktape-2.3.0/tools/genbuiltins.py | 1581 | def emit_ramstr_source_strinit_data(genc, strdata): | CODE |
| LOW⚡ | ….0.20/extra/duktape/duktape-2.3.0/tools/genbuiltins.py | 1584 | def emit_ramstr_header_strinit_defines(genc, meta, strdata, strmaxlen): | CODE |
| LOW⚡ | ….0.20/extra/duktape/duktape-2.3.0/tools/genbuiltins.py | 1592 | def emit_header_stridx_defines(genc, meta): | CODE |
| LOW⚡ | ….0.20/extra/duktape/duktape-2.3.0/tools/genbuiltins.py | 2070 | def emit_ramobj_source_objinit_data(genc, init_data): | CODE |
| LOW⚡ | ….0.20/extra/duktape/duktape-2.3.0/tools/genbuiltins.py | 2073 | def emit_ramobj_header_nativefunc_array(genc, native_func_list): | CODE |
| LOW⚡ | ….0.20/extra/duktape/duktape-2.3.0/tools/genbuiltins.py | 2078 | def emit_ramobj_header_objects(genc, meta): | CODE |
| LOW⚡ | ….0.20/extra/duktape/duktape-2.3.0/tools/genbuiltins.py | 2087 | def emit_ramobj_header_initdata(genc, init_data): | CODE |
| LOW | ….0.20/extra/duktape/duktape-2.3.0/tools/genbuiltins.py | 80 | def recursive_strings_to_bytes(doc): | CODE |
| LOW | ….0.20/extra/duktape/duktape-2.3.0/tools/genbuiltins.py | 100 | def recursive_bytes_to_strings(doc): | CODE |
| LOW | ….0.20/extra/duktape/duktape-2.3.0/tools/genbuiltins.py | 147 | def metadata_lookup_object_and_index(meta, obj_id): | CODE |
| LOW | ….0.20/extra/duktape/duktape-2.3.0/tools/genbuiltins.py | 159 | def metadata_lookup_property_and_index(obj, key): | CODE |
| LOW | ….0.20/extra/duktape/duktape-2.3.0/tools/genbuiltins.py | 218 | def metadata_delete_dangling_references_to_object(meta, obj_id): | CODE |
| LOW | ….0.20/extra/duktape/duktape-2.3.0/tools/genbuiltins.py | 243 | def metadata_merge_user_objects(meta, user_meta): | CODE |
| LOW | ….0.20/extra/duktape/duktape-2.3.0/tools/genbuiltins.py | 329 | def metadata_normalize_symbol_strings(meta): | CODE |
| LOW | ….0.20/extra/duktape/duktape-2.3.0/tools/genbuiltins.py | 345 | def metadata_normalize_nargs_length(meta): | CODE |
| LOW | ….0.20/extra/duktape/duktape-2.3.0/tools/genbuiltins.py | 375 | def metadata_prepare_objects_bidx(meta): | CODE |
| LOW | ….0.20/extra/duktape/duktape-2.3.0/tools/genbuiltins.py | 402 | def metadata_normalize_shorthand(meta): | CODE |
| LOW | ….0.20/extra/duktape/duktape-2.3.0/tools/genbuiltins.py | 590 | def metadata_normalize_property_attributes(meta): | CODE |
| LOW | ….0.20/extra/duktape/duktape-2.3.0/tools/genbuiltins.py | 633 | def metadata_normalize_rom_property_attributes(meta): | CODE |
| LOW | ….0.20/extra/duktape/duktape-2.3.0/tools/genbuiltins.py | 643 | def metadata_normalize_ram_function_names(meta): | CODE |
| LOW | ….0.20/extra/duktape/duktape-2.3.0/tools/genbuiltins.py | 662 | def metadata_add_ram_filtered_object_list(meta): | CODE |
| LOW | ….0.20/extra/duktape/duktape-2.3.0/tools/genbuiltins.py | 692 | def metadata_normalize_missing_strings(meta, user_meta): | CODE |
| LOW | ….0.20/extra/duktape/duktape-2.3.0/tools/genbuiltins.py | 722 | def metadata_convert_lightfuncs(meta): | CODE |
| LOW | ….0.20/extra/duktape/duktape-2.3.0/tools/genbuiltins.py | 811 | def metadata_remove_orphan_objects(meta): | CODE |
| LOW | ….0.20/extra/duktape/duktape-2.3.0/tools/genbuiltins.py | 866 | def metadata_add_string_define_names(strlist, special_defs): | CODE |
| LOW | ….0.20/extra/duktape/duktape-2.3.0/tools/genbuiltins.py | 889 | def metadata_add_string_used_stridx(strlist, used_stridx_meta): | CODE |
| 2154 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | third-party/wangle/src/wangle/CMakeLists.txt | 117 | # ============================================================================= | COMMENT |
| MEDIUM | third-party/wangle/src/wangle/CMakeLists.txt | 119 | # ============================================================================= | COMMENT |
| MEDIUM | third-party/wangle/src/wangle/CMakeLists.txt | 196 | # ============================================================================= | COMMENT |
| MEDIUM | third-party/wangle/src/wangle/CMakeLists.txt | 198 | # ============================================================================= | COMMENT |
| MEDIUM | third-party/wangle/src/wangle/CMakeLists.txt | 218 | # ============================================================================= | COMMENT |
| MEDIUM | third-party/wangle/src/wangle/CMakeLists.txt | 220 | # ============================================================================= | COMMENT |
| MEDIUM | third-party/wangle/src/wangle/CMakeLists.txt | 240 | # ============================================================================= | COMMENT |
| MEDIUM | third-party/wangle/src/wangle/CMakeLists.txt | 242 | # ============================================================================= | COMMENT |
| MEDIUM | third-party/wangle/src/wangle/CMakeLists.txt | 350 | # ============================================================================= | COMMENT |
| MEDIUM | third-party/wangle/src/wangle/CMakeLists.txt | 352 | # ============================================================================= | COMMENT |
| MEDIUM⚡ | third-party/proxygen/src/proxygen/CMakeLists.txt | 17 | # ============================================================================= | COMMENT |
| MEDIUM⚡ | third-party/proxygen/src/proxygen/CMakeLists.txt | 19 | # ============================================================================= | COMMENT |
| MEDIUM⚡ | third-party/proxygen/src/proxygen/CMakeLists.txt | 22 | # ============================================================================= | COMMENT |
| MEDIUM⚡ | third-party/proxygen/src/proxygen/CMakeLists.txt | 24 | # ============================================================================= | COMMENT |
| MEDIUM | …-party/proxygen/src/proxygen/httpserver/CMakeLists.txt | 77 | # ============================================================================= | COMMENT |
| MEDIUM | …-party/proxygen/src/proxygen/httpserver/CMakeLists.txt | 79 | # ============================================================================= | COMMENT |
| MEDIUM | third-party/proxygen/src/proxygen/lib/CMakeLists.txt | 106 | # ============================================================================= | COMMENT |
| MEDIUM | third-party/proxygen/src/proxygen/lib/CMakeLists.txt | 109 | # ============================================================================= | COMMENT |
| MEDIUM | third-party/proxygen/src/proxygen/lib/CMakeLists.txt | 135 | # ============================================================================= | COMMENT |
| MEDIUM | third-party/proxygen/src/proxygen/lib/CMakeLists.txt | 139 | # ============================================================================= | COMMENT |
| MEDIUM | third-party/proxygen/src/proxygen/lib/CMakeLists.txt | 150 | # ============================================================================= | COMMENT |
| MEDIUM | third-party/proxygen/src/proxygen/lib/CMakeLists.txt | 152 | # ============================================================================= | COMMENT |
| MEDIUM | …-mysql/8.0.20/packaging/solaris/postinstall-solaris.sh | 107 | # ---------------------------------------------------------------------- | COMMENT |
| MEDIUM | …-mysql/8.0.20/packaging/solaris/postinstall-solaris.sh | 117 | # ---------------------------------------------------------------------- | COMMENT |
| MEDIUM | …ql/8.0.20/extra/libedit/libedit-20190324-3.1/ltmain.sh | 169 | # ---------------------- | COMMENT |
| MEDIUM | …ql/8.0.20/extra/libedit/libedit-20190324-3.1/ltmain.sh | 178 | # -------------------------------------------- | COMMENT |
| MEDIUM | …ql/8.0.20/extra/libedit/libedit-20190324-3.1/ltmain.sh | 480 | # ------------------- | COMMENT |
| MEDIUM | …ql/8.0.20/extra/libedit/libedit-20190324-3.1/ltmain.sh | 529 | # --------------------- | COMMENT |
| MEDIUM | …ql/8.0.20/extra/libedit/libedit-20190324-3.1/ltmain.sh | 575 | # ---------------------------- | COMMENT |
| MEDIUM | …ql/8.0.20/extra/libedit/libedit-20190324-3.1/ltmain.sh | 598 | # -------------------------- | COMMENT |
| MEDIUM | …ql/8.0.20/extra/libedit/libedit-20190324-3.1/ltmain.sh | 622 | # ------------------ | COMMENT |
| MEDIUM | …ql/8.0.20/extra/libedit/libedit-20190324-3.1/ltmain.sh | 646 | # ------------------ | COMMENT |
| MEDIUM | …ql/8.0.20/extra/libedit/libedit-20190324-3.1/ltmain.sh | 679 | # ------------------------------------------- | COMMENT |
| MEDIUM | …ql/8.0.20/extra/libedit/libedit-20190324-3.1/ltmain.sh | 691 | # -------------------------------------------------------- | COMMENT |
| MEDIUM | …ql/8.0.20/extra/libedit/libedit-20190324-3.1/ltmain.sh | 712 | # ---------------- | COMMENT |
| MEDIUM | …ql/8.0.20/extra/libedit/libedit-20190324-3.1/ltmain.sh | 731 | # -------------------- | COMMENT |
| MEDIUM | …ql/8.0.20/extra/libedit/libedit-20190324-3.1/ltmain.sh | 740 | # ------------------------------ | COMMENT |
| MEDIUM | …ql/8.0.20/extra/libedit/libedit-20190324-3.1/ltmain.sh | 776 | # ----------------- | COMMENT |
| MEDIUM | …ql/8.0.20/extra/libedit/libedit-20190324-3.1/ltmain.sh | 789 | # ----------------------- | COMMENT |
| MEDIUM | …ql/8.0.20/extra/libedit/libedit-20190324-3.1/ltmain.sh | 801 | # ----------------------------- | COMMENT |
| MEDIUM | …ql/8.0.20/extra/libedit/libedit-20190324-3.1/ltmain.sh | 812 | # --------------- | COMMENT |
| MEDIUM | …ql/8.0.20/extra/libedit/libedit-20190324-3.1/ltmain.sh | 838 | # --------------------------- | COMMENT |
| MEDIUM | …ql/8.0.20/extra/libedit/libedit-20190324-3.1/ltmain.sh | 886 | # ------------------------- | COMMENT |
| MEDIUM | …ql/8.0.20/extra/libedit/libedit-20190324-3.1/ltmain.sh | 924 | # ------------------------ | COMMENT |
| MEDIUM | …ql/8.0.20/extra/libedit/libedit-20190324-3.1/ltmain.sh | 1014 | # -------------------- | COMMENT |
| MEDIUM | …ql/8.0.20/extra/libedit/libedit-20190324-3.1/ltmain.sh | 1030 | # -------------------------------- | COMMENT |
| MEDIUM | …ql/8.0.20/extra/libedit/libedit-20190324-3.1/ltmain.sh | 1095 | # -------------------------- | COMMENT |
| MEDIUM | …ql/8.0.20/extra/libedit/libedit-20190324-3.1/ltmain.sh | 1147 | # ------------------------- | COMMENT |
| MEDIUM | …ql/8.0.20/extra/libedit/libedit-20190324-3.1/ltmain.sh | 1177 | # --------------------------------- | COMMENT |
| MEDIUM | …ql/8.0.20/extra/libedit/libedit-20190324-3.1/ltmain.sh | 1207 | # ----------------------------- | COMMENT |
| MEDIUM | …ql/8.0.20/extra/libedit/libedit-20190324-3.1/ltmain.sh | 1232 | # ------------------------------------ | COMMENT |
| MEDIUM | …ql/8.0.20/extra/libedit/libedit-20190324-3.1/ltmain.sh | 1261 | # ---------- | COMMENT |
| MEDIUM | …ql/8.0.20/extra/libedit/libedit-20190324-3.1/ltmain.sh | 1282 | # ------------------- | COMMENT |
| MEDIUM | …ql/8.0.20/extra/libedit/libedit-20190324-3.1/ltmain.sh | 1295 | # ----------------------------- | COMMENT |
| MEDIUM | …ql/8.0.20/extra/libedit/libedit-20190324-3.1/ltmain.sh | 1308 | # ---------------------------- | COMMENT |
| MEDIUM | …ql/8.0.20/extra/libedit/libedit-20190324-3.1/ltmain.sh | 1333 | # ----------------------- | COMMENT |
| MEDIUM | …ql/8.0.20/extra/libedit/libedit-20190324-3.1/ltmain.sh | 1350 | # --------------------- | COMMENT |
| MEDIUM | …ql/8.0.20/extra/libedit/libedit-20190324-3.1/ltmain.sh | 1483 | # ----------------------- | COMMENT |
| MEDIUM | …ql/8.0.20/extra/libedit/libedit-20190324-3.1/ltmain.sh | 1495 | # --------------------------------- | COMMENT |
| MEDIUM | …ql/8.0.20/extra/libedit/libedit-20190324-3.1/ltmain.sh | 1512 | # ------------------------------------ | COMMENT |
| 395 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| CRITICAL | …t/src/thrift/test/thrift-python/abstract_types_test.py | 1282 | struct_field=thrift.test.thrift_python.union_test.thrift_types.TestStruct() | CODE |
| CRITICAL | …t/src/thrift/test/thrift-python/abstract_types_test.py | 1290 | struct_field=thrift.test.thrift_python.union_test.thrift_mutable_types.TestStruct() | CODE |
| CRITICAL | …cated/src/test/java/com/facebook/thrift/UnionTest.java | 221 | new com.facebook.thrift.android.test.MySimpleUnion(); | CODE |
| CRITICAL⚡ | …cated/src/test/java/com/facebook/thrift/UnionTest.java | 243 | new com.facebook.thrift.android.test.MySimpleUnion(); | CODE |
| CRITICAL⚡ | …cated/src/test/java/com/facebook/thrift/UnionTest.java | 252 | new com.facebook.thrift.android.test.MySimpleUnion( | CODE |
| CRITICAL⚡ | …cated/src/test/java/com/facebook/thrift/UnionTest.java | 254 | new com.facebook.thrift.android.test.MySimpleStruct(1L, "blabla")); | CODE |
| CRITICAL⚡ | …cated/src/test/java/com/facebook/thrift/UnionTest.java | 258 | new com.facebook.thrift.android.test.MySimpleUnion( | CODE |
| CRITICAL⚡ | …cated/src/test/java/com/facebook/thrift/UnionTest.java | 265 | com.facebook.thrift.javaswift.test.MySimpleUnion.fromCaseOne(1); | CODE |
| CRITICAL | …st/java/com/facebook/thrift/DeprecatedToSwiftTest.java | 55 | new org.apache.thrift.protocol.TCompactProtocol.Factory(); | CODE |
| CRITICAL | …st/java/com/facebook/thrift/DeprecatedToSwiftTest.java | 61 | new com.facebook.thrift.java.test.MySimpleStruct(); | CODE |
| CRITICAL | …st/java/com/facebook/thrift/DeprecatedToSwiftTest.java | 74 | new org.apache.thrift.protocol.TCompactProtocol.Factory(); | CODE |
| CRITICAL | …st/java/com/facebook/thrift/DeprecatedToSwiftTest.java | 80 | new com.facebook.thrift.java.test.MySimpleStruct(); | CODE |
| CRITICAL | …st/java/com/facebook/thrift/DeprecatedToSwiftTest.java | 94 | new org.apache.thrift.protocol.TCompactProtocol.Factory(); | CODE |
| CRITICAL | …st/java/com/facebook/thrift/DeprecatedToSwiftTest.java | 101 | new com.facebook.thrift.java.test.MySimpleUnion(); | CODE |
| CRITICAL | …st/java/com/facebook/thrift/DeprecatedToSwiftTest.java | 116 | new org.apache.thrift.protocol.TCompactProtocol.Factory(); | CODE |
| CRITICAL | …st/java/com/facebook/thrift/DeprecatedToSwiftTest.java | 139 | new org.apache.thrift.protocol.TCompactProtocol.Factory(); | CODE |
| CRITICAL | …st/java/com/facebook/thrift/DeprecatedToSwiftTest.java | 145 | new com.facebook.thrift.java.test.SimpleStructTypes(); | CODE |
| CRITICAL | …st/java/com/facebook/thrift/DeprecatedToSwiftTest.java | 171 | new org.apache.thrift.protocol.TCompactProtocol.Factory(); | CODE |
| CRITICAL | …st/java/com/facebook/thrift/DeprecatedToSwiftTest.java | 200 | new org.apache.thrift.protocol.TCompactProtocol.Factory(); | CODE |
| CRITICAL | …st/java/com/facebook/thrift/DeprecatedToSwiftTest.java | 285 | new org.apache.thrift.protocol.TCompactProtocol.Factory(); | CODE |
| CRITICAL | …st/java/com/facebook/thrift/DeprecatedToSwiftTest.java | 342 | new org.apache.thrift.protocol.TCompactProtocol.Factory(); | CODE |
| CRITICAL | …st/java/com/facebook/thrift/DeprecatedToSwiftTest.java | 349 | new com.facebook.thrift.java.test.SimpleCollectionStruct(); | CODE |
| CRITICAL | …st/java/com/facebook/thrift/DeprecatedToSwiftTest.java | 435 | new org.apache.thrift.protocol.TCompactProtocol.Factory(); | CODE |
| CRITICAL | …st/java/com/facebook/thrift/DeprecatedToSwiftTest.java | 450 | new com.facebook.thrift.java.test.ComplexNestedStruct(); | CODE |
| CRITICAL | …st/java/com/facebook/thrift/DeprecatedToSwiftTest.java | 567 | new org.apache.thrift.protocol.TCompactProtocol.Factory(); | CODE |
| CRITICAL | …st/java/com/facebook/thrift/DeprecatedToSwiftTest.java | 648 | new org.apache.thrift.protocol.TCompactProtocol.Factory(); | CODE |
| CRITICAL | …st/java/com/facebook/thrift/DeprecatedToSwiftTest.java | 676 | new org.apache.thrift.protocol.TCompactProtocol.Factory(); | CODE |
| CRITICAL | …st/java/com/facebook/thrift/DeprecatedToSwiftTest.java | 738 | new org.apache.thrift.protocol.TCompactProtocol.Factory(); | CODE |
| CRITICAL | …src/test/java/com/facebook/thrift/TBaseHelperTest.java | 121 | new com.facebook.thrift.android.test.MySimpleStruct(123L, "toto"); | CODE |
| CRITICAL | …src/test/java/com/facebook/thrift/TBaseHelperTest.java | 125 | new com.facebook.thrift.android.test.MySimpleStruct(null, "toto"); | CODE |
| CRITICAL | …src/test/java/com/facebook/thrift/TBaseHelperTest.java | 140 | new com.facebook.thrift.android.test.MySimpleStruct(123L, "toto"); | CODE |
| CRITICAL⚡ | …src/test/java/com/facebook/thrift/TBaseHelperTest.java | 152 | new com.facebook.thrift.android.test.MySimpleStruct(id, name); | CODE |
| CRITICAL⚡ | …src/test/java/com/facebook/thrift/TBaseHelperTest.java | 162 | com.facebook.thrift.android.test.MySimpleUnion.caseOne(1L); | CODE |
| CRITICAL⚡ | …src/test/java/com/facebook/thrift/TBaseHelperTest.java | 172 | new com.facebook.thrift.android.test.MySimpleStruct(id, name); | CODE |
| CRITICAL⚡ | …src/test/java/com/facebook/thrift/TBaseHelperTest.java | 176 | com.facebook.thrift.android.test.MySimpleUnion.caseFour(simpleStruct2); | CODE |
| CRITICAL | …src/test/java/com/facebook/thrift/TBaseHelperTest.java | 189 | new com.facebook.thrift.android.test.MySimpleStruct(id, name); | CODE |
| CRITICAL⚡ | …src/test/java/com/facebook/thrift/TBaseHelperTest.java | 220 | new com.facebook.thrift.android.test.MySimpleStruct(id, name); | CODE |
| CRITICAL⚡ | …src/test/java/com/facebook/thrift/TBaseHelperTest.java | 222 | com.facebook.thrift.android.test.MySimpleUnion.caseOne(1L); | CODE |
| CRITICAL⚡ | …src/test/java/com/facebook/thrift/TBaseHelperTest.java | 224 | new com.facebook.thrift.android.test.NestedStruct(myMap, struct2, mySet, myList, union2); | CODE |
| CRITICAL | …test/java/com/facebook/thrift/SensitiveStructTest.java | 37 | new com.facebook.thrift.android.test.MySensitiveStruct(123L, password); | CODE |
| CRITICAL | …test/java/com/facebook/thrift/SensitiveStructTest.java | 44 | new com.facebook.thrift.javaswift.test.MySensitiveStruct.Builder() | CODE |
| CRITICAL⚡ | …ated/src/test/java/com/facebook/thrift/StructTest.java | 193 | new com.facebook.thrift.android.test.StructWithOptional(1L, "toto", 2, "titi"); | CODE |
| CRITICAL⚡ | …ated/src/test/java/com/facebook/thrift/StructTest.java | 196 | new com.facebook.thrift.android.test.StructWithOptional(1L, "toto", 2, null); | CODE |
| CRITICAL⚡ | …ated/src/test/java/com/facebook/thrift/StructTest.java | 200 | new com.facebook.thrift.android.test.StructWithOptional(1L, "toto", null, "titi"); | CODE |
| CRITICAL | …/facebook/thrift/protocol/TSimpleJSONProtocolTest.java | 216 | new com.facebook.thrift.android.test.EveryLayout.Builder() | CODE |
| CRITICAL | …/facebook/thrift/protocol/TSimpleJSONProtocolTest.java | 255 | () -> com.facebook.thrift.android.test.EveryLayout.deserialize(protocol2)); | CODE |
| CRITICAL | …ebook/thrift/client/ClientRuntimeThriftClientTest.java | 309 | org.junit.jupiter.api.Assertions.assertEquals( | CODE |
| CRITICAL | …om/facebook/thrift/util/resources/ResourcesHolder.java | 63 | com.facebook.thrift.util.NettyUtil.createEventLoopGroup( | CODE |
| CRITICAL | hphp/hack/src/hackc/ir/conversions/bc_to_ir/sequence.rs | 147 | self.builder.func.repr.ex_frames.insert( | CODE |
| CRITICAL | hphp/hack/src/hackc/ir/conversions/bc_to_ir/func.rs | 99 | ctx.builder.func.repr.params.push(ir_param); | CODE |
| CRITICAL | hphp/hack/src/hackc/ir/assemble/func.rs | 310 | assert!(self.builder.func.repr.instrs.is_empty()); | CODE |
| CRITICAL | hphp/hack/src/hackc/ir/assemble/func.rs | 1151 | self.builder.func.coeffects.cc_param.push(CcParam { | CODE |
| CRITICAL | hphp/hack/src/hackc/ir/assemble/func.rs | 1171 | self.builder.func.coeffects.cc_reified.push(CcReified { | CODE |
| CRITICAL | hphp/hack/src/hackc/ir/assemble/func.rs | 1190 | self.builder.func.coeffects.cc_this.push(CcThis { types }); | CODE |
| CRITICAL | hphp/hack/src/hackc/ir/assemble/func.rs | 1240 | if self.builder.func.repr.imms.len() <= idx.as_usize() { | CODE |
| CRITICAL | hphp/hack/src/hackc/ir/assemble/func.rs | 1271 | self.builder.func.repr.ex_frames.insert(num, frame); | CODE |
| CRITICAL | hphp/hack/src/hackc/ir/assemble/func.rs | 1501 | if self.builder.func.repr.blocks.len() <= bid.as_usize() { | CODE |
| CRITICAL | hphp/hack/src/hackc/sem_diff/state.rs | 502 | ip.next(self.body.hhbc_body.repr.instrs.len()) | CODE |
| CRITICAL | hphp/hack/src/hackc/sem_diff/state.rs | 1106 | self.body.hhbc_body.repr.instrs.get(idx) | CODE |
| CRITICAL | hphp/hack/src/hackc/sem_diff/state.rs | 1156 | let params_len = self.body.hhbc_body.repr.params.len(); | CODE |
| 3 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | …oxygen/src/proxygen/lib/http/session/HTTPSessionBase.h | 757 | // utilize getController/setController protected methods. This ensures we | COMMENT |
| MEDIUM | third-party/squangle/src/squangle/mysql_client/Query.h | 15 | // below. This is will make your code more robust and reliable while | COMMENT |
| MEDIUM | third-party/tbb/src/src/test/test_cilk_interop.cpp | 22 | #include "harness.h" | COMMENT |
| MEDIUM | third-party/tbb/src/src/test/test_blocked_range2d.cpp | 109 | #include "harness.h" | COMMENT |
| MEDIUM | …ty/tbb/src/src/test/test_concurrent_priority_queue.cpp | 25 | #include "harness.h" | COMMENT |
| MEDIUM | third-party/tbb/src/src/test/test_semaphore.cpp | 42 | #include "harness.h" | COMMENT |
| MEDIUM | third-party/tbb/src/src/test/test_intrusive_list.cpp | 22 | #include "harness.h" | COMMENT |
| MEDIUM | third-party/tbb/src/src/test/test_eh_algorithms.cpp | 24 | #include "harness.h" | COMMENT |
| MEDIUM | third-party/tbb/src/src/test/test_ittnotify.cpp | 28 | #include "harness.h" | COMMENT |
| MEDIUM | third-party/tbb/src/src/test/test_handle_perror.cpp | 28 | #include "harness.h" | COMMENT |
| MEDIUM | …d-party/tbb/src/src/test/harness_concurrency_tracker.h | 36 | #include "harness.h" // for Harness::NoCopy | COMMENT |
| MEDIUM | …arty/tbb/src/src/test/test_task_scheduler_observer.cpp | 31 | #include "harness.h" | COMMENT |
| MEDIUM | …rd-party/tbb/src/src/test/test_flow_graph_whitebox.cpp | 32 | #include "harness.h" | COMMENT |
| MEDIUM | third-party/tbb/src/src/test/test_critical_section.cpp | 28 | #include "harness.h" | COMMENT |
| MEDIUM | …d-party/tbb/src/src/test/test_mutex_native_threads.cpp | 30 | #include "harness.h" | COMMENT |
| MEDIUM | third-party/tbb/src/src/test/test_hw_concurrency.cpp | 25 | #include "harness.h" | COMMENT |
| MEDIUM | third-party/tbb/src/src/test/test_hw_concurrency.cpp | 31 | #include "harness.h" | COMMENT |
| MEDIUM | …y/tbb/src/src/test/test_parallel_for_vectorization.cpp | 38 | #include "harness.h" | COMMENT |
| MEDIUM | third-party/tbb/src/src/test/test_partitioner.h | 31 | #include "harness.h" | COMMENT |
| MEDIUM | third-party/tbb/src/src/test/test_tick_count.cpp | 64 | #include "harness.h" | COMMENT |
| MEDIUM | third-party/tbb/src/src/test/test_streaming_node.cpp | 36 | #include "harness.h" | COMMENT |
| MEDIUM | third-party/tbb/src/src/test/test_streaming_node.cpp | 916 | #include "harness.h" | COMMENT |
| MEDIUM | …rd-party/tbb/src/src/test/test_concurrent_hash_map.cpp | 84 | #include "harness.h" | COMMENT |
| MEDIUM | third-party/tbb/src/src/test/test_model_plugin.cpp | 29 | #include "harness.h" | COMMENT |
| MEDIUM | third-party/tbb/src/src/test/test_model_plugin.cpp | 40 | #include "harness.h" | COMMENT |
| MEDIUM | third-party/tbb/src/src/test/test_model_plugin.cpp | 121 | #include "harness.h" | COMMENT |
| MEDIUM | third-party/tbb/src/src/test/test_tuple.cpp | 25 | #include "harness.h" | COMMENT |
| MEDIUM | …rd-party/tbb/src/src/test/test_task_scheduler_init.cpp | 48 | #include "harness.h" | COMMENT |
| MEDIUM | third-party/tbb/src/src/test/test_eh_flow_graph.cpp | 34 | #include "harness.h" | COMMENT |
| MEDIUM | third-party/tbb/src/src/test/test_openmp.cpp | 108 | #include "harness.h" | COMMENT |
| MEDIUM | third-party/tbb/src/src/test/test_openmp.cpp | 207 | // For the purpose of testing, assume that OpenMP and TBB should utilize the same # of threads. | COMMENT |
| MEDIUM | third-party/tbb/src/src/test/test_inits_loop.cpp | 24 | #include "harness.h" | COMMENT |
| MEDIUM | third-party/tbb/src/src/test/test_inits_loop.cpp | 88 | #include "harness.h" | COMMENT |
| MEDIUM | third-party/tbb/src/src/test/harness_inject_scheduler.h | 71 | #include "harness.h" | COMMENT |
| MEDIUM | third-party/tbb/src/src/test/test_source_node.cpp | 22 | #include "harness.h" | COMMENT |
| MEDIUM | third-party/tbb/src/src/test/test_buffer_node.cpp | 21 | #include "harness.h" | COMMENT |
| MEDIUM | third-party/tbb/src/src/test/test_parallel_while.cpp | 22 | #include "harness.h" | COMMENT |
| MEDIUM | third-party/tbb/src/src/test/test_blocked_range3d.cpp | 135 | #include "harness.h" | COMMENT |
| MEDIUM | third-party/tbb/src/src/test/test_tbb_header.cpp | 121 | #include "harness.h" | COMMENT |
| MEDIUM | third-party/tbb/src/src/test/test_malloc_atexit.cpp | 55 | #include "harness.h" | COMMENT |
| MEDIUM | third-party/tbb/src/src/test/test_malloc_atexit.cpp | 141 | #include "harness.h" | COMMENT |
| MEDIUM | third-party/tbb/src/src/test/test_aligned_space.cpp | 71 | #include "harness.h" | COMMENT |
| MEDIUM | third-party/tbb/src/src/test/test_static_assert.cpp | 75 | #include "harness.h" | COMMENT |
| MEDIUM | third-party/tbb/src/src/test/test_parallel_scan.cpp | 35 | #include "harness.h" | COMMENT |
| MEDIUM | third-party/tbb/src/src/test/test_dynamic_link.cpp | 61 | #include "harness.h" | COMMENT |
| MEDIUM | third-party/tbb/src/src/test/test_malloc_pools.cpp | 24 | #include "harness.h" | COMMENT |
| MEDIUM | …d-party/tbb/src/src/test/test_container_move_support.h | 24 | #include "harness.h" | COMMENT |
| MEDIUM | third-party/tbb/src/src/test/test_task_arena.cpp | 46 | #include "harness.h" | COMMENT |
| MEDIUM | third-party/tbb/src/src/test/test_parallel_do.cpp | 24 | #include "harness.h" | COMMENT |
| MEDIUM | third-party/tbb/src/src/test/test_aggregator.cpp | 26 | #include "harness.h" | COMMENT |
| MEDIUM | …y/tbb/src/src/test/test_enumerable_thread_specific.cpp | 42 | #include "harness.h" | COMMENT |
| MEDIUM | third-party/tbb/src/src/test/test_pipeline_with_tbf.cpp | 27 | #include "harness.h" | COMMENT |
| MEDIUM | third-party/tbb/src/src/test/test_broadcast_node.cpp | 21 | #include "harness.h" | COMMENT |
| MEDIUM | …d-party/tbb/src/src/test/test_malloc_init_shutdown.cpp | 26 | #include "harness.h" | COMMENT |
| MEDIUM | third-party/tbb/src/src/test/test_tbb_fork.cpp | 33 | #include "harness.h" | COMMENT |
| MEDIUM | third-party/tbb/src/src/test/test_lambda.cpp | 24 | #include "harness.h" | COMMENT |
| MEDIUM | third-party/tbb/src/src/test/test_lambda.cpp | 49 | #include "harness.h" | COMMENT |
| MEDIUM | third-party/tbb/src/src/test/test_task_steal_limit.cpp | 22 | #include "harness.h" | COMMENT |
| MEDIUM | third-party/tbb/src/src/test/test_blocked_range.cpp | 86 | #include "harness.h" | COMMENT |
| MEDIUM | third-party/tbb/src/src/test/test_task_assertions.cpp | 39 | #include "harness.h" | COMMENT |
| 167 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | third-party/tbb/src/python/setup.py | 23 | CODE | |
| LOW | third-party/tbb/src/python/setup.py | 24 | CODE | |
| LOW | third-party/tbb/src/python/setup.py | 28 | CODE | |
| LOW | third-party/tbb/src/python/TBB.py | 22 | CODE | |
| LOW | third-party/tbb/src/python/TBB.py | 23 | CODE | |
| LOW | third-party/tbb/src/python/TBB.py | 23 | CODE | |
| LOW | third-party/tbb/src/python/tbb/__init__.py | 22 | CODE | |
| LOW | third-party/tbb/src/python/tbb/__init__.py | 30 | CODE | |
| LOW | third-party/tbb/src/python/tbb/__init__.py | 32 | CODE | |
| LOW | third-party/tbb/src/python/tbb/test.py | 52 | CODE | |
| LOW | third-party/tbb/src/python/tbb/test.py | 56 | CODE | |
| LOW | third-party/tbb/src/python/tbb/test.py | 57 | CODE | |
| LOW | third-party/tbb/src/python/tbb/pool.py | 76 | CODE | |
| LOW | …/8.0.20/extra/duktape/duktape-2.3.0/tools/yaml2json.py | 1 | CODE | |
| LOW | …ra/duktape/duktape-2.3.0/tools/prepare_unicode_data.py | 7 | CODE | |
| LOW | …ra/duktape/duktape-2.3.0/tools/prepare_unicode_data.py | 8 | CODE | |
| LOW | …ql/8.0.20/extra/duktape/duktape-2.3.0/tools/dukutil.py | 6 | CODE | |
| LOW | ….20/extra/duktape/duktape-2.3.0/tools/dump_bytecode.py | 6 | CODE | |
| LOW | ….20/extra/duktape/duktape-2.3.0/tools/dump_bytecode.py | 7 | CODE | |
| LOW | …/8.0.20/extra/duktape/duktape-2.3.0/tools/genconfig.py | 29 | CODE | |
| LOW | …duktape/duktape-2.3.0/tools/resolve_combined_lineno.py | 9 | CODE | |
| LOW | …ra/duktape/duktape-2.3.0/tools/duk_meta_to_strarray.py | 7 | CODE | |
| LOW | …/extra/duktape/duktape-2.3.0/tools/merge_debug_meta.py | 12 | CODE | |
| LOW | …0.20/extra/duktape/duktape-2.3.0/tools/scan_strings.py | 13 | CODE | |
| LOW | …/duktape/duktape-2.3.0/tools/extract_unique_options.py | 8 | CODE | |
| LOW | …/8.0.20/extra/duktape/duktape-2.3.0/tools/json2yaml.py | 1 | CODE | |
| LOW | …a/duktape/duktape-2.3.0/tools/scan_used_stridx_bidx.py | 13 | CODE | |
| LOW | …pe/duktape-2.3.0/examples/alloc-logging/log2gnuplot.py | 11 | CODE | |
| LOW | …ty/thrift/src/thrift/test/py/reserved_keywords_test.py | 17 | CODE | |
| LOW | …ty/thrift/src/thrift/test/py/reserved_keywords_test.py | 17 | CODE | |
| LOW | …ty/thrift/src/thrift/test/py/reserved_keywords_test.py | 17 | CODE | |
| LOW | …ty/thrift/src/thrift/test/py/reserved_keywords_test.py | 17 | CODE | |
| LOW | …ty/thrift/src/thrift/test/py/reserved_keywords_test.py | 25 | CODE | |
| LOW | third-party/thrift/src/thrift/test/py/JSONReaderTest.py | 17 | CODE | |
| LOW | third-party/thrift/src/thrift/test/py/JSONReaderTest.py | 17 | CODE | |
| LOW | third-party/thrift/src/thrift/test/py/JSONReaderTest.py | 17 | CODE | |
| LOW | third-party/thrift/src/thrift/test/py/JSONReaderTest.py | 17 | CODE | |
| LOW | …-party/thrift/src/thrift/test/py/SimpleJSONReadTest.py | 18 | CODE | |
| LOW | …-party/thrift/src/thrift/test/py/SimpleJSONReadTest.py | 18 | CODE | |
| LOW | …-party/thrift/src/thrift/test/py/SimpleJSONReadTest.py | 18 | CODE | |
| LOW | …-party/thrift/src/thrift/test/py/SimpleJSONReadTest.py | 18 | CODE | |
| LOW | third-party/thrift/src/thrift/test/py/TestSocket.py | 18 | CODE | |
| LOW | third-party/thrift/src/thrift/test/py/TestSocket.py | 18 | CODE | |
| LOW | third-party/thrift/src/thrift/test/py/TestSocket.py | 18 | CODE | |
| LOW | third-party/thrift/src/thrift/test/py/TestSocket.py | 18 | CODE | |
| LOW | third-party/thrift/src/thrift/test/py/TestSocket.py | 31 | CODE | |
| LOW | third-party/thrift/src/thrift/test/py/TestSocket.py | 32 | CODE | |
| LOW | third-party/thrift/src/thrift/test/py/TestSocket.py | 37 | CODE | |
| LOW | third-party/thrift/src/thrift/test/py/TestSocket.py | 39 | CODE | |
| LOW | …arty/thrift/src/thrift/test/py/TestOptionalRequired.py | 17 | CODE | |
| LOW | …arty/thrift/src/thrift/test/py/TestOptionalRequired.py | 17 | CODE | |
| LOW | …arty/thrift/src/thrift/test/py/TestOptionalRequired.py | 17 | CODE | |
| LOW | …arty/thrift/src/thrift/test/py/TestOptionalRequired.py | 17 | CODE | |
| LOW | third-party/thrift/src/thrift/test/py/enums_test.py | 18 | CODE | |
| LOW | third-party/thrift/src/thrift/test/py/enums_test.py | 18 | CODE | |
| LOW | third-party/thrift/src/thrift/test/py/enums_test.py | 18 | CODE | |
| LOW | third-party/thrift/src/thrift/test/py/enums_test.py | 18 | CODE | |
| LOW | third-party/thrift/src/thrift/test/py/TestSyntax.py | 16 | CODE | |
| LOW | third-party/thrift/src/thrift/test/py/TestSyntax.py | 16 | CODE | |
| LOW | third-party/thrift/src/thrift/test/py/TestSyntax.py | 16 | CODE | |
| 495 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH⚡ | third-party/thrift/src/thrift/test/py/JSONReaderTest.py | 35 | struct.readFromJson('{ "data" : null }') | CODE |
| HIGH⚡ | third-party/thrift/src/thrift/test/py/JSONReaderTest.py | 41 | struct.readFromJson('{ "data" : null }') | CODE |
| HIGH⚡ | third-party/thrift/src/thrift/test/py/JSONReaderTest.py | 46 | struct.readFromJson('{ "data" : null }', bad_kwarg=True) | CODE |
| HIGH | …-party/thrift/src/thrift/test/py/SimpleJSONReadTest.py | 183 | j = '{"aString": "a fancy e looks like \\u00e9", "anotherString": null, "anInteger": 10, "unknownField": null}' | CODE |
| HIGH | …-party/watchman/src/watchman/integration/test_fishy.py | 37 | "mv foo bar && ln -s bar foo", | CODE |
| HIGH | …-party/watchman/src/watchman/integration/test_fishy.py | 57 | "touch a && mkdir d1 d2 && mv d1 d2 && mv d2/d1 . && mv a d1", | CODE |
| HIGH | …chman/src/watchman/integration/lib/WatchmanInstance.py | 246 | # pyre-fixme[61]: `val` is undefined, or not always defined. | COMMENT |
| HIGH⚡ | third-party/folly/src/folly/python/test/iobuf.py | 363 | self.assertEqual(xb.length(), 0) | CODE |
| HIGH⚡ | third-party/folly/src/folly/python/test/iobuf.py | 372 | self.assertEqual(xb.length(), 15) | CODE |
| HIGH⚡ | third-party/folly/src/folly/python/test/iobuf.py | 409 | self.assertEqual(xb.length(), 0) | CODE |
| HIGH⚡ | third-party/folly/src/folly/python/test/iobuf.py | 412 | self.assertEqual(xb.length(), 16) | CODE |
| HIGH⚡ | third-party/folly/src/folly/python/test/iobuf.py | 416 | self.assertEqual(xb.length(), 0) | CODE |
| HIGH⚡ | third-party/folly/src/folly/python/test/iobuf.py | 426 | self.assertEqual(xb.length(), 0) | CODE |
| HIGH⚡ | third-party/folly/src/folly/python/test/iobuf.py | 436 | self.assertEqual(xb.length(), 0) | CODE |
| HIGH⚡ | third-party/folly/src/folly/python/test/iobuf.py | 440 | self.assertEqual(xb.length(), 16) | CODE |
| HIGH⚡ | third-party/folly/src/folly/python/test/iobuf.py | 444 | self.assertEqual(xb.length(), 0) | CODE |
| HIGH⚡ | third-party/folly/src/folly/python/test/iobuf.py | 455 | self.assertEqual(xb.length(), 0) | CODE |
| HIGH⚡ | third-party/folly/src/folly/python/test/iobuf.py | 458 | self.assertEqual(xb.length(), 5) | CODE |
| HIGH⚡ | third-party/folly/src/folly/python/test/iobuf.py | 460 | self.assertEqual(xb.length(), 0) | CODE |
| HIGH⚡ | third-party/folly/src/folly/python/test/iobuf.py | 471 | self.assertEqual(xb.length(), 16) | CODE |
| HIGH⚡ | third-party/folly/src/folly/python/test/iobuf.py | 475 | self.assertEqual(xb.length(), 10) | CODE |
| HIGH⚡ | third-party/folly/src/folly/python/test/iobuf.py | 478 | self.assertEqual(xb.length(), 4) | CODE |
| HIGH⚡ | third-party/folly/src/folly/python/test/iobuf.py | 482 | self.assertEqual(xb.length(), 0) | CODE |
| HIGH⚡ | third-party/folly/src/folly/python/test/iobuf.py | 485 | self.assertEqual(xb.length(), 5) | CODE |
| HIGH⚡ | third-party/folly/src/folly/python/test/iobuf.py | 494 | self.assertEqual(xb.length(), 0) | CODE |
| HIGH⚡ | third-party/folly/src/folly/python/test/iobuf.py | 497 | self.assertEqual(xb.length(), 5) | CODE |
| HIGH⚡ | third-party/folly/src/folly/python/test/iobuf.py | 500 | self.assertEqual(xb.length(), 0) | CODE |
| HIGH⚡ | third-party/folly/src/folly/python/test/iobuf.py | 504 | self.assertEqual(xb.length(), 0) | CODE |
| HIGH⚡ | third-party/folly/src/folly/python/test/iobuf.py | 507 | self.assertEqual(xb.length(), 5) | CODE |
| HIGH⚡ | third-party/folly/src/folly/python/test/iobuf.py | 517 | self.assertEqual(xb.length(), 0) | CODE |
| HIGH⚡ | third-party/folly/src/folly/python/test/iobuf.py | 528 | self.assertEqual(xb.length(), 0) | CODE |
| HIGH⚡ | third-party/folly/src/folly/python/test/iobuf.py | 531 | self.assertEqual(xb.length(), 5) | CODE |
| HIGH⚡ | third-party/folly/src/folly/python/test/iobuf.py | 533 | self.assertEqual(xb.length(), 0) | CODE |
| HIGH⚡ | third-party/folly/src/folly/python/test/iobuf.py | 544 | self.assertEqual(xb.length(), 16) | CODE |
| HIGH⚡ | third-party/folly/src/folly/python/test/iobuf.py | 548 | self.assertEqual(xb.length(), 10) | CODE |
| HIGH⚡ | third-party/folly/src/folly/python/test/iobuf.py | 551 | self.assertEqual(xb.length(), 4) | CODE |
| HIGH⚡ | third-party/folly/src/folly/python/test/iobuf.py | 555 | self.assertEqual(xb.length(), 0) | CODE |
| HIGH⚡ | third-party/folly/src/folly/python/test/iobuf.py | 558 | self.assertEqual(xb.length(), 5) | CODE |
| HIGH⚡ | third-party/folly/src/folly/python/test/iobuf.py | 567 | self.assertEqual(xb.length(), 0) | CODE |
| HIGH⚡ | third-party/folly/src/folly/python/test/iobuf.py | 570 | self.assertEqual(xb.length(), 5) | CODE |
| HIGH⚡ | third-party/folly/src/folly/python/test/iobuf.py | 573 | self.assertEqual(xb.length(), 0) | CODE |
| HIGH⚡ | third-party/folly/src/folly/python/test/iobuf.py | 577 | self.assertEqual(xb.length(), 0) | CODE |
| HIGH⚡ | third-party/folly/src/folly/python/test/iobuf.py | 580 | self.assertEqual(xb.length(), 5) | CODE |
| HIGH⚡ | third-party/folly/src/folly/python/test/iobuf.py | 590 | self.assertEqual(xb.length(), 0) | CODE |
| HIGH⚡ | third-party/folly/src/folly/python/test/iobuf.py | 601 | self.assertEqual(xb.length(), 0) | CODE |
| HIGH⚡ | third-party/folly/src/folly/python/test/iobuf.py | 604 | self.assertEqual(xb.length(), 5) | CODE |
| HIGH⚡ | third-party/folly/src/folly/python/test/iobuf.py | 606 | self.assertEqual(xb.length(), 0) | CODE |
| HIGH⚡ | third-party/folly/src/folly/python/test/iobuf.py | 608 | self.assertEqual(xb.length(), 5) | CODE |
| HIGH⚡ | third-party/folly/src/folly/python/test/iobuf.py | 619 | self.assertEqual(xb.length(), 16) | CODE |
| HIGH⚡ | third-party/folly/src/folly/python/test/iobuf.py | 623 | self.assertEqual(xb.length(), 10) | CODE |
| HIGH⚡ | third-party/folly/src/folly/python/test/iobuf.py | 626 | self.assertEqual(xb.length(), 16) | CODE |
| HIGH⚡ | third-party/folly/src/folly/python/test/iobuf.py | 630 | self.assertEqual(xb.length(), 0) | CODE |
| HIGH⚡ | third-party/folly/src/folly/python/test/iobuf.py | 633 | self.assertEqual(xb.length(), 5) | CODE |
| HIGH⚡ | third-party/folly/src/folly/python/test/iobuf.py | 635 | self.assertEqual(xb.length(), 0) | CODE |
| HIGH⚡ | third-party/folly/src/folly/python/test/iobuf.py | 644 | self.assertEqual(xb.length(), 0) | CODE |
| HIGH⚡ | third-party/folly/src/folly/python/test/iobuf.py | 647 | self.assertEqual(xb.length(), 5) | CODE |
| HIGH⚡ | third-party/folly/src/folly/python/test/iobuf.py | 649 | self.assertEqual(xb.length(), 0) | CODE |
| HIGH⚡ | third-party/folly/src/folly/python/test/iobuf.py | 659 | self.assertEqual(xb.length(), 0) | CODE |
| HIGH | hphp/tools/lldb/test/base.py | 145 | # pyre-fixme[61]: `status` is undefined, or not always defined. | COMMENT |
| HIGH | hphp/tools/lldb/test/base.py | 146 | # pyre-fixme[61]: `output` is undefined, or not always defined. | COMMENT |
| 7 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | …/fb-mysql/8.0.20/extra/duktape/duktape-2.3.0/mandel.js | 45 | print(line.join('')); | CODE |
| HIGH | …/fb-mysql/8.0.20/extra/duktape/duktape-2.3.0/mandel.js | 52 | print(e.stack || e); | CODE |
| HIGH | …0.20/extra/duktape/duktape-2.3.0/examples/guide/fib.js | 13 | print(res.join(' ')); | CODE |
| HIGH | …20/extra/duktape/duktape-2.3.0/examples/guide/prime.js | 26 | print('Have native helper: ' + (primeCheckHelper !== primeCheckECMAScript)); | CODE |
| HIGH | …20/extra/duktape/duktape-2.3.0/examples/guide/prime.js | 30 | print(res.join(' ')); | CODE |
| HIGH⚡ | …duktape-2.3.0/examples/eventloop/server-socket-test.js | 6 | print('automatic exit after ' + (EXIT_TIMEOUT / 1e3) + ' seconds'); | CODE |
| HIGH⚡ | …duktape-2.3.0/examples/eventloop/server-socket-test.js | 8 | print('exit timer'); | CODE |
| HIGH⚡ | …duktape-2.3.0/examples/eventloop/server-socket-test.js | 12 | print('listen on ' + HOST + ':' + PORT); | CODE |
| HIGH⚡ | …duktape-2.3.0/examples/eventloop/server-socket-test.js | 14 | print('new connection on fd ' + fd + ' from ' + addr + ':' + port); | CODE |
| HIGH | …duktape-2.3.0/examples/eventloop/server-socket-test.js | 31 | print('read data on fd ' + fd + ', length ' + data.length); | CODE |
| HIGH⚡ | …duktape-2.3.0/examples/eventloop/client-socket-test.js | 6 | print('automatic exit after ' + (EXIT_TIMEOUT / 1e3) + ' seconds'); | CODE |
| HIGH⚡ | …duktape-2.3.0/examples/eventloop/client-socket-test.js | 8 | print('exit timer'); | CODE |
| HIGH⚡ | …duktape-2.3.0/examples/eventloop/client-socket-test.js | 13 | print('connected to ' + HOST + ':' + PORT + ', fd', fd); | CODE |
| HIGH⚡ | …duktape-2.3.0/examples/eventloop/client-socket-test.js | 15 | print('read from fd', fd); | CODE |
| HIGH⚡ | …duktape-2.3.0/examples/eventloop/client-socket-test.js | 16 | print(data); | CODE |
| HIGH | …duktape/duktape-2.3.0/examples/eventloop/basic-test.js | 12 | print('interval', ++count, x, y); | CODE |
| HIGH⚡ | …ape/duktape-2.3.0/examples/eventloop/ecma_eventloop.js | 42 | print('TIMER STATE:'); | CODE |
| HIGH⚡ | …ape/duktape-2.3.0/examples/eventloop/ecma_eventloop.js | 44 | print(' ' + Duktape.enc('jx', t)); | CODE |
| HIGH⚡ | …ape/duktape-2.3.0/examples/eventloop/ecma_eventloop.js | 47 | print(' EXPIRING: ' + Duktape.enc('jx', this.expiring)); | CODE |
| HIGH | …ape/duktape-2.3.0/examples/eventloop/ecma_eventloop.js | 182 | print('timer callback failed, ignored: ' + e); | CODE |
| HIGH | …ape/duktape-2.3.0/examples/eventloop/ecma_eventloop.js | 258 | print('no active timers and no sockets to poll, exit'); | CODE |
| HIGH⚡ | …xtra/duktape/duktape-2.3.0/debugger/duk_debug_proxy.js | 964 | print('Usage: dukluv ' + argv[1] + ' [option]+'); | CODE |
| HIGH⚡ | …xtra/duktape/duktape-2.3.0/debugger/duk_debug_proxy.js | 965 | print(''); | CODE |
| HIGH⚡ | …xtra/duktape/duktape-2.3.0/debugger/duk_debug_proxy.js | 966 | print(' --server-host HOST JSON proxy server listen address'); | CODE |
| HIGH⚡ | …xtra/duktape/duktape-2.3.0/debugger/duk_debug_proxy.js | 967 | print(' --server-port PORT JSON proxy server listen port'); | CODE |
| HIGH⚡ | …xtra/duktape/duktape-2.3.0/debugger/duk_debug_proxy.js | 968 | print(' --target-host HOST Debug target address'); | CODE |
| HIGH⚡ | …xtra/duktape/duktape-2.3.0/debugger/duk_debug_proxy.js | 969 | print(' --target-port PORT Debug target port'); | CODE |
| HIGH⚡ | …xtra/duktape/duktape-2.3.0/debugger/duk_debug_proxy.js | 970 | print(' --metadata FILE Proxy metadata file (usually named duk_debug_meta.json)'); | CODE |
| HIGH⚡ | …xtra/duktape/duktape-2.3.0/debugger/duk_debug_proxy.js | 971 | print(' --log-level LEVEL Set log level, default is 2; 0=trace, 1=debug, 2=info, 3=warn, etc'); | CODE |
| HIGH⚡ | …xtra/duktape/duktape-2.3.0/debugger/duk_debug_proxy.js | 972 | print(' --single Run a single proxy connection and exit (default: persist for multiple conne | CODE |
| HIGH⚡ | …xtra/duktape/duktape-2.3.0/debugger/duk_debug_proxy.js | 973 | print(' --readable-numbers Add a non-programmatic "value" key for IEEE doubles help readability'); | CODE |
| HIGH⚡ | …xtra/duktape/duktape-2.3.0/debugger/duk_debug_proxy.js | 974 | print(' --lenient Ignore (with warning) invalid JSON without dropping connection'); | CODE |
| HIGH⚡ | …xtra/duktape/duktape-2.3.0/debugger/duk_debug_proxy.js | 975 | print(' --jx-parse Parse JSON proxy input with JX, useful when testing manually'); | CODE |
| HIGH⚡ | …xtra/duktape/duktape-2.3.0/debugger/duk_debug_proxy.js | 976 | print(''); | CODE |
| HIGH | …ktape/duktape-2.3.0/extras/duk-v1-compat/test_eval1.js | 2 | print('Hello from test_eval1.js'); | CODE |
| HIGH | …ktape/duktape-2.3.0/extras/duk-v1-compat/test_eval1.js | 3 | print(new Error('test error for traceback (shows filename)').stack); | CODE |
| HIGH | …pe/duktape-2.3.0/extras/duk-v1-compat/test_compile2.js | 2 | print('Hello from test_compile2.js'); | CODE |
| HIGH | …pe/duktape-2.3.0/extras/duk-v1-compat/test_compile1.js | 2 | print('Hello from test_compile1.js'); | CODE |
| HIGH | …pe/duktape-2.3.0/extras/duk-v1-compat/test_compile1.js | 3 | print(new Error('test error for traceback (shows filename)').stack); | CODE |
| HIGH | …ktape/duktape-2.3.0/extras/duk-v1-compat/test_eval2.js | 2 | print('Hello from test_eval2.js'); | CODE |
| HIGH | …ktape/duktape-2.3.0/extras/duk-v1-compat/test_eval2.js | 3 | print(new Error('test error for traceback (shows filename)').stack); | CODE |
| HIGH⚡ | …a/duktape/duktape-2.3.0/extras/cbor/run_testvectors.js | 8 | print('===', idx, '->', Duktape.enc('jx', test)); | CODE |
| HIGH⚡ | …a/duktape/duktape-2.3.0/extras/cbor/run_testvectors.js | 14 | print('decode failed: ' + e); | CODE |
| HIGH⚡ | …a/duktape/duktape-2.3.0/extras/cbor/run_testvectors.js | 18 | print('dec (jx): ' + Duktape.enc('jx', dec)); | CODE |
| HIGH⚡ | …a/duktape/duktape-2.3.0/extras/cbor/run_testvectors.js | 21 | print('decoded compare failed'); | CODE |
| HIGH⚡ | …a/duktape/duktape-2.3.0/extras/cbor/run_testvectors.js | 25 | print('re-enc: ' + Duktape.enc('hex', enc)); | CODE |
| HIGH⚡ | …a/duktape/duktape-2.3.0/extras/cbor/run_testvectors.js | 27 | print('roundtrip failed'); | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | third-party/tbb/src/python/tbb/__init__.py | 224 | except Exception as e: | CODE |
| MEDIUM | third-party/tbb/src/python/tbb/__init__.py | 219 | def init_sem_name(): | CODE |
| LOW | third-party/thrift/src/thrift/test/py/TestSocket.py | 53 | except Exception: | CODE |
| LOW | third-party/thrift/src/thrift/test/py/TestSocket.py | 67 | except Exception: | CODE |
| LOW | third-party/thrift/src/thrift/test/py/TestSocket.py | 81 | except Exception: | CODE |
| LOW | third-party/thrift/src/thrift/test/py/UnionTests.py | 42 | except Exception: | CODE |
| LOW | …rd-party/thrift/src/thrift/test/py/TestClientServer.py | 259 | except Exception: # type is undefined | CODE |
| LOW | …hrift/src/thrift/test/py-asyncio/test_suite_asyncio.py | 203 | except Exception: # type is undefined | CODE |
| LOW | …t/src/thrift/test/thrift-python/abstract_types_test.py | 278 | except Exception as ex: | CODE |
| LOW | …party/thrift/src/thrift/test/testset/generator_test.py | 73 | except Exception: | STRING |
| LOW | third-party/thrift/src/thrift/lib/py/async_common.py | 328 | except Exception as ex: | CODE |
| LOW | third-party/thrift/src/thrift/lib/py/async_common.py | 396 | except Exception: | CODE |
| MEDIUM | third-party/thrift/src/thrift/lib/py/async_common.py | 173 | def close(self): | CODE |
| LOW | third-party/thrift/src/thrift/lib/py/Thrift.py | 227 | except Exception as e: | CODE |
| LOW | …rd-party/thrift/src/thrift/lib/py/transport/TSocket.py | 70 | except Exception: | CODE |
| LOW | …rd-party/thrift/src/thrift/lib/py/transport/TSocket.py | 450 | except Exception: | CODE |
| MEDIUM | …rd-party/thrift/src/thrift/lib/py/transport/TSocket.py | 67 | def unregister(self, fileno): | CODE |
| LOW | …arty/thrift/src/thrift/lib/py/transport/THttpClient.py | 149 | except Exception as e: | CODE |
| LOW | third-party/thrift/src/thrift/lib/py/util/remote.py | 250 | except Exception: | CODE |
| MEDIUM | third-party/thrift/src/thrift/lib/py/util/remote.py | 394 | print("Error: %s" % error_message, file=err_out) | CODE |
| LOW | third-party/thrift/src/thrift/lib/py/util/remote.py | 537 | except Exception: | CODE |
| LOW | third-party/thrift/src/thrift/lib/py/util/fuzzer.py | 408 | except Exception: | CODE |
| LOW | third-party/thrift/src/thrift/lib/py/util/fuzzer.py | 796 | except Exception as e: | CODE |
| MEDIUM | third-party/thrift/src/thrift/lib/py/util/fuzzer.py | 260 | def _try_parse_type(cls, name, type_, val): | CODE |
| LOW | third-party/thrift/src/thrift/lib/py/util/Decorators.py | 147 | except Exception as e: | CODE |
| LOW | third-party/thrift/src/thrift/lib/py/util/Decorators.py | 217 | except Exception as e: | CODE |
| LOW | third-party/thrift/src/thrift/lib/py/util/Decorators.py | 330 | except Exception as e: | CODE |
| MEDIUM | third-party/thrift/src/thrift/lib/py/util/Decorators.py | 238 | def _done(future, processor, handler_ctx, fn_name, oprot, reply_type, seqid, one | CODE |
| LOW | …rd-party/thrift/src/thrift/lib/py/server/TCppServer.py | 195 | except Exception: | CODE |
| MEDIUM | …rd-party/thrift/src/thrift/lib/py/server/TCppServer.py | 89 | def call_processor( | CODE |
| LOW | third-party/thrift/src/thrift/lib/py/server/TServer.py | 206 | except Exception as x: | CODE |
| LOW | …ft/src/thrift/lib/py/server/test/TAsyncioServerTest.py | 309 | except Exception: | CODE |
| LOW | third-party/thrift/src/thrift/lib/python/metadata.py | 154 | except Exception: | CODE |
| LOW | …/thrift/src/thrift/lib/python/test/mutable_set_test.py | 679 | except Exception as error: | CODE |
| LOW | …/thrift/src/thrift/lib/python/test/mutable_map_test.py | 234 | except Exception: | CODE |
| LOW | …/thrift/src/thrift/lib/python/test/mutable_map_test.py | 315 | except Exception: | CODE |
| LOW | …/thrift/src/thrift/lib/python/test/mutable_map_test.py | 492 | except Exception as error: | CODE |
| LOW | …/thrift/src/thrift/lib/python/test/mutable_map_test.py | 1177 | except Exception as error: | CODE |
| LOW | …thrift/src/thrift/lib/python/test/mutable_list_test.py | 616 | except Exception as error: | CODE |
| LOW | …thrift/src/thrift/lib/python/test/mutable_list_test.py | 767 | except Exception as error: | CODE |
| LOW | …rty/thrift/src/thrift/lib/python/test/client_server.py | 466 | except Exception as e: | CODE |
| LOW | …ython/server/test/interactions/connection_drop_test.py | 99 | except Exception: | CODE |
| LOW | …ython/server/test/interactions/connection_drop_test.py | 128 | except Exception: | CODE |
| LOW⚡ | …ift/src/thrift/lib/python/schema/type_system_bridge.py | 383 | except Exception: | CODE |
| LOW | third-party/thrift/src/thrift/lib/py3/testing.py | 55 | except Exception: | CODE |
| LOW | …party/thrift/src/thrift/compiler/test/fixture_utils.py | 257 | except Exception as err: | CODE |
| LOW | …-party/thrift/src/thrift/compiler/test/fixture_test.py | 81 | except Exception: | CODE |
| LOW⚡ | …rty/thrift/src/thrift/conformance/python/rpc_client.py | 244 | except Exception: | CODE |
| LOW⚡ | …rty/thrift/src/thrift/conformance/python/rpc_client.py | 260 | except Exception: | CODE |
| LOW | third-party/mcrouter/src/mcrouter/test/MCProcess.py | 120 | except Exception: | CODE |
| LOW | third-party/mcrouter/src/mcrouter/test/MCProcess.py | 228 | except Exception as e: | CODE |
| LOW | third-party/mcrouter/src/mcrouter/test/MCProcess.py | 267 | except Exception as e: | CODE |
| MEDIUM | third-party/mcrouter/src/mcrouter/test/MCProcess.py | 268 | print(f"Error on sending mcVersion in Thrift: {e}") | CODE |
| LOW | …rty/mcrouter/src/mcrouter/test/test_mcrouter_errors.py | 356 | except Exception as e: | CODE |
| LOW | …d-party/mcrouter/src/mcrouter/test/McrouterTestCase.py | 163 | except Exception as e: | CODE |
| MEDIUM | …d-party/mcrouter/src/mcrouter/test/McrouterTestCase.py | 159 | def _is_mcrouter_running(self, mcrouter): | CODE |
| LOW | third-party/watchman/src/watchman/runtests.py | 52 | except Exception: | CODE |
| LOW | third-party/watchman/src/watchman/runtests.py | 457 | except Exception as e: | CODE |
| LOW | third-party/watchman/src/watchman/runtests.py | 478 | except Exception as exc: | CODE |
| LOW | third-party/watchman/src/watchman/runtests.py | 486 | except Exception: | CODE |
| 106 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …y/proxygen/src/proxygen/lib/http/session/HQSession.cpp | 1663 | // NOTE: This function needs to be idempotent. i.e. be a no-op if invoked | COMMENT |
| LOW | …arty/fb-mysql/8.0.20/extra/icu/source/common/uidna.cpp | 318 | // Step 4: if the source is ASCII then proceed to step 8 | COMMENT |
| LOW⚡ | …arty/fb-mysql/8.0.20/extra/icu/source/common/uidna.cpp | 366 | //Step 7: prepend the ACE prefix | COMMENT |
| LOW⚡ | …arty/fb-mysql/8.0.20/extra/icu/source/common/uidna.cpp | 368 | //Step 6: copy the contents in b2 into dest | COMMENT |
| LOW | …ird-party/thrift/src/thrift/lib/go/thrift/processor.go | 94 | // Step 1: Decode message only using Decoder interface and GetResponseHeaders method on the protocol. | COMMENT |
| LOW | …ird-party/thrift/src/thrift/lib/go/thrift/processor.go | 145 | // Step 2: Processing the message without using the Protocol. | COMMENT |
| LOW | …ird-party/thrift/src/thrift/lib/go/thrift/processor.go | 167 | // Step 3: Write the message using only the Encoder interface and SetRequestHeader method. | COMMENT |
| LOW | …y/thrift/src/thrift/lib/py3/test/auto_migrate/enums.py | 360 | # NOTE: The following assertion used to be reversed, but has been failing for | COMMENT |
| LOW⚡ | …m/facebook/thrift/util/MonoTimeoutTransformerTest.java | 1407 | // Step 2: Fire timeout - run(Timeout) executes and schedules run() | COMMENT |
| LOW⚡ | …m/facebook/thrift/util/MonoTimeoutTransformerTest.java | 1413 | // Step 3: Cancel BEFORE run() executes | COMMENT |
| LOW⚡ | …m/facebook/thrift/util/MonoTimeoutTransformerTest.java | 1416 | // Step 4: Now execute run() | COMMENT |
| LOW⚡ | …m/facebook/thrift/util/MonoTimeoutTransformerTest.java | 1449 | // Step 1: Subscribe | COMMENT |
| LOW⚡ | …m/facebook/thrift/util/MonoTimeoutTransformerTest.java | 1452 | // Step 2: Fire timeout | COMMENT |
| LOW⚡ | …m/facebook/thrift/util/MonoTimeoutTransformerTest.java | 1458 | // Step 3: Cancel before run() executes | COMMENT |
| LOW⚡ | …m/facebook/thrift/util/MonoTimeoutTransformerTest.java | 1461 | // Step 4: Execute run() | COMMENT |
| LOW⚡ | …m/facebook/thrift/util/MonoTimeoutTransformerTest.java | 1502 | // Step 2: Fire timeout | COMMENT |
| LOW⚡ | …m/facebook/thrift/util/MonoTimeoutTransformerTest.java | 1508 | // Step 3: Cancel before run() executes | COMMENT |
| LOW⚡ | …m/facebook/thrift/util/MonoTimeoutTransformerTest.java | 1511 | // Step 4: Execute run() | COMMENT |
| LOW | …m/facebook/thrift/util/MonoTimeoutTransformerTest.java | 1491 | // Step 1: Subscribe | COMMENT |
| LOW⚡ | …rt/rocket/server/test/RocketBiDiClientCallbackTest.cpp | 848 | // Step 1: Server completes the stream direction. | COMMENT |
| LOW⚡ | …rt/rocket/server/test/RocketBiDiClientCallbackTest.cpp | 851 | // Step 2: ErrorFrame arrives from client — handleFrame dispatches to | COMMENT |
| LOW | …thrift/frame/write/handler/FrameFragmentationHandler.h | 311 | // Step 1: Drain immediate queue. | COMMENT |
| LOW | …thrift/frame/write/handler/FrameFragmentationHandler.h | 336 | // Step 2: SRPT — always flush the stream with least remaining bytes | COMMENT |
| LOW⚡ | …/watchman/src/watchman/rust/watchman_client/src/lib.rs | 658 | // Step 1: serialize into a bser byte buffer | COMMENT |
| LOW⚡ | …/watchman/src/watchman/rust/watchman_client/src/lib.rs | 666 | // Step 2: ask the client task to send it for us | COMMENT |
| LOW⚡ | …/watchman/src/watchman/rust/watchman_client/src/lib.rs | 676 | // Step 3: wait for the client task to give us the response | COMMENT |
| LOW⚡ | …/watchman/src/watchman/rust/watchman_client/src/lib.rs | 682 | // Step 4: sniff for an error response in the deserialized data | COMMENT |
| LOW⚡ | …/watchman/src/watchman/rust/watchman_client/src/lib.rs | 690 | // Step 5: deserialize into the caller-desired format | COMMENT |
| LOW | third-party/watchman/src/watchman/root/iothread.cpp | 704 | // Step 1: Process readDir results. | COMMENT |
| LOW | third-party/watchman/src/watchman/root/iothread.cpp | 768 | // Step 2: Handle errors. | COMMENT |
| LOW⚡ | third-party/folly/src/folly/String.cpp | 550 | // Step 1: Clear the high order bit. We'll deal with it in Step 5. | COMMENT |
| LOW⚡ | third-party/folly/src/folly/String.cpp | 557 | // Step 2: Add 0x25 (37) | COMMENT |
| LOW⚡ | third-party/folly/src/folly/String.cpp | 564 | // Step 3: clear the high order bit | COMMENT |
| LOW⚡ | third-party/folly/src/folly/String.cpp | 570 | // Step 4: Add 0x1a (26) | COMMENT |
| LOW⚡ | third-party/folly/src/folly/String.cpp | 579 | // Step 5: Shift the high order bit 2 spaces to the right: the spot | COMMENT |
| LOW⚡ | third-party/folly/src/folly/String.cpp | 590 | // Step 6: Apply a mask to clear everything except the 0x20 bit | COMMENT |
| LOW⚡ | third-party/folly/src/folly/String.cpp | 596 | // Step 7: Add rotated to c | COMMENT |
| LOW⚡ | third-party/folly/src/folly/IPAddressV6.cpp | 163 | // Step 1: first 8 bytes are network prefix, and can be stripped | COMMENT |
| LOW⚡ | third-party/folly/src/folly/IPAddressV6.cpp | 164 | // Step 2: invert the universal/local (U/L) flag (bit 7) | COMMENT |
| LOW⚡ | third-party/folly/src/folly/IPAddressV6.cpp | 166 | // Step 3: copy these bytes as they are | COMMENT |
| LOW⚡ | third-party/folly/src/folly/IPAddressV6.cpp | 169 | // Step 4: strip bytes (0xfffe), which are bytes_[11] and bytes_[12] | COMMENT |
| LOW⚡ | third-party/folly/src/folly/IPAddressV6.cpp | 170 | // Step 5: copy the rest. | COMMENT |
| LOW | third-party/folly/src/folly/futures/Future.h | 2305 | /// NOTE: This function is deprecated. Please use makeSemiFuture and pass the | COMMENT |
| LOW⚡ | …party/folly/src/folly/test/ConcurrentBSkipListTest.cpp | 1737 | // Step 1: skipTo(100) → should return 500 (first non-deleted key >= 100) | COMMENT |
| LOW⚡ | …party/folly/src/folly/test/ConcurrentBSkipListTest.cpp | 1745 | // Step 2: skipTo(200) — target < lastResult. Folly returns 500 (stays put). | COMMENT |
| LOW⚡ | …party/folly/src/folly/test/ConcurrentBSkipListTest.cpp | 1754 | // Step 3: skipTo(300) — still < 500. Same. | COMMENT |
| LOW⚡ | …party/folly/src/folly/test/ConcurrentBSkipListTest.cpp | 1762 | // Step 4: skipTo(600) — past the jump, normal forward | COMMENT |
| LOW⚡ | hphp/runtime/base/program-functions.cpp | 899 | // Step 1: get some 2M hugetlb pages, but don't overwrite the hot text yet. | COMMENT |
| LOW⚡ | hphp/runtime/base/program-functions.cpp | 900 | // Step 2: copy content of hot text to the hugetlb pages. | COMMENT |
| LOW⚡ | hphp/runtime/base/program-functions.cpp | 901 | // Step 3: use `mremap()` to replace [from, to) with the hugetlb pages that | COMMENT |
| LOW | hphp/.claude/commands/hhvm-tests.md | 11 | ## Step 1: Parse the mode | COMMENT |
| LOW⚡ | hphp/.claude/commands/hhvm-tests.md | 26 | ## Step 2: Identify changed files | COMMENT |
| LOW⚡ | hphp/.claude/commands/hhvm-tests.md | 32 | ## Step 3: Find related tests | COMMENT |
| LOW⚡ | hphp/.claude/commands/hhvm-tests.md | 41 | ## Step 4: Build HHVM | COMMENT |
| LOW⚡ | hphp/.claude/commands/hhvm-tests.md | 51 | ## Step 5: Run the tests | COMMENT |
| LOW | hphp/hack/.claude/commands/analyze-www.md | 29 | ## Step 0: Research | COMMENT |
| LOW | hphp/hack/.claude/commands/analyze-www.md | 58 | ## Step 1: Design | COMMENT |
| LOW | hphp/hack/.claude/commands/analyze-www.md | 69 | ## Step 2: Implement shared types library | COMMENT |
| LOW | hphp/hack/.claude/commands/analyze-www.md | 83 | ## Step 3: Implement logger | COMMENT |
| LOW | hphp/hack/.claude/commands/analyze-www.md | 117 | ## Step 4: Build and verify | COMMENT |
| 28 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | …rd-party/fb-mysql/8.0.20/support-files/mysql.server.sh | 3 | # This file is public domain and comes with NO WARRANTY of any kind | COMMENT |
| MEDIUM | …ql/8.0.20/extra/libedit/libedit-20190324-3.1/ltmain.sh | 1402 | # This file is a library for parsing options in your shell scripts along | COMMENT |
| MEDIUM | …ql/8.0.20/extra/libedit/libedit-20190324-3.1/ltmain.sh | 2502 | # This function is only a basic sanity check; it will hardly flush out | COMMENT |
| MEDIUM | …ql/8.0.20/extra/libedit/libedit-20190324-3.1/ltmain.sh | 2512 | # This function implements the same check as func_lalib_p without | COMMENT |
| MEDIUM | …ql/8.0.20/extra/libedit/libedit-20190324-3.1/ltmain.sh | 2535 | # This function is only a basic sanity check; it will hardly flush out | COMMENT |
| MEDIUM | …ql/8.0.20/extra/libedit/libedit-20190324-3.1/ltmain.sh | 2545 | # This function is only a basic sanity check; it will hardly flush out | COMMENT |
| MEDIUM | …ql/8.0.20/extra/libedit/libedit-20190324-3.1/ltmain.sh | 2570 | # This function is only a basic sanity check; it will hardly flush out | COMMENT |
| MEDIUM | …ql/8.0.20/extra/libedit/libedit-20190324-3.1/ltmain.sh | 2710 | # Create a libtool object file (analogous to a ".la" file), | COMMENT |
| MEDIUM | …ql/8.0.20/extra/libedit/libedit-20190324-3.1/ltmain.sh | 7472 | # Create the object directory. | COMMENT |
| MEDIUM | …ql/8.0.20/extra/libedit/libedit-20190324-3.1/ltmain.sh | 10145 | # Create the old-style object. | COMMENT |
| MEDIUM | …ql/8.0.20/extra/libedit/libedit-20190324-3.1/ltmain.sh | 10165 | # Create an invalid libtool object if no PIC, so that we don't | COMMENT |
| MEDIUM | third-party/fb-mysql/8.0.20/extra/zlib/os400/make.sh | 164 | # Create the OS/400 library if it does not exist. | COMMENT |
| MEDIUM | third-party/fb-mysql/8.0.20/extra/zlib/os400/make.sh | 172 | # Create the DOCS source file if it does not exist. | COMMENT |
| MEDIUM | third-party/fb-mysql/8.0.20/extra/zlib/os400/make.sh | 194 | # Create the OS/400 source program file for the C header files. | COMMENT |
| MEDIUM | third-party/fb-mysql/8.0.20/extra/zlib/os400/make.sh | 205 | # Create the IFS directory for the C header files. | COMMENT |
| MEDIUM | …/8.0.20/extra/duktape/duktape-2.3.0/tools/configure.py | 549 | # Create a duk_config.h. | COMMENT |
| MEDIUM | …/8.0.20/extra/duktape/duktape-2.3.0/tools/configure.py | 864 | # Create a combined source file, duktape.c, into a separate combined source | COMMENT |
| MEDIUM | ….0.20/extra/duktape/duktape-2.3.0/tools/genbuiltins.py | 1091 | # Create a list of objects needing a 'bidx'. Ensure 'objects' and | COMMENT |
| MEDIUM | ….0.20/extra/duktape/duktape-2.3.0/tools/genbuiltins.py | 1150 | # Create a set of helper lists and maps now that the metadata is | COMMENT |
| MEDIUM | …ra/duktape/duktape-2.3.0/tools/duk_meta_to_strarray.py | 3 | # Create an array of C strings with Duktape built-in strings. | COMMENT |
| MEDIUM | third-party/fb-mysql/8.0.20/scripts/mysqld_safe.sh | 3 | # This file is public domain and comes with NO WARRANTY of any kind | COMMENT |
| MEDIUM | …ty/fb-mysql/8.0.20/scripts/mysql_system_tables_fix.sql | 41 | # Create a user mysql.infoschema@localhost as the owner of views in information_schema. | COMMENT |
| MEDIUM | third-party/thrift/src/thrift/lib/py/Thrift.py | 629 | # This function is only used by Torch packages that were built after D49041314 (Sep 7 | COMMENT |
| MEDIUM | third-party/thrift/src/thrift/lib/py/util/remote.py | 520 | # Create the protocol and client | COMMENT |
| MEDIUM | third-party/thrift/src/thrift/lib/py/util/inspect.py | 165 | # This function is not defined by this module | COMMENT |
| MEDIUM | third-party/thrift/src/thrift/lib/py/util/fuzzer.py | 525 | # Create the protocol and client | COMMENT |
| MEDIUM | third-party/thrift/src/thrift/lib/py/util/fuzzer.py | 847 | # Create a spec_args tuple for the method args struct type | COMMENT |
| MEDIUM | …ird-party/thrift/src/thrift/lib/python/test_helpers.py | 53 | # This module contains helper functions suitable for migrating customer tests | COMMENT |
| MEDIUM | third-party/thrift/src/thrift/lib/python/test/iobuf.py | 86 | # Create a chained IOBuf: [b"hello"] -> [b"world"] | COMMENT |
| MEDIUM | third-party/watchman/src/watchman/python/tests/tests.py | 141 | # Define a new class that derives from the input class | COMMENT |
| MEDIUM | …rd-party/watchman/src/watchman/integration/test_big.py | 21 | # Create a huge query. We're shooting for more than 2MB; the server buffer | COMMENT |
| MEDIUM | …ty/watchman/src/watchman/integration/test_subscribe.py | 771 | # Create a subscription | COMMENT |
| MEDIUM | …ty/watchman/src/watchman/integration/test_subscribe.py | 809 | # Create a subscription | COMMENT |
| MEDIUM | …ty/watchman/src/watchman/integration/test_subscribe.py | 826 | # Create a new subscription with the same name | COMMENT |
| MEDIUM | …ty/watchman/src/watchman/integration/test_subscribe.py | 850 | # Create a subscription | COMMENT |
| MEDIUM | …ty/watchman/src/watchman/integration/test_subscribe.py | 867 | # Create a new subscription with the same name | COMMENT |
| MEDIUM | …ty/watchman/src/watchman/integration/test_subscribe.py | 897 | # Create a subscription | COMMENT |
| MEDIUM | …ty/watchman/src/watchman/integration/test_subscribe.py | 911 | # Create a new subscription with the same name from a different client, | COMMENT |
| MEDIUM | …ty/watchman/src/watchman/integration/test_subscribe.py | 968 | # Create a subscription | COMMENT |
| MEDIUM | …-party/watchman/src/watchman/integration/test_since.py | 27 | # Create a cursor for this state | COMMENT |
| MEDIUM | …party/watchman/src/watchman/integration/test_nodejs.py | 45 | # Define a new class that derives from the input class. | COMMENT |
| MEDIUM | …man/src/watchman/integration/eden/test_eden_pathgen.py | 69 | # Create the file that we want to remove | COMMENT |
| MEDIUM | …chman/src/watchman/integration/lib/WatchmanTestCase.py | 564 | # Define a new class that derives from the input class | COMMENT |
| MEDIUM⚡ | third-party/folly/src/folly/fibers/scripts/gdb.py | 611 | # This class is responsible for maintaining the name/address:fiberinfo mapping. | COMMENT |
| MEDIUM⚡ | third-party/folly/src/folly/fibers/scripts/gdb.py | 612 | # Creating a FiberInfo object adds it to the cache, and trying to create one | COMMENT |
| MEDIUM | hphp/runtime/ext/core/php_bzl.py | 13 | r += f"# This file is {'@'}generated from `php.txt`.\n" | CODE |
| MEDIUM | hphp/hack/test/verify.py | 345 | # Create a list of batched cases. | STRING |
| MEDIUM | hphp/hack/test/integration/test_status_single.py | 137 | # Create a file with the list of files to check | COMMENT |
| MEDIUM | hphp/hack/test/integration/test_edenfs_file_watcher.py | 293 | # Create the clean slate commit for those tests that don't want the full template repo | STRING |
| MEDIUM⚡ | hphp/hack/test/integration/test_edenfs_file_watcher.py | 778 | # Create a file that uses hg_test_fun1 | COMMENT |
| MEDIUM | hphp/hack/test/integration/test_edenfs_file_watcher.py | 792 | # Create a file that defines hg_test_fun1 | COMMENT |
| MEDIUM | hphp/hack/test/integration/test_edenfs_file_watcher.py | 830 | # Create a file with a type error | COMMENT |
| MEDIUM | hphp/hack/test/integration/test_edenfs_file_watcher.py | 1394 | # Create a file while the untracked state is asserted | COMMENT |
| MEDIUM | hphp/hack/test/integration/test_edenfs_file_watcher.py | 1482 | # Create a file before asserting the state. | COMMENT |
| MEDIUM | hphp/hack/test/integration/test_edenfs_file_watcher.py | 1490 | # Create a file while the state is asserted. | COMMENT |
| MEDIUM | hphp/hack/test/integration/test_warning_exit_code.py | 74 | # Create a file that produces an actual type error | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | third-party/tbb/src/src/rml/server/rml_server.cpp | 2393 | // We need to check if terminate is true or not before letting the thread go to sleep, | COMMENT |
| LOW | third-party/tbb/src/src/rml/server/rml_server.cpp | 2430 | // We need to check if terminate is true or not before letting the thread go to sleep, | COMMENT |
| LOW | …ysql/8.0.20/libbinlogevents/include/statement_events.h | 518 | This variable stores the default collation for the utf8mb4 character set. | CODE |
| LOW | …-mysql/8.0.20/libbinlogevents/src/statement_events.cpp | 448 | We need to check if this is from an old server | CODE |
| LOW | …arty/fb-mysql/8.0.20/extra/icu/source/common/uidna.cpp | 318 | // Step 4: if the source is ASCII then proceed to step 8 | COMMENT |
| LOW⚡ | …arty/fb-mysql/8.0.20/extra/icu/source/common/uidna.cpp | 366 | //Step 7: prepend the ACE prefix | COMMENT |
| LOW⚡ | …arty/fb-mysql/8.0.20/extra/icu/source/common/uidna.cpp | 368 | //Step 6: copy the contents in b2 into dest | COMMENT |
| LOW | …y/fb-mysql/8.0.20/extra/icu/source/common/ucnv2022.cpp | 430 | /* The purpose of this function is to get around gcc compiler warnings. */ | COMMENT |
| LOW | …rty/fb-mysql/8.0.20/extra/icu/source/common/locmap.cpp | 1138 | // The purpose of this function is to leverage native platform name->lcid | COMMENT |
| LOW | …arty/fb-mysql/8.0.20/extra/icu/source/i18n/usearch.cpp | 1260 | // this totally matches, however we need to check if it is repeating | COMMENT |
| LOW | …arty/fb-mysql/8.0.20/extra/icu/source/i18n/usearch.cpp | 1936 | // this totally matches, however we need to check if it is repeating | COMMENT |
| LOW | …arty/fb-mysql/8.0.20/extra/icu/source/i18n/usearch.cpp | 2107 | // this totally matches, however we need to check if it is repeating | COMMENT |
| LOW | …arty/fb-mysql/8.0.20/extra/icu/source/i18n/usearch.cpp | 2575 | // this totally matches, however we need to check if it is repeating | COMMENT |
| LOW | …arty/fb-mysql/8.0.20/extra/icu/source/i18n/uregexc.cpp | 9 | * description: The purpose of this function is to separate the codepage | COMMENT |
| LOW | …rty/fb-mysql/8.0.20/extra/icu/source/i18n/tzgnames.cpp | 951 | // then we need to check if the name is same with the location name. | COMMENT |
| LOW | third-party/fb-mysql/8.0.20/sql/item_cmpfunc.h | 1477 | The purpose of this function is to be able to get elements of this | CODE |
| LOW | third-party/fb-mysql/8.0.20/sql/sp_head.h | 614 | @param argcount Number of passed arguments. We need to check if | CODE |
| LOW | …ird-party/thrift/src/thrift/lib/go/thrift/processor.go | 94 | // Step 1: Decode message only using Decoder interface and GetResponseHeaders method on the protocol. | COMMENT |
| LOW | …ird-party/thrift/src/thrift/lib/go/thrift/processor.go | 145 | // Step 2: Processing the message without using the Protocol. | COMMENT |
| LOW | …ird-party/thrift/src/thrift/lib/go/thrift/processor.go | 167 | // Step 3: Write the message using only the Encoder interface and SetRequestHeader method. | COMMENT |
| LOW⚡ | …m/facebook/thrift/util/MonoTimeoutTransformerTest.java | 1407 | // Step 2: Fire timeout - run(Timeout) executes and schedules run() | COMMENT |
| LOW⚡ | …m/facebook/thrift/util/MonoTimeoutTransformerTest.java | 1413 | // Step 3: Cancel BEFORE run() executes | COMMENT |
| LOW⚡ | …m/facebook/thrift/util/MonoTimeoutTransformerTest.java | 1416 | // Step 4: Now execute run() | COMMENT |
| LOW⚡ | …m/facebook/thrift/util/MonoTimeoutTransformerTest.java | 1449 | // Step 1: Subscribe | COMMENT |
| LOW⚡ | …m/facebook/thrift/util/MonoTimeoutTransformerTest.java | 1452 | // Step 2: Fire timeout | COMMENT |
| LOW⚡ | …m/facebook/thrift/util/MonoTimeoutTransformerTest.java | 1458 | // Step 3: Cancel before run() executes | COMMENT |
| LOW⚡ | …m/facebook/thrift/util/MonoTimeoutTransformerTest.java | 1461 | // Step 4: Execute run() | COMMENT |
| LOW⚡ | …m/facebook/thrift/util/MonoTimeoutTransformerTest.java | 1502 | // Step 2: Fire timeout | COMMENT |
| LOW⚡ | …m/facebook/thrift/util/MonoTimeoutTransformerTest.java | 1508 | // Step 3: Cancel before run() executes | COMMENT |
| LOW⚡ | …m/facebook/thrift/util/MonoTimeoutTransformerTest.java | 1511 | // Step 4: Execute run() | COMMENT |
| LOW | …m/facebook/thrift/util/MonoTimeoutTransformerTest.java | 1491 | // Step 1: Subscribe | COMMENT |
| LOW⚡ | …rt/rocket/server/test/RocketBiDiClientCallbackTest.cpp | 848 | // Step 1: Server completes the stream direction. | COMMENT |
| LOW⚡ | …rt/rocket/server/test/RocketBiDiClientCallbackTest.cpp | 851 | // Step 2: ErrorFrame arrives from client — handleFrame dispatches to | COMMENT |
| LOW | …thrift/frame/write/handler/FrameFragmentationHandler.h | 311 | // Step 1: Drain immediate queue. | COMMENT |
| LOW | …thrift/frame/write/handler/FrameFragmentationHandler.h | 336 | // Step 2: SRPT — always flush the stream with least remaining bytes | COMMENT |
| LOW | third-party/watchman/src/watchman/LRUCache.h | 364 | // The purpose of this function is to reduce the exposure to | COMMENT |
| LOW⚡ | …/watchman/src/watchman/rust/watchman_client/src/lib.rs | 658 | // Step 1: serialize into a bser byte buffer | COMMENT |
| LOW⚡ | …/watchman/src/watchman/rust/watchman_client/src/lib.rs | 666 | // Step 2: ask the client task to send it for us | COMMENT |
| LOW⚡ | …/watchman/src/watchman/rust/watchman_client/src/lib.rs | 676 | // Step 3: wait for the client task to give us the response | COMMENT |
| LOW⚡ | …/watchman/src/watchman/rust/watchman_client/src/lib.rs | 682 | // Step 4: sniff for an error response in the deserialized data | COMMENT |
| LOW⚡ | …/watchman/src/watchman/rust/watchman_client/src/lib.rs | 690 | // Step 5: deserialize into the caller-desired format | COMMENT |
| LOW | third-party/watchman/src/watchman/root/iothread.cpp | 704 | // Step 1: Process readDir results. | COMMENT |
| LOW | third-party/watchman/src/watchman/root/iothread.cpp | 768 | // Step 2: Handle errors. | COMMENT |
| LOW⚡ | third-party/folly/src/folly/String.cpp | 550 | // Step 1: Clear the high order bit. We'll deal with it in Step 5. | COMMENT |
| LOW⚡ | third-party/folly/src/folly/String.cpp | 557 | // Step 2: Add 0x25 (37) | COMMENT |
| LOW⚡ | third-party/folly/src/folly/String.cpp | 564 | // Step 3: clear the high order bit | COMMENT |
| LOW⚡ | third-party/folly/src/folly/String.cpp | 570 | // Step 4: Add 0x1a (26) | COMMENT |
| LOW⚡ | third-party/folly/src/folly/String.cpp | 579 | // Step 5: Shift the high order bit 2 spaces to the right: the spot | COMMENT |
| LOW⚡ | third-party/folly/src/folly/String.cpp | 590 | // Step 6: Apply a mask to clear everything except the 0x20 bit | COMMENT |
| LOW⚡ | third-party/folly/src/folly/String.cpp | 596 | // Step 7: Add rotated to c | COMMENT |
| LOW⚡ | third-party/folly/src/folly/IPAddressV6.cpp | 163 | // Step 1: first 8 bytes are network prefix, and can be stripped | COMMENT |
| LOW⚡ | third-party/folly/src/folly/IPAddressV6.cpp | 164 | // Step 2: invert the universal/local (U/L) flag (bit 7) | COMMENT |
| LOW⚡ | third-party/folly/src/folly/IPAddressV6.cpp | 166 | // Step 3: copy these bytes as they are | COMMENT |
| LOW⚡ | third-party/folly/src/folly/IPAddressV6.cpp | 169 | // Step 4: strip bytes (0xfffe), which are bytes_[11] and bytes_[12] | COMMENT |
| LOW⚡ | third-party/folly/src/folly/IPAddressV6.cpp | 170 | // Step 5: copy the rest. | COMMENT |
| LOW⚡ | …party/folly/src/folly/test/ConcurrentBSkipListTest.cpp | 1737 | // Step 1: skipTo(100) → should return 500 (first non-deleted key >= 100) | COMMENT |
| LOW⚡ | …party/folly/src/folly/test/ConcurrentBSkipListTest.cpp | 1745 | // Step 2: skipTo(200) — target < lastResult. Folly returns 500 (stays put). | COMMENT |
| LOW⚡ | …party/folly/src/folly/test/ConcurrentBSkipListTest.cpp | 1754 | // Step 3: skipTo(300) — still < 500. Same. | COMMENT |
| LOW⚡ | …party/folly/src/folly/test/ConcurrentBSkipListTest.cpp | 1762 | // Step 4: skipTo(600) — past the jump, normal forward | COMMENT |
| LOW | …y/folly/src/folly/algorithm/simd/test/MovemaskTest.cpp | 119 | // Step 1: | COMMENT |
| 20 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …en/src/proxygen/lib/utils/gen_trace_event_constants.py | 15 | CODE | |
| LOW | third-party/tbb/src/python/tbb/__init__.py | 239 | CODE | |
| LOW | third-party/tbb/src/python/tbb/pool.py | 515 | CODE | |
| LOW | third-party/tbb/src/python/tbb/pool.py | 608 | CODE | |
| LOW | …/8.0.20/extra/duktape/duktape-2.3.0/tools/configure.py | 86 | CODE | |
| LOW | …ql/8.0.20/extra/duktape/duktape-2.3.0/tools/dukutil.py | 38 | CODE | |
| LOW | …/8.0.20/extra/duktape/duktape-2.3.0/tools/genconfig.py | 367 | CODE | |
| LOW | …/8.0.20/extra/duktape/duktape-2.3.0/tools/genconfig.py | 497 | CODE | |
| LOW | …/8.0.20/extra/duktape/duktape-2.3.0/tools/genconfig.py | 528 | CODE | |
| LOW | …/8.0.20/extra/duktape/duktape-2.3.0/tools/genconfig.py | 730 | CODE | |
| LOW | …/8.0.20/extra/duktape/duktape-2.3.0/tools/genconfig.py | 810 | CODE | |
| LOW | …/8.0.20/extra/duktape/duktape-2.3.0/tools/genconfig.py | 974 | CODE | |
| LOW | …/8.0.20/extra/duktape/duktape-2.3.0/tools/genconfig.py | 1468 | CODE | |
| LOW | …/8.0.20/extra/duktape/duktape-2.3.0/tools/genconfig.py | 182 | CODE | |
| LOW | …/8.0.20/extra/duktape/duktape-2.3.0/tools/genconfig.py | 373 | CODE | |
| LOW | …0.20/extra/duktape/duktape-2.3.0/tools/scan_strings.py | 49 | CODE | |
| LOW | …/duktape/duktape-2.3.0/tools/extract_unique_options.py | 15 | CODE | |
| LOW | …pe/duktape-2.3.0/examples/alloc-logging/log2gnuplot.py | 14 | CODE | |
| LOW | …-party/thrift/src/thrift/test/fuzzer/RandomizerTest.py | 455 | CODE | |
| LOW | …-party/thrift/src/thrift/test/fuzzer/RandomizerTest.py | 1124 | CODE | |
| LOW | third-party/thrift/src/thrift/lib/py/Thrift.py | 511 | CODE | |
| LOW | third-party/thrift/src/thrift/lib/py/Thrift.py | 313 | CODE | |
| LOW | …party/thrift/src/thrift/lib/py/transport/TSSLSocket.py | 239 | CODE | |
| LOW | …thrift/src/thrift/lib/py/transport/THeaderTransport.py | 299 | CODE | |
| LOW | …thrift/src/thrift/lib/py/transport/THeaderTransport.py | 437 | CODE | |
| LOW | …thrift/src/thrift/lib/py/transport/THeaderTransport.py | 456 | CODE | |
| LOW | …thrift/src/thrift/lib/py/transport/THeaderTransport.py | 548 | CODE | |
| LOW | …rd-party/thrift/src/thrift/lib/py/transport/TSocket.py | 287 | CODE | |
| LOW | third-party/thrift/src/thrift/lib/py/util/remote.py | 519 | CODE | |
| LOW | third-party/thrift/src/thrift/lib/py/util/remote.py | 663 | CODE | |
| LOW | third-party/thrift/src/thrift/lib/py/util/randomizer.py | 269 | CODE | |
| LOW | third-party/thrift/src/thrift/lib/py/util/randomizer.py | 872 | CODE | |
| LOW | third-party/thrift/src/thrift/lib/py/util/Recursive.py | 20 | CODE | |
| LOW | third-party/thrift/src/thrift/lib/py/util/__init__.py | 50 | CODE | |
| LOW | third-party/thrift/src/thrift/lib/py/util/inspect.py | 216 | CODE | |
| LOW | third-party/thrift/src/thrift/lib/py/util/fuzzer.py | 438 | CODE | |
| LOW | third-party/thrift/src/thrift/lib/py/util/fuzzer.py | 738 | CODE | |
| LOW | third-party/thrift/src/thrift/lib/py/util/fuzzer.py | 967 | CODE | |
| LOW | third-party/thrift/src/thrift/lib/py/util/Decorators.py | 306 | CODE | |
| LOW | …rd-party/thrift/src/thrift/lib/py/server/TCppServer.py | 200 | CODE | |
| LOW | …rty/thrift/src/thrift/lib/py/protocol/TJSONProtocol.py | 215 | CODE | |
| LOW | …rift/src/thrift/lib/py/protocol/TSimpleJSONProtocol.py | 255 | CODE | |
| LOW | …rift/src/thrift/lib/py/protocol/TSimpleJSONProtocol.py | 310 | CODE | |
| LOW | …rift/src/thrift/lib/py/protocol/TSimpleJSONProtocol.py | 324 | CODE | |
| LOW | …rift/src/thrift/lib/py/protocol/TSimpleJSONProtocol.py | 398 | CODE | |
| LOW | …rift/src/thrift/lib/py/protocol/TSimpleJSONProtocol.py | 432 | CODE | |
| LOW | …rift/src/thrift/lib/py/protocol/TSimpleJSONProtocol.py | 489 | CODE | |
| LOW | …rift/src/thrift/lib/py/protocol/TSimpleJSONProtocol.py | 605 | CODE | |
| LOW | …rift/src/thrift/lib/py/protocol/TSimpleJSONProtocol.py | 703 | CODE | |
| LOW | …d-party/thrift/src/thrift/lib/py/protocol/TProtocol.py | 173 | CODE | |
| LOW | …d-party/thrift/src/thrift/lib/py/protocol/TProtocol.py | 221 | CODE | |
| LOW | third-party/thrift/src/thrift/lib/python/metadata.py | 593 | CODE | |
| LOW | third-party/thrift/src/thrift/lib/python/metadata.py | 120 | CODE | |
| LOW | third-party/thrift/src/thrift/lib/python/metadata.py | 422 | CODE | |
| LOW | …ird-party/thrift/src/thrift/lib/python/test_helpers.py | 288 | CODE | |
| LOW | …y/thrift/src/thrift/lib/python/benchmark/containers.py | 180 | CODE | |
| LOW | …ty/thrift/src/thrift/lib/python/benchmark/converter.py | 50 | CODE | |
| LOW | …hrift/src/thrift/lib/python/benchmark/struct_memory.py | 325 | CODE | |
| LOW | third-party/thrift/src/thrift/lib/python/test/enums.py | 270 | CODE | |
| LOW | …ft/src/thrift/lib/python/test/json5_serializer_test.py | 230 | CODE | |
| 80 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | …py/thrift_py_deprecated_warning_reentrancy_e2e_test.py | 0 | \ thrift.test.py.thrift_py_deprecated_warning_e2e_source_a:18: thriftpydeprecatedwarning: uses thrift-py-deprecated. mig | STRING |
| HIGH | …py/thrift_py_deprecated_warning_e2e_test_parameters.py | 0 | \ thrift.test.py.thrift_py_deprecated_warning_e2e_source_a:18: thriftpydeprecatedwarning: uses thrift-py-deprecated. mig | STRING |
| HIGH | …hrift/test/py/thrift_py_deprecated_warning_e2e_test.py | 0 | \ thrift.test.py.thrift_py_deprecated_warning_e2e_source_a:18: thriftpydeprecatedwarning: uses thrift-py-deprecated. mig | STRING |
| HIGH | third-party/thrift/src/thrift/lib/python/test/unions.py | 0 | the `setup` method performs these assignments with type hints to enable pyre when using 'parameterized'. otherwise, pyre | STRING |
| HIGH | …ird-party/thrift/src/thrift/lib/python/test/structs.py | 0 | the `setup` method performs these assignments with type hints to enable pyre when using 'parameterized'. otherwise, pyre | STRING |
| HIGH | …-party/thrift/src/thrift/lib/python/test/serializer.py | 0 | the `setup` method performs these assignments with type hints to enable pyre when using 'parameterized'. otherwise, pyre | STRING |
| HIGH | …-party/thrift/src/thrift/lib/python/test/exceptions.py | 0 | the `setup` method performs these assignments with type hints to enable pyre when using 'parameterized'. otherwise, pyre | STRING |
| HIGH | third-party/thrift/src/thrift/lib/python/test/refs.py | 0 | the `setup` method performs these assignments with type hints to enable pyre when using 'parameterized'. otherwise, pyre | STRING |
| HIGH | third-party/thrift/src/thrift/lib/python/test/iobuf.py | 0 | the `setup` method performs these assignments with type hints to enable pyre when using 'parameterized'. otherwise, pyre | STRING |
| HIGH | …rty/thrift/src/thrift/lib/python/test/client_server.py | 0 | these are tests where a client and server talk to each other | STRING |
| HIGH | …ython/test/metadata_response/metadata_response_test.py | 0 | these are tests where a client and server talk to each other | STRING |
| HIGH | …/src/thrift/lib/py3/test/auto_migrate/client_server.py | 0 | these are tests where a client and server talk to each other | STRING |
| HIGH | hphp/tools/lldb/lookup.py | 0 | register the stack-related commands in this file with the lldb debugger. defining this in this module (in addition to th | STRING |
| HIGH | hphp/tools/lldb/nameof.py | 0 | register the stack-related commands in this file with the lldb debugger. defining this in this module (in addition to th | STRING |
| HIGH | hphp/tools/lldb/utils.py | 0 | register the stack-related commands in this file with the lldb debugger. defining this in this module (in addition to th | STRING |
| HIGH | hphp/tools/lldb/unit.py | 0 | register the stack-related commands in this file with the lldb debugger. defining this in this module (in addition to th | STRING |
| HIGH | hphp/tools/lldb/idx.py | 0 | register the stack-related commands in this file with the lldb debugger. defining this in this module (in addition to th | STRING |
| HIGH | hphp/tools/lldb/sizeof.py | 0 | register the stack-related commands in this file with the lldb debugger. defining this in this module (in addition to th | STRING |
| HIGH | hphp/tools/lldb/aliases.py | 0 | register the stack-related commands in this file with the lldb debugger. defining this in this module (in addition to th | STRING |
| HIGH | hphp/tools/lldb/pretty.py | 0 | register the stack-related commands in this file with the lldb debugger. defining this in this module (in addition to th | STRING |
| HIGH | hphp/tools/lldb/stack.py | 0 | register the stack-related commands in this file with the lldb debugger. defining this in this module (in addition to th | STRING |
| HIGH | …test/zend/good/ext/spl/tests/SplFileObject_fputcsv.php | 0 | "",aaa', 12 => 'aaa,bbb ', 13 => 'aaa,"bbb "', 14 => 'aaa"aaa","bbb"bbb', 15 => 'aaa"aaa | STRING |
| HIGH | hphp/test/zend/good/ext/standard/tests/file/fputcsv.php | 0 | "",aaa', 12 => 'aaa,bbb ', 13 => 'aaa,"bbb "', 14 => 'aaa"aaa","bbb"bbb', 15 => 'aaa"aaa | STRING |
| HIGH | …t/slow/dv_array/ext_spl_file/SplFileObject_fputcsv.php | 0 | "",aaa', 12 => 'aaa,bbb ', 13 => 'aaa,"bbb "', 14 => 'aaa"aaa","bbb"bbb', 15 => 'aaa"aaa | STRING |
| HIGH | …_array_hack_arr/ext_spl_file/SplFileObject_fputcsv.php | 0 | "",aaa', 12 => 'aaa,bbb ', 13 => 'aaa,"bbb "', 14 => 'aaa"aaa","bbb"bbb', 15 => 'aaa"aaa | STRING |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …tructuredheaders/test/StructuredHeadersDecoderTest.cpp | 117 | EXPECT_EQ(m["name"], std::string("John Doe")); | CODE |
| LOW | …tructuredheaders/test/StructuredHeadersEncoderTest.cpp | 317 | std::string val2 = "John Doe"; | CODE |
| LOW | …d-party/tbb/src/src/test/test_concurrent_lru_cache.cpp | 191 | int dummy_key=0; | CODE |
| LOW | …d-party/tbb/src/src/test/test_concurrent_lru_cache.cpp | 192 | cache_type::handle h = cache[dummy_key]; | CODE |
| LOW⚡ | …d-party/tbb/src/src/test/test_concurrent_lru_cache.cpp | 274 | int dummy_key=1; | CODE |
| LOW⚡ | …d-party/tbb/src/src/test/test_concurrent_lru_cache.cpp | 276 | ASSERT(dummy_function::_(dummy_key)==cache[dummy_key].value(),"cache operator() must return only values obta | CODE |
| LOW⚡ | …d-party/tbb/src/src/test/test_concurrent_lru_cache.cpp | 286 | int dummy_key=0; | CODE |
| LOW⚡ | …d-party/tbb/src/src/test/test_concurrent_lru_cache.cpp | 287 | cache[dummy_key]; | CODE |
| LOW⚡ | …d-party/tbb/src/src/test/test_concurrent_lru_cache.cpp | 288 | cache[dummy_key]; | CODE |
| LOW | …ty/thrift/src/thrift/test/thrift-python/struct_test.py | 2404 | sub_w = TestStructMutable(optional_string="Lorem ipsum") | CODE |
| LOW⚡ | …-party/thrift/src/thrift/lib/rust/any/src/dummy_any.rs | 25 | fn get_dummy_any(dummy_data: &str) -> Self; | CODE |
| LOW⚡ | …-party/thrift/src/thrift/lib/rust/any/src/dummy_any.rs | 30 | fn get_dummy_any(dummy_data: &str) -> any::Any { | CODE |
| LOW⚡ | …-party/thrift/src/thrift/lib/rust/any/src/dummy_any.rs | 33 | name: TypeName::structType(TypeUri::uri(dummy_data.to_string())), | CODE |
| LOW⚡ | …-party/thrift/src/thrift/lib/rust/any/src/dummy_any.rs | 37 | data: dummy_data.into(), | CODE |
| LOW | …c/thrift/lib/java/runtime/src/test/resources/lorem.txt | 1 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum id sem eget tellus interdum bibendum. Curabitur phar | CODE |
| LOW | …c/thrift/lib/java/runtime/src/test/resources/lorem.txt | 1 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum id sem eget tellus interdum bibendum. Curabitur phar | CODE |
| LOW | …arty/mcrouter/src/mcrouter/test/test_mcrouter_basic.py | 181 | self.assertEqual(mcr.touch("fake_key", 20), "NOT_FOUND") | CODE |
| LOW | …arty/mcrouter/src/mcrouter/test/test_mcrouter_basic.py | 182 | self.assertIsNone(mcr.get("fake_key")) | CODE |
| LOW⚡ | …folly/src/folly/test/AsciiCaseInsensitiveBenchmark.cpp | 27 | "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec a diam" | CODE |
| LOW⚡ | …folly/src/folly/test/AsciiCaseInsensitiveBenchmark.cpp | 27 | "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec a diam" | CODE |
| LOW⚡ | …folly/src/folly/test/AsciiCaseInsensitiveBenchmark.cpp | 33 | "tortor. Lorem ipsum dolor sit amet, consectetur adipiscing" | CODE |
| LOW⚡ | …folly/src/folly/test/AsciiCaseInsensitiveBenchmark.cpp | 33 | "tortor. Lorem ipsum dolor sit amet, consectetur adipiscing" | CODE |
| LOW | …folly/src/folly/test/AsciiCaseInsensitiveBenchmark.cpp | 63 | "tincidunt. Phasellus eget dolor sit amet ipsum dapibus condimentum" | CODE |
| LOW⚡ | third-party/folly/src/folly/test/ConvTest.cpp | 474 | toAppend("Lorem ipsum ", 1234, String(" dolor amet "), 567.89, '!', &s); | CODE |
| LOW⚡ | third-party/folly/src/folly/test/ConvTest.cpp | 475 | EXPECT_EQ(s, "Lorem ipsum 1234 dolor amet 567.89!"); | CODE |
| LOW⚡ | third-party/folly/src/folly/test/ConvTest.cpp | 480 | s = to<String>("Lorem ipsum ", nullptr, 1234, " dolor amet ", 567.89, '.'); | CODE |
| LOW⚡ | third-party/folly/src/folly/test/ConvTest.cpp | 481 | EXPECT_EQ(s, "Lorem ipsum 1234 dolor amet 567.89."); | CODE |
| LOW⚡ | third-party/folly/src/folly/test/ConvTest.cpp | 500 | ":", "Lorem ipsum ", 1234, String(" dolor amet "), 567.89, '!', &s); | CODE |
| LOW⚡ | third-party/folly/src/folly/test/ConvTest.cpp | 501 | EXPECT_EQ(s, "Lorem ipsum :1234: dolor amet :567.89:!"); | CODE |
| LOW⚡ | third-party/folly/src/folly/test/ConvTest.cpp | 507 | ":", "Lorem ipsum ", nullptr, 1234, " dolor amet ", 567.89, '.'); | CODE |
| LOW⚡ | third-party/folly/src/folly/test/ConvTest.cpp | 508 | EXPECT_EQ(s, "Lorem ipsum ::1234: dolor amet :567.89:."); | CODE |
| LOW | third-party/folly/src/folly/test/FBStringTest.cpp | 1276 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras accumsan \n\ | CODE |
| LOW | third-party/folly/src/folly/test/FBStringTest.cpp | 1276 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras accumsan \n\ | CODE |
| LOW | third-party/folly/src/folly/io/test/IOBufTest.cpp | 1326 | const char data[] = "Lorem ipsum dolor sit amet, consectetur adipiscing elit"; | CODE |
| LOW | third-party/folly/src/folly/io/test/IOBufTest.cpp | 1326 | const char data[] = "Lorem ipsum dolor sit amet, consectetur adipiscing elit"; | CODE |
| LOW | …hp/test/zend/good/ext/standard/tests/mail/bug51604.php | 4 | $to = 'user@example.com'; | CODE |
| LOW | …test/zend/good/ext/standard/tests/mail/mail_basic3.php | 12 | $to = 'user@example.com'; | CODE |
| LOW | …/test/zend/good/ext/standard/tests/mail/mail_basic.php | 12 | $to = 'user@example.com'; | CODE |
| LOW | …test/zend/good/ext/standard/tests/mail/mail_basic5.php | 12 | $to = 'user@example.com'; | CODE |
| LOW | …test/zend/good/ext/standard/tests/mail/mail_basic4.php | 12 | $to = 'user@example.com'; | CODE |
| LOW | …/zend/good/ext/standard/tests/mail/mail_variation1.php | 11 | $to = 'user@example.com'; | CODE |
| LOW | …t/zend/good/ext/mbstring/tests/mb_ereg_search_regs.php | 9 | // = "Lorem ipsum dolor sit amet" | COMMENT |
| LOW | …t/zend/good/ext/mbstring/tests/mb_ereg_search_regs.php | 9 | // = "Lorem ipsum dolor sit amet" | COMMENT |
| LOW | hphp/test/slow/ext_socket/persistent_socket.php | 100 | 'emailAddress' => 'foo@bar.com']; | CODE |
| LOW | hphp/test/slow/ext_bzip2/wrapper.php | 7 | Lorem ipsum dolor sit amet, | CODE |
| LOW | hphp/test/slow/ext_bzip2/wrapper.php | 7 | Lorem ipsum dolor sit amet, | CODE |
| LOW⚡ | hphp/util/test/zstd-test.cpp | 28 | R"(Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur nec rhoncus augue. Proin ut diam tempus, egest | CODE |
| LOW⚡ | hphp/util/test/zstd-test.cpp | 28 | R"(Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur nec rhoncus augue. Proin ut diam tempus, egest | CODE |
| LOW⚡ | hphp/util/test/zstd-test.cpp | 34 | Pellentesque aliquam tortor in velit porttitor, eu ullamcorper quam dictum. Morbi et orci ac libero vehicula facilisis. | CODE |
| LOW⚡ | hphp/util/test/zstd-test.cpp | 34 | Pellentesque aliquam tortor in velit porttitor, eu ullamcorper quam dictum. Morbi et orci ac libero vehicula facilisis. | CODE |
| LOW | hphp/runtime/test/compression-test.cpp | 44 | "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque " | CODE |
| LOW | hphp/runtime/test/compression-test.cpp | 44 | "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque " | CODE |
| LOW | hphp/hack/test/integration/lspcommand.py | 117 | dummy_id = LspCommandProcessor.dummy_request_id() | CODE |
| LOW | hphp/hack/test/integration/lspcommand.py | 119 | return {k: v for k, v in transcript.items() if k != dummy_id} | CODE |
| LOW | …ge_driver/flib/intern/codegen/graphql/graphql_cfg.json | 2 | [[], "intern", "fake_name"] | CODE |
| LOW | hphp/hack/test/hackfmt/tests/xhp.php | 57 | return <a><!-- this is a very long comment lorem ipsum ipsum ipsum ipsum ipsum ipsum --></a>; | CODE |
| LOW | hphp/hack/test/hhi/generate/no_constant_values.php | 11 | const string QUX = 'placeholder'; | CODE |
| LOW | …st/typecheck/global_access_check/test_superglobals.php | 6 | return "dummy_value"; | CODE |
| LOW | hphp/hack/manual/apis/Classes/HH/Shapes/toArray.md | 49 | $point = shape('name' => 'Jane Doe', 'age' => 55, 'points' => 25.30); | CODE |
| LOW | hphp/hack/manual/apis/Classes/HH/Set/fromKeysOf.md | 89 | 9361760 => 'John Doe', | CODE |
| 5 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | third-party/tbb/src/examples/graph/stereo/lodepng.h | 350 | If you encode an image without alpha with palette, don't forget to put value 255 in each A byte of the palette. | CODE |
| LOW | third-party/tbb/src/examples/graph/stereo/lodepng.cpp | 80 | lodepng source code. Don't forget to remove "static" if you copypaste them | CODE |
| LOW | …mples/parallel_for/tachyon/msvs/win8ui/DirectXBase.cpp | 104 | // Don't forget to declare your application's minimum required feature level in its | COMMENT |
| LOW | third-party/tbb/src/doc/html/a00169.html | 182 | <p>When overriding method <a class="el" href="a00169.html#a4bd4ba0d501021013d1473d21b020b69" title="Creates and returns | CODE |
| LOW | …ysql/8.0.20/libbinlogevents/include/statement_events.h | 445 | * When adding new status vars, please don't forget to update the | COMMENT |
| LOW | third-party/fb-mysql/8.0.20/include/my_command.h | 96 | /* don't forget to update const char *command_name[] in sql_parse.cc */ | COMMENT |
| LOW | third-party/fb-mysql/8.0.20/include/my_rcu_lock.h | 128 | @warning Don't forget to call @ref MyRcuLock::rcu_end_read() when done. | CODE |
| MEDIUM | …-mysql/8.0.20/extra/icu/source/i18n/unicode/dtfmtsym.h | 66 | * DateFormatSymbols object, they can feel free to modify the date-time | COMMENT |
| MEDIUM | …-mysql/8.0.20/extra/icu/source/i18n/unicode/dtitvinf.h | 144 | * they can feel free to modify it as necessary. | COMMENT |
| MEDIUM | …20/extra/duktape/duktape-2.3.0/src-input/builtins.yaml | 52 | # - To disable a property without removing its metadata, you can use | COMMENT |
| LOW | third-party/fb-mysql/8.0.20/sql/sql_class.h | 1168 | here, and you add code to set them in replication, don't forget to | CODE |
| LOW | third-party/fb-mysql/8.0.20/sql/auth/auth_acls.h | 64 | don't forget to update | CODE |
| LOW | third-party/thrift/src/thrift/lib/py/async_common.py | 241 | # Don't forget to implement connection_made/connection_lost in your | COMMENT |
| LOW | …hrift/src/thrift/lib/cpp/transport/TBufferTransports.h | 959 | // Don't forget to update constructors, initCommon, and swap if | COMMENT |
| LOW | …2/transport/core/testutil/TransportCompatibilityTest.h | 41 | // Don't forget to start the server before running the tests. | COMMENT |
| LOW | …2/transport/core/testutil/TransportCompatibilityTest.h | 80 | // Don't forget to start the server before running the tests. | COMMENT |
| LOW | third-party/folly/src/folly/FBString.h | 664 | // Medium strings are copied eagerly. Don't forget to allocate | COMMENT |
| LOW | third-party/folly/src/folly/FBString.h | 717 | // Medium strings are allocated normally. Don't forget to | COMMENT |
| LOW | third-party/folly/src/folly/FBString.h | 798 | // Keep the string at medium size. Don't forget to allocate | COMMENT |
| LOW | third-party/folly/src/folly/FBString.h | 831 | // Don't forget to allocate one extra Char for the terminating null | COMMENT |
| MEDIUM | third-party/folly/src/folly/Format.h | 409 | * so feel free to modify it in place if necessary. (For example, wrap an | COMMENT |
| LOW | third-party/folly/src/folly/futures/test/FutureTest.cpp | 1155 | // (Don't forget to enable ASAN) | COMMENT |
| MEDIUM | third-party/folly/src/folly/lang/MustUseImmediately.h | 558 | // As discussed above, this helps types manage object slicing risk. | COMMENT |
| LOW | …-party/folly/src/folly/container/HeterogeneousAccess.h | 50 | // the header that declares T. Don't forget to typedef is_transparent to | COMMENT |
| LOW | hphp/tools/lldb/pretty.py | 322 | # must make sure to get the non-synthetic lldb.SBValue. | COMMENT |
| LOW | hphp/tools/tc-print/offline-code.h | 53 | // NOTE: whenever you update this enumeration, please don't forget to fix | COMMENT |
| MEDIUM | hphp/runtime/ext/mysql/ext_mysql.php | 449 | * level E_WARNING will be emitted. It's worth noting that mysql_query() | COMMENT |
| MEDIUM | hphp/runtime/vm/jit/refcount-opts.cpp | 479 | these situations is actually the same condition as discussed above: by the above | CODE |
| LOW | hphp/hack/src/hackc/ir/passes/clean.rs | 143 | // simple Jmp and zap the params. Don't forget to remap the | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | …-party/thrift/src/thrift/lib/cpp/test/loadgen/Worker.h | 194 | // Only send as fast as requested | COMMENT |
| HIGH | …rty/folly/src/folly/io/async/test/AsyncSocketTest2.cpp | 2015 | // Make sure the write attempt timed out as requested | COMMENT |
| HIGH | hphp/util/extern-worker.h | 807 | // order as requested). | COMMENT |
| HIGH | hphp/util/extern-worker.h | 811 | // associated RefIds (in the same order as requested, with files | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | third-party/tbb/src/python/tbb/__init__.py | 35 | __all__ = ["Monkey", "is_active"] + api__all + pool__all | CODE |
| LOW | third-party/tbb/src/python/tbb/pool.py | 78 | __all__ = ["Pool", "TimeoutError"] | CODE |
| LOW | third-party/thrift/src/thrift/lib/py/__init__.py | 17 | __all__ = ["Thrift", "TSCons"] | CODE |
| LOW | third-party/thrift/src/thrift/lib/py/async_common.py | 54 | logger = logging.getLogger(__name__) | CODE |
| LOW | third-party/thrift/src/thrift/lib/py/util/__init__.py | 24 | __all__ = ["Serializer", "struct_to_dict", "parse_struct_spec"] | CODE |
| LOW | third-party/thrift/src/thrift/lib/py/server/__init__.py | 17 | __all__ = ["TServer", "TAsyncioServer"] | CODE |
| LOW | …arty/thrift/src/thrift/lib/py/server/TAsyncioServer.py | 35 | __all__ = [ | CODE |
| LOW | …arty/thrift/src/thrift/lib/py/server/TAsyncioServer.py | 42 | logger = logging.getLogger(__name__) | CODE |
| LOW | …rty/thrift/src/thrift/lib/py/protocol/TJSONProtocol.py | 26 | __all__ = ["TJSONProtocol", "TJSONProtocolFactory"] | CODE |
| LOW | …rd-party/thrift/src/thrift/lib/py/protocol/__init__.py | 15 | __all__ = [ | CODE |
| LOW | …/thrift/src/thrift/lib/py/protocol/TCompactProtocol.py | 23 | __all__ = [ | CODE |
| LOW | …/thrift/src/thrift/lib/python/test/mutable_map_test.py | 77 | def set_nested_list(worker_value: int) -> None: | CODE |
| LOW | …/thrift/src/thrift/lib/python/test/mutable_map_test.py | 95 | def set_nested_set(worker_value: int) -> None: | CODE |
| LOW | …/thrift/src/thrift/lib/python/test/mutable_map_test.py | 417 | def set_item(item: tuple[str, int]) -> None: | CODE |
| LOW | …/thrift/src/thrift/lib/python/test/mutable_map_test.py | 476 | def set_invalid_nested_list(worker_value: int) -> None: | CODE |
| LOW | …/thrift/src/thrift/lib/python/test/mutable_map_test.py | 1057 | def update_invalid_keyword(worker_value: int) -> None: | CODE |
| LOW⚡ | …/thrift/src/thrift/lib/python/schema/runtime_digest.py | 83 | __all__ = [ | CODE |
| LOW⚡ | …rty/thrift/src/thrift/lib/python/schema/type_system.py | 641 | def _set_target_type(self, target_type: TypeRef) -> None: | CODE |
| LOW | …rty/thrift/src/thrift/lib/python/schema/type_system.py | 485 | def _set_annotations(self, annotations: Mapping[str, SerializableRecord]) -> None: | CODE |
| LOW | …rty/thrift/src/thrift/lib/python/schema/type_system.py | 490 | def _set_source_info(self, source_info: SourceInfo | None) -> None: | CODE |
| LOW | …rty/thrift/src/thrift/lib/python/schema/type_system.py | 550 | def _set_fields(self, fields: Sequence[FieldDefinition]) -> None: | CODE |
| LOW | …rty/thrift/src/thrift/lib/python/schema/type_system.py | 584 | def _set_fields(self, fields: Sequence[FieldDefinition]) -> None: | CODE |
| LOW | …rty/thrift/src/thrift/lib/python/schema/type_system.py | 613 | def _set_values(self, values: Sequence[EnumValue]) -> None: | CODE |
| LOW | …c/thrift/lib/python/reflection/constants_reflection.py | 67 | def _setattr(self: Any, name: str, value: Any) -> None: | CODE |
| LOW | …ty/thrift/src/thrift/lib/python/reflection/__init__.py | 21 | __all__ = ["inspect", "inspectable"] | CODE |
| LOW | third-party/thrift/src/thrift/lib/py3/__init__.py | 20 | __all__ = [] | CODE |
| LOW | …party/watchman/src/watchman/integration/lib/TempDir.py | 68 | def set_keep(self, value) -> None: | CODE |
| LOW | …d-party/folly/src/folly/python/test/request_context.py | 214 | async def set_context() -> None: | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …ql/8.0.20/extra/libedit/libedit-20190324-3.1/ltmain.sh | 623 | # Set func_arith_result to the result of evaluating TERMs. | COMMENT |
| LOW | …ql/8.0.20/extra/libedit/libedit-20190324-3.1/ltmain.sh | 647 | # Set func_basename_result to FILE with everything up to and including | COMMENT |
| LOW | …ql/8.0.20/extra/libedit/libedit-20190324-3.1/ltmain.sh | 813 | # Set func_len_result to the length of STRING. STRING may not | COMMENT |
| LOW | …ql/8.0.20/extra/libedit/libedit-20190324-3.1/ltmain.sh | 1031 | # Set func_relative_path_result to the relative path from SRCDIR to DSTDIR. | COMMENT |
| LOW | …ql/8.0.20/extra/libedit/libedit-20190324-3.1/ltmain.sh | 3911 | # Check if any of the arguments is a wrapper script. | COMMENT |
| LOW | …ql/8.0.20/extra/libedit/libedit-20190324-3.1/ltmain.sh | 9868 | # Loop over the list of objects to be linked. | COMMENT |
| LOW | third-party/fb-mysql/8.0.20/extra/zlib/os400/make.sh | 66 | # Set LINK to "YES" if the module has been compiled. | COMMENT |
| LOW | …rty/fb-mysql/8.0.20/extra/icu/source/common/rbbicst.pl | 206 | # Assign numbers to each of the character classes classes used. | COMMENT |
| LOW | ….0.20/extra/duktape/duktape-2.3.0/tools/genbuiltins.py | 118 | # Check if string is an "array index" in ECMAScript terms. | COMMENT |
| LOW | third-party/thrift/src/thrift/lib/py/util/randomizer.py | 1017 | # Check if this randomizer is already in self.randomizers | COMMENT |
| LOW | …-party/thrift/src/thrift/lib/python/test/serializer.py | 915 | # Set fields to their intrinsic default. | COMMENT |
| LOW | …ift/src/thrift/lib/py3/test/auto_migrate/serializer.py | 378 | # Set fields to their intrinsic default. | COMMENT |
| LOW | third-party/folly/src/folly/support/gdb.py | 413 | # Check if the segment has been initialized or setp over it | COMMENT |
| LOW | third-party/folly/src/folly/support/gdb.py | 427 | # Check if we're done with this segment | COMMENT |
| LOW | third-party/folly/src/folly/coro/scripts/co_bt.py | 221 | # Check if the tls key is initialized | COMMENT |
| LOW | third-party/folly/src/folly/coro/scripts/co_bt.py | 352 | # Check if there is an AsyncStackRoot and if so, whether there | COMMENT |
| LOW | third-party/folly/src/folly/coro/scripts/co_bt.py | 370 | # Check if there is a higher-level AsyncStackRoot that defines | COMMENT |
| LOW | hphp/hack/test/verify.py | 634 | # Check if UPDATE environment variable is set to 'always' | COMMENT |
| LOW | hphp/hack/test/milner/verify_well_typed.py | 77 | # Check if the verifier found any errors | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | third-party/thrift/src/thrift/lib/python/test/stream.py | 64 | CODE | |
| MEDIUM | …lib/python/server/interceptor/test/interceptor_test.py | 72 | CODE | |
| MEDIUM | …y/thrift/src/thrift/lib/py3/test/stream/test_client.py | 55 | CODE | |
| MEDIUM | third-party/mcrouter/src/mcrouter/test/MCProcess.py | 39 | CODE | |
| MEDIUM | hphp/tools/lldb/hhbc.py | 161 | CODE | |
| MEDIUM | hphp/tools/lldb/hhbc.py | 163 | CODE | |
| MEDIUM | hphp/tools/lldb/hhbc.py | 187 | CODE | |
| MEDIUM | hphp/tools/lldb/hhbc.py | 188 | CODE | |
| MEDIUM | hphp/tools/lldb/hhbc.py | 192 | CODE | |
| MEDIUM | hphp/tools/lldb/hhbc.py | 193 | CODE | |
| MEDIUM | hphp/tools/lldb/hhbc.py | 194 | CODE | |
| MEDIUM | hphp/tools/lldb/hhbc.py | 196 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …rty/fb-mysql/8.0.20/extra/icu/source/common/rbbicst.pl | 11 | # Usage: | COMMENT |
| LOW | …arty/fb-mysql/8.0.20/extra/icu/source/common/ucase.cpp | 1146 | # Usage: | COMMENT |
| LOW | third-party/fb-mysql/8.0.20/extra/icu/as_is/bomlist.py | 10 | # Usage: | COMMENT |
| LOW | third-party/thrift/src/thrift/lib/go/thrift/client.go | 204 | // Example usage: | COMMENT |
| LOW | …rd-party/thrift/src/thrift/lib/cpp2/util/DebugString.h | 62 | // Usage example: | COMMENT |
| LOW | …rd-party/thrift/src/thrift/lib/cpp2/util/DebugString.h | 73 | // Usage example: | COMMENT |
| LOW⚡ | …/src/thrift/lib/cpp2/fast_thrift/bench/perf_harness.sh | 23 | # Usage: | COMMENT |
| LOW | third-party/folly/src/folly/CancellationToken.h | 141 | // Example usage: | COMMENT |
| LOW | third-party/folly/src/folly/container/vector_bool.h | 30 | /// Usage example: | COMMENT |
| LOW | third-party/folly/src/folly/coro/Baton.h | 43 | /// Example usage: | COMMENT |
| LOW | third-party/folly/src/folly/coro/SharedMutex.h | 83 | /// Example usage: | COMMENT |
| LOW | third-party/folly/src/folly/coro/AutoCleanup.h | 45 | /// Example usage: | COMMENT |
| LOW | hphp/hack/src/utils/stack_limit/lib.rs | 18 | /// # Usage: | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …/proxygen/src/proxygen/lib/http/coro/HTTPCoroSession.h | 718 | // TODO: implement | COMMENT |
| LOW | third-party/tbb/src/include/tbb/machine/gcc_generic.h | 173 | // TODO: implement with __atomic_* builtins where available | COMMENT |
| LOW | …d-party/fb-mysql/8.0.20/extra/icu/source/i18n/rbnf.cpp | 1447 | // TODO: implement UParseError | COMMENT |
| LOW | …arty/fb-mysql/8.0.20/extra/icu/source/i18n/rematch.cpp | 3922 | // TODO: implement transparent bounds. Ticket #6067 | COMMENT |
| LOW | …arty/fb-mysql/8.0.20/extra/icu/source/i18n/rematch.cpp | 5440 | // TODO: implement transparent bounds. Ticket #6067 | COMMENT |
| LOW | third-party/thrift/src/thrift/lib/py/Thrift.py | 81 | # TODO: implement asyncComplete for Twisted | COMMENT |
| LOW | third-party/watchman/src/watchman/stream_win.cpp | 620 | // TODO: implement this for Windows | COMMENT |
| LOW | …arty/watchman/src/watchman/test/lib/FakeFileSystem.cpp | 173 | // TODO: implement strict case checking | COMMENT |
| LOW | third-party/folly/src/folly/io/async/AsyncSSLSocket.h | 389 | // TODO: implement graceful shutdown in close() | COMMENT |
| LOW | third-party/folly/src/folly/io/async/AsyncSSLSocket.h | 390 | // TODO: implement detachSSL() that returns the SSL connection | COMMENT |
| LOW | hphp/vixl/aarch64/simulator-aarch64.h | 5344 | // TODO: implement guarding at page granularity, rather than globally. | COMMENT |
| LOW | hphp/runtime/server/proxygen/proxygen-transport.h | 234 | // TODO: implement IDebuggable | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | third-party/thrift/src/thrift/test/testset/generator.py | 593 | CODE | |
| LOW | third-party/thrift/src/thrift/test/testset/generator.py | 629 | CODE | |
| LOW | …party/thrift/src/thrift/lib/py/transport/TSSLSocket.py | 179 | CODE | |
| LOW | …arty/thrift/src/thrift/lib/py/server/TAsyncioServer.py | 50 | CODE | |
| LOW | …rc/thrift/lib/python/reflection/services_reflection.py | 190 | CODE | |
| LOW | …/thrift/lib/py3/test/auto_migrate/test_auto_migrate.py | 40 | CODE | |
| LOW | third-party/mcrouter/src/mcrouter/test/MCProcess.py | 848 | CODE | |
| LOW | …d-party/mcrouter/src/mcrouter/test/McrouterTestCase.py | 76 | CODE | |
| LOW | …chman/src/watchman/test/async/AsyncWatchmanTestCase.py | 52 | CODE | |
| LOW | …ty/watchman/src/watchman/python/pywatchman/__init__.py | 860 | CODE | |
| LOW | hphp/tools/lldb/utils.py | 663 | CODE | |
| LOW | hphp/hack/test/integration/lspcommand.py | 435 | CODE | |
| LOW | hphp/hack/test/integration/lsp_test_base.py | 100 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | hphp/hack/src/utils/rust/signed_source.rs | 89 | /// In this implementation, we rewrite the entire string anyway. | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | …party/mcrouter/src/mcrouter/lib/carbon/RequestCommon.h | 108 | // Privacylib agentic context in base64-encoded serialized format | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …/thrift/src/thrift/lib/py/protocol/TCompactProtocol.py | 42 | def helper(func): | CODE |