Perforator is a cluster-wide continuous profiling tool designed for large data centers
This report presents the forensic synthetic code analysis of yandex/perforator, a C++ project with 3,405 GitHub stars. SynthScan v2.0 examined 7,996,313 lines of code across 24032 source files, recording 47929 pattern matches distributed across 25 syntactic categories. The overall adjusted score of 7.0 places this repository in the Low AI signal band.
The scanner applied 160+ deterministic lexical heuristics, multi-line block detectors, abstract syntax tree depth profilers, and a cross-file Jaccard similarity matrix to construct a statistically normalised synthetic code estimate. All matches are individually weighted by severity coefficient and contextual multiplier before summation, and the resulting headline score is temporally discounted to account for the repository's development history relative to the commercial emergence of large language model coding tooling (November 2022 onward).
Longitudinal tracking requires multiple scan runs. Once this repository is re-scanned after new commits land, this chart will visualise how the synthetic code signal evolves over time — enabling you to detect whether AI authorship is growing, stabilising, or being actively corrected by human engineers.
Classifies detected patterns by their diagnostic confidence and structural impact. CRITICAL patterns (coefficient 10) represent definitive synthetic signatures — hallucinated imports, explicit LLM attribution metadata — virtually never produced by human authors. HIGH (5) indicates strong structural tells such as cross-file repetition or cross-linguistic idioms. MEDIUM (2) covers recognisable conversational padding and AI-specific vocabulary. LOW (1) captures subtle indicators like tautological comments and generic boilerplate that require density to carry independent signal.
This horizontal bar chart decomposes the repository's raw synthetic code score by top-level directory, allowing you to pinpoint precisely which modules or components carry the highest AI authorship density. Directories with disproportionately high scores relative to their size warrant targeted manual review: concentrated AI signatures often trace back to mass-generated configuration layers, auto-ported test suites, LLM-scaffolded boilerplate classes, or entire subsystems authored under heavy copilot assistance. Use this view to prioritise your human code-review effort.
The scanner identified 47929 distinct pattern matches across 25 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 | tools/go_test_miner/main.go | 81 | COMMENT | |
| LOW | tools/go_test_miner/main.go | 101 | // match := re.FindAllStringSubmatch(name, -1) | COMMENT |
| LOW | tools/archiver/main.cpp | 1 | #include <library/cpp/archive/yarchive.h> | COMMENT |
| LOW | …/enum_parser/enum_serialization_runtime/enum_runtime.h | 1 | #pragma once | COMMENT |
| LOW | …enum_parser/enum_serialization_runtime/ordered_pairs.h | 81 | COMMENT | |
| LOW | tools/enum_parser/parse_enum/parse_enum.cpp | 1 | #include "parse_enum.h" | COMMENT |
| LOW | tools/enum_parser/enum_parser/stdlib_deps.h | 1 | #pragma once | COMMENT |
| LOW | tools/enum_parser/enum_parser/main.cpp | 1 | #include <library/cpp/json/writer/json_value.h> | COMMENT |
| LOW | tools/fix_elf/elf.h | 81 | #define ELFMAG3 'F' | COMMENT |
| LOW | tools/fix_elf/elf.h | 101 | COMMENT | |
| LOW | tools/fix_elf/elf.h | 121 | #define EI_PAD 9 | COMMENT |
| LOW | tools/fix_elf/elf.h | 141 | #define EM_386 3 | COMMENT |
| LOW | tools/fix_elf/elf.h | 161 | #define EM_ARM 40 | COMMENT |
| LOW | tools/fix_elf/elf.h | 181 | #define EM_ST100 60 | COMMENT |
| LOW | tools/fix_elf/elf.h | 201 | #define EM_HUANY 81 | COMMENT |
| LOW | tools/fix_elf/elf.h | 221 | #define EM_SNP1K 99 | COMMENT |
| LOW | tools/fix_elf/elf.h | 241 | #define EM_CE 119 | COMMENT |
| LOW | tools/fix_elf/elf.h | 261 | #define EM_QDSP6 164 | COMMENT |
| LOW | tools/fix_elf/elf.h | 281 | #define EM_STM8 186 | COMMENT |
| LOW | tools/fix_elf/elf.h | 301 | #define EM_KMX32 211 | COMMENT |
| LOW | tools/fix_elf/elf.h | 361 | #define SHN_LOOS 0xff20 | COMMENT |
| LOW | tools/fix_elf/elf.h | 381 | #define SHT_DYNSYM 11 | COMMENT |
| LOW | tools/fix_elf/elf.h | 401 | #define SHT_HIOS 0x6fffffff | COMMENT |
| LOW | tools/fix_elf/elf.h | 481 | #define SYMINFO_FLG_LAZYLOAD 0x0008 | COMMENT |
| LOW | tools/fix_elf/elf.h | 501 | #define STB_HIOS 12 | COMMENT |
| LOW | tools/fix_elf/elf.h | 601 | #define PT_LOOS 0x60000000 | COMMENT |
| LOW | tools/fix_elf/elf.h | 621 | #define PF_MASKPROC 0xf0000000 | COMMENT |
| LOW | tools/fix_elf/elf.h | 641 | #define NT_PRFPXREG 20 | COMMENT |
| LOW | tools/fix_elf/elf.h | 661 | #define NT_386_TLS 0x200 | COMMENT |
| LOW | tools/fix_elf/elf.h | 721 | #define DT_STRSZ 10 | COMMENT |
| LOW | tools/fix_elf/elf.h | 741 | #define DT_FLAGS 30 | COMMENT |
| LOW | tools/fix_elf/elf.h | 761 | #define DT_FEATURE_1 0x6ffffdfc | COMMENT |
| LOW | tools/fix_elf/elf.h | 781 | #define DT_SYMINFO 0x6ffffeff | COMMENT |
| LOW | tools/fix_elf/elf.h | 801 | #define DT_VERSIONTAGIDX(tag) (DT_VERNEEDNUM - (tag)) | COMMENT |
| LOW | tools/fix_elf/elf.h | 821 | #define DF_1_GLOBAL 0x00000002 | COMMENT |
| LOW | tools/fix_elf/elf.h | 841 | #define DF_1_EDITED 0x00200000 | COMMENT |
| LOW | tools/fix_elf/elf.h | 981 | #define AT_ENTRY 9 | COMMENT |
| LOW | tools/fix_elf/elf.h | 1021 | COMMENT | |
| LOW | tools/fix_elf/elf.h | 1101 | #define ELF32_M_INFO(sym, size) (((sym) << 8) + (unsigned char) (size)) | COMMENT |
| LOW | tools/fix_elf/elf.h | 1121 | #define R_68K_GOT8O 12 | COMMENT |
| LOW | tools/fix_elf/elf.h | 1141 | #define R_68K_TLS_IE32 34 | COMMENT |
| LOW | tools/fix_elf/elf.h | 1161 | #define R_386_GOTOFF 9 | COMMENT |
| LOW | tools/fix_elf/elf.h | 1181 | #define R_386_TLS_LDM_POP 31 | COMMENT |
| LOW | tools/fix_elf/elf.h | 1201 | COMMENT | |
| LOW | tools/fix_elf/elf.h | 1221 | #define R_SPARC_DISP8 4 | COMMENT |
| LOW | tools/fix_elf/elf.h | 1241 | COMMENT | |
| LOW | tools/fix_elf/elf.h | 1261 | #define R_SPARC_WDISP19 41 | COMMENT |
| LOW | tools/fix_elf/elf.h | 1281 | #define R_SPARC_TLS_LDM_LO10 61 | COMMENT |
| LOW | tools/fix_elf/elf.h | 1301 | #define R_SPARC_GOTDATA_LOX10 81 | COMMENT |
| LOW | tools/fix_elf/elf.h | 1321 | #define EF_MIPS_PIC 2 | COMMENT |
| LOW | tools/fix_elf/elf.h | 1341 | #define EF_MIPS_ARCH_64R2 0x80000000 | COMMENT |
| LOW | tools/fix_elf/elf.h | 1361 | COMMENT | |
| LOW | tools/fix_elf/elf.h | 1381 | #define SHT_MIPS_AUXSYM 0x70000016 | COMMENT |
| LOW | tools/fix_elf/elf.h | 1401 | COMMENT | |
| LOW | tools/fix_elf/elf.h | 1461 | #define ODK_NULL 0 | COMMENT |
| LOW | tools/fix_elf/elf.h | 1481 | #define OEX_FPU_INVAL 0x10 | COMMENT |
| LOW | tools/fix_elf/elf.h | 1501 | Elf32_Word hwp_flags1; | COMMENT |
| LOW | tools/fix_elf/elf.h | 1521 | #define R_MIPS_GOT16 9 | COMMENT |
| LOW | tools/fix_elf/elf.h | 1541 | #define R_MIPS_CALL_LO16 31 | COMMENT |
| LOW | tools/fix_elf/elf.h | 1581 | #define DT_MIPS_TIME_STAMP 0x70000002 | COMMENT |
| 34302 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | library/python/runtime_py3/__res.py | 0 | find distributions. return an iterable of all distribution instances capable of loading the metadata for packages matchi | STRING |
| HIGH | …rib/tools/python3/Lib/importlib/_bootstrap_external.py | 0 | find distributions. return an iterable of all distribution instances capable of loading the metadata for packages matchi | STRING |
| HIGH | …ntrib/tools/python3/Lib/importlib/metadata/__init__.py | 0 | find distributions. return an iterable of all distribution instances capable of loading the metadata for packages matchi | STRING |
| HIGH | …/importlib-metadata/py2/importlib_metadata/__init__.py | 0 | find distributions. return an iterable of all distribution instances capable of loading the metadata for packages matchi | STRING |
| HIGH | contrib/tools/python3/Lib/shutil.py | 0 | get the size of the terminal window. for each of the two dimensions, the environment variable, columns and lines respect | STRING |
| HIGH | …python/ipython/py2/IPython/utils/_get_terminal_size.py | 0 | get the size of the terminal window. for each of the two dimensions, the environment variable, columns and lines respect | STRING |
| HIGH | …ackports/shutil_get_terminal_size/get_terminal_size.py | 0 | get the size of the terminal window. for each of the two dimensions, the environment variable, columns and lines respect | STRING |
| HIGH | contrib/tools/python3/Lib/shutil.py | 0 | given a command, mode, and a path string, return the path which conforms to the given mode on the path, or none if there | STRING |
| HIGH | contrib/python/jedi/py3/jedi/_compatibility.py | 0 | given a command, mode, and a path string, return the path which conforms to the given mode on the path, or none if there | STRING |
| HIGH | contrib/python/ptyprocess/py3/ptyprocess/util.py | 0 | given a command, mode, and a path string, return the path which conforms to the given mode on the path, or none if there | STRING |
| HIGH | contrib/python/ptyprocess/py2/ptyprocess/util.py | 0 | given a command, mode, and a path string, return the path which conforms to the given mode on the path, or none if there | STRING |
| HIGH | contrib/python/ipython/py2/IPython/utils/py3compat.py | 0 | given a command, mode, and a path string, return the path which conforms to the given mode on the path, or none if there | STRING |
| HIGH | …hon/ipython-genutils/py2/ipython_genutils/py3compat.py | 0 | given a command, mode, and a path string, return the path which conforms to the given mode on the path, or none if there | STRING |
| HIGH | contrib/tools/python3/Lib/rlcompleter.py | 0 | return the next possible completion for 'text'. this is called successively with state == 0, 1, 2, ... until it returns | STRING |
| HIGH | contrib/python/ipython/py3/IPython/core/completer.py | 0 | return the next possible completion for 'text'. this is called successively with state == 0, 1, 2, ... until it returns | STRING |
| HIGH | contrib/python/ipython/py2/IPython/core/completer.py | 0 | return the next possible completion for 'text'. this is called successively with state == 0, 1, 2, ... until it returns | STRING |
| HIGH | contrib/tools/python3/Lib/rlcompleter.py | 0 | compute matches when text is a simple name. return a list of all keywords, built-in functions and names currently define | STRING |
| HIGH | contrib/python/ipython/py3/IPython/core/completer.py | 0 | compute matches when text is a simple name. return a list of all keywords, built-in functions and names currently define | STRING |
| HIGH | contrib/python/ipython/py2/IPython/core/completer.py | 0 | compute matches when text is a simple name. return a list of all keywords, built-in functions and names currently define | STRING |
| HIGH | contrib/tools/python3/Lib/rlcompleter.py | 0 | compute matches when text contains a dot. assuming the text is of the form name.name....[name], and is evaluatable in se | STRING |
| HIGH | contrib/python/ipython/py3/IPython/core/completer.py | 0 | compute matches when text contains a dot. assuming the text is of the form name.name....[name], and is evaluatable in se | STRING |
| HIGH | contrib/python/ipython/py2/IPython/core/completer.py | 0 | compute matches when text contains a dot. assuming the text is of the form name.name....[name], and is evaluatable in se | STRING |
| HIGH | contrib/tools/python3/Lib/bdb.py | 0 | start debugging from `frame`. if frame is not specified, debugging starts from caller's frame. | STRING |
| HIGH | contrib/python/ipython/py3/IPython/core/debugger.py | 0 | start debugging from `frame`. if frame is not specified, debugging starts from caller's frame. | STRING |
| HIGH | contrib/python/ipython/py3/IPython/terminal/debugger.py | 0 | start debugging from `frame`. if frame is not specified, debugging starts from caller's frame. | STRING |
| HIGH | contrib/python/ipython/py2/IPython/core/debugger.py | 0 | start debugging from `frame`. if frame is not specified, debugging starts from caller's frame. | STRING |
| HIGH | contrib/python/ipython/py2/IPython/terminal/debugger.py | 0 | start debugging from `frame`. if frame is not specified, debugging starts from caller's frame. | STRING |
| HIGH | contrib/tools/python3/Lib/inspect.py | 0 | represents a parameter in a function signature. has the following public attributes: * name : str the name of the parame | STRING |
| HIGH | contrib/python/ipython/py2/IPython/utils/_signatures.py | 0 | represents a parameter in a function signature. has the following public attributes: * name : str the name of the parame | STRING |
| HIGH | contrib/python/funcsigs/py2/funcsigs/__init__.py | 0 | represents a parameter in a function signature. has the following public attributes: * name : str the name of the parame | STRING |
| HIGH | contrib/tools/python3/Lib/inspect.py | 0 | result of `signature.bind` call. holds the mapping of arguments to the function's parameters. has the following public a | STRING |
| HIGH | contrib/python/ipython/py2/IPython/utils/_signatures.py | 0 | result of `signature.bind` call. holds the mapping of arguments to the function's parameters. has the following public a | STRING |
| HIGH | contrib/python/funcsigs/py2/funcsigs/__init__.py | 0 | result of `signature.bind` call. holds the mapping of arguments to the function's parameters. has the following public a | STRING |
| HIGH | contrib/tools/python3/Lib/inspect.py | 0 | constructs signature from the given list of parameter objects and 'return_annotation'. all arguments are optional. | STRING |
| HIGH | contrib/python/ipython/py2/IPython/utils/_signatures.py | 0 | constructs signature from the given list of parameter objects and 'return_annotation'. all arguments are optional. | STRING |
| HIGH | contrib/python/funcsigs/py2/funcsigs/__init__.py | 0 | constructs signature from the given list of parameter objects and 'return_annotation'. all arguments are optional. | STRING |
| HIGH | contrib/tools/python3/Lib/inspect.py | 0 | creates a customized copy of the signature. pass 'parameters' and/or 'return_annotation' arguments to override them in t | STRING |
| HIGH | contrib/python/ipython/py2/IPython/utils/_signatures.py | 0 | creates a customized copy of the signature. pass 'parameters' and/or 'return_annotation' arguments to override them in t | STRING |
| HIGH | contrib/python/funcsigs/py2/funcsigs/__init__.py | 0 | creates a customized copy of the signature. pass 'parameters' and/or 'return_annotation' arguments to override them in t | STRING |
| HIGH | contrib/tools/python3/Lib/doctest.py | 0 | divide the given string into examples and intervening text, and return them as a list of alternating examples and string | STRING |
| HIGH | …python/ipython/py3/IPython/testing/plugin/ipdoctest.py | 0 | divide the given string into examples and intervening text, and return them as a list of alternating examples and string | STRING |
| HIGH | …python/ipython/py2/IPython/testing/plugin/ipdoctest.py | 0 | divide the given string into examples and intervening text, and return them as a list of alternating examples and string | STRING |
| HIGH | contrib/tools/python3/Lib/contextlib.py | 0 | raise any exception triggered within the runtime context. | STRING |
| HIGH | contrib/python/contextlib2/py3/contextlib2/__init__.py | 0 | raise any exception triggered within the runtime context. | STRING |
| HIGH | contrib/python/contextlib2/py2/contextlib2.py | 0 | raise any exception triggered within the runtime context. | STRING |
| HIGH | contrib/tools/python3/Lib/contextlib.py | 0 | return a recreated instance of self. allows an otherwise one-shot context manager like _generatorcontextmanager to suppo | STRING |
| HIGH | contrib/python/contextlib2/py3/contextlib2/__init__.py | 0 | return a recreated instance of self. allows an otherwise one-shot context manager like _generatorcontextmanager to suppo | STRING |
| HIGH | contrib/python/contextlib2/py2/contextlib2.py | 0 | return a recreated instance of self. allows an otherwise one-shot context manager like _generatorcontextmanager to suppo | STRING |
| HIGH | contrib/tools/python3/Lib/contextlib.py | 0 | @contextmanager decorator. typical usage: @contextmanager def some_generator(<arguments>): <setup> try: yield <value> fi | STRING |
| HIGH | contrib/python/contextlib2/py3/contextlib2/__init__.py | 0 | @contextmanager decorator. typical usage: @contextmanager def some_generator(<arguments>): <setup> try: yield <value> fi | STRING |
| HIGH | contrib/python/contextlib2/py2/contextlib2.py | 0 | @contextmanager decorator. typical usage: @contextmanager def some_generator(<arguments>): <setup> try: yield <value> fi | STRING |
| HIGH | contrib/tools/python3/Lib/contextlib.py | 0 | context to automatically close something at the end of a block. code like this: with closing(<module>.open(<arguments>)) | STRING |
| HIGH | contrib/python/contextlib2/py3/contextlib2/__init__.py | 0 | context to automatically close something at the end of a block. code like this: with closing(<module>.open(<arguments>)) | STRING |
| HIGH | contrib/python/contextlib2/py2/contextlib2.py | 0 | context to automatically close something at the end of a block. code like this: with closing(<module>.open(<arguments>)) | STRING |
| HIGH | contrib/tools/python3/Lib/contextlib.py | 0 | context manager for temporarily redirecting stdout to another file. # how to send help() to stderr with redirect_stdout( | STRING |
| HIGH | contrib/python/contextlib2/py3/contextlib2/__init__.py | 0 | context manager for temporarily redirecting stdout to another file. # how to send help() to stderr with redirect_stdout( | STRING |
| HIGH | contrib/python/contextlib2/py2/contextlib2.py | 0 | context manager for temporarily redirecting stdout to another file. # how to send help() to stderr with redirect_stdout( | STRING |
| HIGH | contrib/tools/python3/Lib/contextlib.py | 0 | context manager for temporarily redirecting stderr to another file. | STRING |
| HIGH | contrib/python/contextlib2/py3/contextlib2/__init__.py | 0 | context manager for temporarily redirecting stderr to another file. | STRING |
| HIGH | contrib/python/contextlib2/py2/contextlib2.py | 0 | context manager for temporarily redirecting stderr to another file. | STRING |
| 1254 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | contrib/tools/python3/Lib/heapq.py | 398 | # ============================================== | COMMENT |
| MEDIUM | contrib/tools/python3/Lib/heapq.py | 428 | # ----------------------------------------------- | COMMENT |
| MEDIUM | contrib/tools/python3/Lib/heapq.py | 448 | # ---------------------- | COMMENT |
| MEDIUM | contrib/tools/python3/Lib/heapq.py | 455 | # ---------------------- | COMMENT |
| MEDIUM | contrib/tools/python3/Lib/numbers.py | 50 | ## ---------------- | COMMENT |
| MEDIUM | contrib/tools/python3/Lib/random.py | 203 | ## ------------------------------------------------------- | COMMENT |
| MEDIUM | contrib/tools/python3/Lib/random.py | 278 | ## -------------------------------------------------------- | COMMENT |
| MEDIUM | contrib/tools/python3/Lib/random.py | 876 | ## ------------------------------------------------------------------ | COMMENT |
| MEDIUM | contrib/tools/python3/Lib/random.py | 917 | # ---------------------------------------------------------------------- | COMMENT |
| MEDIUM | contrib/tools/python3/Lib/random.py | 951 | ## ------------------------------------------------------ | COMMENT |
| MEDIUM | contrib/tools/python3/Lib/random.py | 992 | ## ------------------------------------------------------ | COMMENT |
| MEDIUM | contrib/tools/python3/Lib/random.py | 999 | # ------------------------------------------------------ | COMMENT |
| MEDIUM⚡ | contrib/tools/python3/Lib/argparse.py | 724 | # ===================== | COMMENT |
| MEDIUM⚡ | contrib/tools/python3/Lib/argparse.py | 726 | # ===================== | COMMENT |
| MEDIUM⚡ | contrib/tools/python3/Lib/argparse.py | 1433 | # ==================== | COMMENT |
| MEDIUM⚡ | contrib/tools/python3/Lib/argparse.py | 1435 | # ==================== | COMMENT |
| MEDIUM⚡ | contrib/tools/python3/Lib/argparse.py | 1444 | # ================================== | COMMENT |
| MEDIUM⚡ | contrib/tools/python3/Lib/argparse.py | 1446 | # ================================== | COMMENT |
| MEDIUM | contrib/tools/python3/Lib/argparse.py | 103 | # ============================= | COMMENT |
| MEDIUM | contrib/tools/python3/Lib/argparse.py | 105 | # ============================= | COMMENT |
| MEDIUM | contrib/tools/python3/Lib/argparse.py | 150 | # =============== | COMMENT |
| MEDIUM | contrib/tools/python3/Lib/argparse.py | 152 | # =============== | COMMENT |
| MEDIUM | contrib/tools/python3/Lib/argparse.py | 190 | # =============================== | COMMENT |
| MEDIUM | contrib/tools/python3/Lib/argparse.py | 192 | # =============================== | COMMENT |
| MEDIUM | contrib/tools/python3/Lib/argparse.py | 238 | # ======================== | COMMENT |
| MEDIUM | contrib/tools/python3/Lib/argparse.py | 240 | # ======================== | COMMENT |
| MEDIUM | contrib/tools/python3/Lib/argparse.py | 282 | # ======================= | COMMENT |
| MEDIUM | contrib/tools/python3/Lib/argparse.py | 284 | # ======================= | COMMENT |
| MEDIUM | contrib/tools/python3/Lib/argparse.py | 776 | # ============== | COMMENT |
| MEDIUM | contrib/tools/python3/Lib/argparse.py | 778 | # ============== | COMMENT |
| MEDIUM | contrib/tools/python3/Lib/argparse.py | 1302 | # ============== | COMMENT |
| MEDIUM | contrib/tools/python3/Lib/argparse.py | 1304 | # ============== | COMMENT |
| MEDIUM | contrib/tools/python3/Lib/argparse.py | 1357 | # =========================== | COMMENT |
| MEDIUM | contrib/tools/python3/Lib/argparse.py | 1359 | # =========================== | COMMENT |
| MEDIUM | contrib/tools/python3/Lib/argparse.py | 1464 | # ======================= | COMMENT |
| MEDIUM | contrib/tools/python3/Lib/argparse.py | 1466 | # ======================= | COMMENT |
| MEDIUM | contrib/tools/python3/Lib/argparse.py | 1854 | # ======================= | COMMENT |
| MEDIUM | contrib/tools/python3/Lib/argparse.py | 1856 | # ======================= | COMMENT |
| MEDIUM | contrib/tools/python3/Lib/argparse.py | 1869 | # ================================== | COMMENT |
| MEDIUM | contrib/tools/python3/Lib/argparse.py | 1871 | # ================================== | COMMENT |
| MEDIUM | contrib/tools/python3/Lib/argparse.py | 1921 | # ===================================== | COMMENT |
| MEDIUM | contrib/tools/python3/Lib/argparse.py | 1923 | # ===================================== | COMMENT |
| MEDIUM | contrib/tools/python3/Lib/argparse.py | 2484 | # ======================== | COMMENT |
| MEDIUM | contrib/tools/python3/Lib/argparse.py | 2486 | # ======================== | COMMENT |
| MEDIUM | contrib/tools/python3/Lib/argparse.py | 2516 | # ======================== | COMMENT |
| MEDIUM | contrib/tools/python3/Lib/argparse.py | 2518 | # ======================== | COMMENT |
| MEDIUM | contrib/tools/python3/Lib/argparse.py | 2608 | # ======================= | COMMENT |
| MEDIUM | contrib/tools/python3/Lib/argparse.py | 2610 | # ======================= | COMMENT |
| MEDIUM | contrib/tools/python3/Lib/argparse.py | 2644 | # ===================== | COMMENT |
| MEDIUM | contrib/tools/python3/Lib/argparse.py | 2646 | # ===================== | COMMENT |
| MEDIUM | contrib/tools/python3/Lib/argparse.py | 2666 | # =============== | COMMENT |
| MEDIUM | contrib/tools/python3/Lib/argparse.py | 2668 | # =============== | COMMENT |
| MEDIUM | contrib/tools/python3/Lib/statistics.py | 1021 | # ---------------------------------------- | COMMENT |
| MEDIUM⚡ | contrib/tools/python3/Lib/tarfile.py | 74 | #--------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | contrib/tools/python3/Lib/tarfile.py | 76 | #--------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | contrib/tools/python3/Lib/tarfile.py | 146 | #--------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | contrib/tools/python3/Lib/tarfile.py | 148 | #--------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | contrib/tools/python3/Lib/tarfile.py | 154 | #--------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | contrib/tools/python3/Lib/tarfile.py | 156 | #--------------------------------------------------------- | COMMENT |
| MEDIUM | contrib/tools/python3/Lib/tarfile.py | 2 | #------------------------------------------------------------------- | COMMENT |
| 1378 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | util/memory/ut_cython/test_memory.py | 3 | CODE | |
| LOW | util/memory/ut_cython/test_memory.py | 3 | CODE | |
| LOW | util/memory/ut_cython/test_memory.py | 3 | CODE | |
| LOW | util/memory/ut_cython/test_memory.py | 5 | CODE | |
| LOW | util/digest/ut_cython/test_digest.py | 3 | CODE | |
| LOW | util/digest/ut_cython/test_digest.py | 3 | CODE | |
| LOW | util/digest/ut_cython/test_digest.py | 3 | CODE | |
| LOW | util/digest/ut_cython/test_digest.py | 5 | CODE | |
| LOW | util/stream/ut_cython/test_stream.py | 3 | CODE | |
| LOW | util/stream/ut_cython/test_stream.py | 3 | CODE | |
| LOW | util/stream/ut_cython/test_stream.py | 3 | CODE | |
| LOW | util/stream/ut_cython/test_stream.py | 5 | CODE | |
| LOW | util/folder/ut_cython/test_folder.py | 3 | CODE | |
| LOW | util/folder/ut_cython/test_folder.py | 3 | CODE | |
| LOW | util/folder/ut_cython/test_folder.py | 3 | CODE | |
| LOW | util/folder/ut_cython/test_folder.py | 5 | CODE | |
| LOW | util/system/ut_cython/test_system.py | 3 | CODE | |
| LOW | util/system/ut_cython/test_system.py | 3 | CODE | |
| LOW | util/system/ut_cython/test_system.py | 3 | CODE | |
| LOW | util/system/ut_cython/test_system.py | 5 | CODE | |
| LOW | util/generic/ut_cython/test_generic.py | 3 | CODE | |
| LOW | util/generic/ut_cython/test_generic.py | 3 | CODE | |
| LOW | util/generic/ut_cython/test_generic.py | 3 | CODE | |
| LOW | util/generic/ut_cython/test_generic.py | 5 | CODE | |
| LOW | util/generic/ut_cython/test_generic.py | 6 | CODE | |
| LOW | util/generic/ut_cython/test_generic.py | 7 | CODE | |
| LOW | util/generic/ut_cython/test_generic.py | 8 | CODE | |
| LOW | util/generic/ut_cython/test_generic.py | 9 | CODE | |
| LOW | util/generic/ut_cython/test_generic.py | 10 | CODE | |
| LOW | util/generic/ut_cython/test_generic.py | 11 | CODE | |
| LOW | util/generic/ut_cython/test_generic.py | 12 | CODE | |
| LOW | util/generic/ut_cython/test_generic.py | 13 | CODE | |
| LOW | util/string/ut_cython/test_string.py | 3 | CODE | |
| LOW | util/string/ut_cython/test_string.py | 3 | CODE | |
| LOW | util/string/ut_cython/test_string.py | 3 | CODE | |
| LOW | util/string/ut_cython/test_string.py | 5 | CODE | |
| LOW | util/string/ut_cython/test_string.py | 5 | CODE | |
| LOW | library/python/strings/__init__.py | 3 | CODE | |
| LOW | library/python/strings/__init__.py | 3 | CODE | |
| LOW | library/python/strings/__init__.py | 3 | CODE | |
| LOW | library/python/strings/__init__.py | 3 | CODE | |
| LOW | library/python/strings/__init__.py | 3 | CODE | |
| LOW | library/python/strings/__init__.py | 3 | CODE | |
| LOW | library/python/strings/__init__.py | 3 | CODE | |
| LOW | library/python/strings/__init__.py | 3 | CODE | |
| LOW | library/python/strings/__init__.py | 3 | CODE | |
| LOW | library/python/strings/__init__.py | 3 | CODE | |
| LOW | library/python/strings/__init__.py | 3 | CODE | |
| LOW | library/python/strings/__init__.py | 3 | CODE | |
| LOW | library/python/strings/__init__.py | 3 | CODE | |
| LOW | library/python/strings/__init__.py | 3 | CODE | |
| LOW | library/python/strings/__init__.py | 3 | CODE | |
| LOW | library/python/strings/__init__.py | 3 | CODE | |
| LOW | library/python/strings/__init__.py | 3 | CODE | |
| LOW | library/python/strings/__init__.py | 3 | CODE | |
| LOW | library/python/strings/__init__.py | 3 | CODE | |
| LOW | library/python/strings/__init__.py | 3 | CODE | |
| LOW | library/python/pytest/rewrite.py | 1 | CODE | |
| LOW | library/python/pytest/rewrite.py | 2 | CODE | |
| LOW | library/python/color/__init__.py | 1 | CODE | |
| 3041 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | tools/flake8_linter/__main__.py | 90 | CODE | |
| LOW | tools/cpp_style_checker/wrapper.py | 66 | CODE | |
| LOW | library/python/archive/__init__.py | 63 | CODE | |
| LOW | library/python/archive/__init__.py | 170 | CODE | |
| LOW | library/python/pytest/yatest_tools.py | 354 | CODE | |
| LOW | library/python/pytest/main.py | 12 | CODE | |
| LOW | library/python/pytest/plugins/ya.py | 473 | CODE | |
| LOW | library/python/pytest/plugins/ya.py | 608 | CODE | |
| LOW | library/python/pytest/plugins/ya.py | 108 | CODE | |
| LOW | library/python/pytest/plugins/ya.py | 609 | CODE | |
| LOW | library/python/pytest/plugins/ya.py | 703 | CODE | |
| LOW | library/python/pytest/plugins/conftests.py | 92 | CODE | |
| LOW | library/python/pytest/plugins/fixtures.py | 11 | CODE | |
| LOW | library/python/pytest/plugins/fixtures.py | 42 | CODE | |
| LOW | library/python/port_manager/__init__.py | 104 | CODE | |
| LOW | …ython/testing/yatest_common/yatest/common/canonical.py | 15 | CODE | |
| LOW | …ython/testing/yatest_common/yatest/common/canonical.py | 27 | CODE | |
| LOW | …/python/testing/yatest_common/yatest/common/process.py | 476 | CODE | |
| LOW | …/python/testing/yatest_common/yatest/common/process.py | 323 | CODE | |
| LOW | …/python/testing/yatest_common/yatest/common/process.py | 324 | CODE | |
| LOW | library/python/testing/import_test/import_test.py | 26 | CODE | |
| LOW | library/python/testing/yatest_lib/ya.py | 30 | CODE | |
| LOW | library/python/testing/yatest_lib/external.py | 18 | CODE | |
| LOW | library/python/runtime_py3/__res.py | 66 | CODE | |
| LOW | library/python/runtime_py3/__res.py | 446 | CODE | |
| LOW | library/python/runtime_py3/__res.py | 548 | CODE | |
| LOW | library/python/runtime_py3/__res.py | 588 | CODE | |
| LOW | library/python/runtime_py3/__res.py | 629 | CODE | |
| LOW | library/python/fs/__init__.py | 386 | CODE | |
| LOW | library/python/fs/__init__.py | 405 | CODE | |
| LOW | library/python/cores/__init__.py | 24 | CODE | |
| LOW | library/python/cores/__init__.py | 46 | CODE | |
| LOW | library/python/cores/__init__.py | 47 | CODE | |
| LOW | library/python/func/__init__.py | 89 | CODE | |
| LOW | library/python/func/__init__.py | 93 | CODE | |
| LOW | library/python/func/__init__.py | 105 | CODE | |
| LOW | contrib/tools/python3/Lib/shutil.py | 176 | CODE | |
| LOW | contrib/tools/python3/Lib/shutil.py | 230 | CODE | |
| LOW | contrib/tools/python3/Lib/shutil.py | 348 | CODE | |
| LOW | contrib/tools/python3/Lib/shutil.py | 432 | CODE | |
| LOW | contrib/tools/python3/Lib/shutil.py | 484 | CODE | |
| LOW | contrib/tools/python3/Lib/shutil.py | 638 | CODE | |
| LOW | contrib/tools/python3/Lib/shutil.py | 714 | CODE | |
| LOW | contrib/tools/python3/Lib/shutil.py | 814 | CODE | |
| LOW | contrib/tools/python3/Lib/shutil.py | 934 | CODE | |
| LOW | contrib/tools/python3/Lib/shutil.py | 1004 | CODE | |
| LOW | contrib/tools/python3/Lib/shutil.py | 1489 | CODE | |
| LOW | contrib/tools/python3/Lib/tempfile.py | 184 | CODE | |
| LOW | contrib/tools/python3/Lib/tempfile.py | 447 | CODE | |
| LOW | contrib/tools/python3/Lib/tempfile.py | 896 | CODE | |
| LOW | contrib/tools/python3/Lib/tempfile.py | 897 | CODE | |
| LOW | contrib/tools/python3/Lib/queue.py | 137 | CODE | |
| LOW | contrib/tools/python3/Lib/queue.py | 177 | CODE | |
| LOW | contrib/tools/python3/Lib/queue.py | 233 | CODE | |
| LOW | contrib/tools/python3/Lib/_pyio.py | 74 | CODE | |
| LOW | contrib/tools/python3/Lib/_pyio.py | 1164 | CODE | |
| LOW | contrib/tools/python3/Lib/_pyio.py | 1250 | CODE | |
| LOW | contrib/tools/python3/Lib/_pyio.py | 1488 | CODE | |
| LOW | contrib/tools/python3/Lib/_pyio.py | 1812 | CODE | |
| LOW | contrib/tools/python3/Lib/_pyio.py | 2338 | CODE | |
| 2324 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | tools/ruff_linter/wrapper.py | 22 | def check_extend_option_present(config: Path) -> bool: | CODE |
| LOW | library/python/pytest/yatest_tools.py | 313 | def _nodeid_to_display_module_name_mapping(): | CODE |
| LOW | library/python/pytest/plugins/ya.py | 149 | def pytest_ya_summarize_error(self, report): | CODE |
| LOW | library/python/pytest/plugins/ya.py | 154 | def pytest_ya_summarize_error(report): | CODE |
| LOW | library/python/pytest/plugins/ya.py | 332 | def _graceful_shutdown_on_log(should_exit): | CODE |
| LOW | library/python/pytest/plugins/ya.py | 473 | def pytest_collection_modifyitems(items, config): | CODE |
| LOW | library/python/pytest/plugins/ya.py | 608 | def pytest_runtest_makereport(item, call): | CODE |
| LOW | library/python/pytest/plugins/ya.py | 650 | def pytest_make_parametrize_id(config, val, argname): | CODE |
| LOW | library/python/pytest/plugins/collection.py | 22 | def _make_module_with_single_skipped_test(module_name, file_name, exc): | CODE |
| LOW | library/python/pytest/plugins/collection.py | 148 | def _patch_set_initial_conftests(pluginmanager): | CODE |
| LOW | library/python/pytest/plugins/collection.py | 168 | def _find_resfs_test_and_doctest_modules(): | CODE |
| LOW | library/python/pytest/plugins/collection.py | 202 | def pytest_load_initial_conftests(early_config): | CODE |
| LOW | library/python/pytest/plugins/conftests.py | 50 | def _import_conftest_force_initial(pluginmanager, module_name): | CODE |
| LOW | library/python/pytest/plugins/conftests.py | 92 | def pytest_load_initial_conftests(early_config): | CODE |
| LOW | library/python/pytest/plugins/conftests.py | 133 | def _ya_register_non_initial_conftests(): | CODE |
| LOW | library/python/pytest/plugins/conftests.py | 144 | def _ya_register_non_initial_conftests(): | CODE |
| LOW | …/python/testing/yatest_common/yatest/common/runtime.py | 64 | def _is_relaxed_runtime_allowed(): | CODE |
| LOW | …/python/testing/yatest_common/yatest/common/process.py | 870 | def _try_convert_bytes_to_string(source): | CODE |
| LOW | library/python/runtime_py3/__res.py | 175 | def patched_cache_from_source(filename): | CODE |
| LOW | library/python/runtime_py3/test/test_resources.py | 18 | def test_is_resource_good_path(package, resource): | CODE |
| LOW | library/python/runtime_py3/test/test_resources.py | 40 | def test_is_resource_subresource_directory(directory): | CODE |
| LOW | library/python/runtime_py3/test/test_resources.py | 52 | def test_read_binary_good_path(package, resource, expected): | CODE |
| LOW | library/python/runtime_py3/test/test_resources.py | 140 | def test_files_iterdir_with_sort(package, expected): | CODE |
| LOW | …/python/runtime_py3/test/test_arcadia_source_finder.py | 122 | def test_is_package_for_unknown_module(self): | STRING |
| LOW | …/python/runtime_py3/test/test_arcadia_source_finder.py | 162 | def test_iter_modules_after_unknown_module_import(self): | STRING |
| LOW | …/python/runtime_py3/test/test_arcadia_source_finder.py | 254 | def test_is_package_for_unknown_modules(self, module): | STRING |
| LOW⚡ | …/python/runtime_py3/test/test_arcadia_source_finder.py | 300 | def test_get_module_path_for_lib(self): | STRING |
| LOW⚡ | …/python/runtime_py3/test/test_arcadia_source_finder.py | 303 | def test_get_module_for_tests(self): | STRING |
| LOW⚡ | …/python/runtime_py3/test/test_arcadia_source_finder.py | 306 | def test_is_package_for_tests(self): | STRING |
| LOW | …/python/runtime_py3/test/test_arcadia_source_finder.py | 385 | def test_no_crash_on_recursive_iter_modules(self): | STRING |
| LOW | library/python/import_tracing/lib/import_tracer.py | 47 | def _get_current_time_from_start(self): | CODE |
| LOW | …ry/python/import_tracing/lib/converters/chrometrace.py | 9 | def _yield_in_chrome_trace_format(events, pid): | CODE |
| LOW | library/python/windows/__init__.py | 254 | def replace_file_across_devices(src, dst): | CODE |
| LOW | library/python/windows/__init__.py | 349 | def default_process_creation_flags(): | CODE |
| LOW | contrib/tools/python3/Lib/shutil.py | 1117 | def unregister_archive_format(name): | CODE |
| LOW | contrib/tools/python3/Lib/pkgutil.py | 130 | def _iter_file_finder_modules(importer, prefix=''): | CODE |
| LOW | contrib/tools/python3/Lib/ipaddress.py | 184 | def _count_righthand_zero_bits(number, bits): | CODE |
| LOW | contrib/tools/python3/Lib/ipaddress.py | 255 | def _collapse_addresses_internal(addresses): | CODE |
| LOW | contrib/tools/python3/Lib/ipaddress.py | 475 | def _prefix_from_prefix_string(cls, prefixlen_str): | CODE |
| LOW | contrib/tools/python3/Lib/ipaddress.py | 1158 | def _explode_shorthand_ip_string(self): | CODE |
| LOW | contrib/tools/python3/Lib/ipaddress.py | 1874 | def _explode_shorthand_ip_string(self): | CODE |
| LOW | contrib/tools/python3/Lib/ipaddress.py | 1979 | def _explode_shorthand_ip_string(self): | CODE |
| LOW | contrib/tools/python3/Lib/trace.py | 557 | def localtrace_trace_and_count(self, frame, why, arg): | CODE |
| LOW | contrib/tools/python3/Lib/webbrowser.py | 491 | def register_standard_browsers(): | CODE |
| LOW | contrib/tools/python3/Lib/zipimport.py | 737 | def _get_mtime_and_size_of_source(self, path): | CODE |
| LOW | contrib/tools/python3/Lib/hashlib.py | 82 | def __get_builtin_constructor(name): | STRING |
| LOW | contrib/tools/python3/Lib/hashlib.py | 126 | def __get_openssl_constructor(name): | STRING |
| LOW | contrib/tools/python3/Lib/traceback.py | 403 | def _walk_tb_with_full_positions(tb): | CODE |
| LOW | contrib/tools/python3/Lib/traceback.py | 453 | def _extract_from_extended_frame_gen(klass, frame_gen, *, limit=None, | CODE |
| LOW | contrib/tools/python3/Lib/traceback.py | 786 | def _byte_offset_to_character_offset(str, offset): | CODE |
| LOW | contrib/tools/python3/Lib/traceback.py | 804 | def _extract_caret_anchors_from_line_segment(segment): | CODE |
| LOW | contrib/tools/python3/Lib/traceback.py | 1496 | def _compute_suggestion_error(exc_value, tb, wrong_name): | CODE |
| LOW | contrib/tools/python3/Lib/warnings.py | 673 | def _warn_unawaited_coroutine(coro): | CODE |
| LOW | contrib/tools/python3/Lib/subprocess.py | 296 | def _optim_args_from_interpreter_flags(): | CODE |
| LOW | contrib/tools/python3/Lib/subprocess.py | 306 | def _args_from_interpreter_flags(): | CODE |
| LOW | contrib/tools/python3/Lib/_weakrefset.py | 184 | def symmetric_difference_update(self, other): | CODE |
| LOW | contrib/tools/python3/Lib/socketserver.py | 742 | class BaseRequestHandler: | CODE |
| LOW | contrib/tools/python3/Lib/socketserver.py | 788 | class StreamRequestHandler(BaseRequestHandler): | CODE |
| LOW | contrib/tools/python3/Lib/socketserver.py | 852 | class DatagramRequestHandler(BaseRequestHandler): | CODE |
| LOW | contrib/tools/python3/Lib/random.py | 245 | def _randbelow_with_getrandbits(self, n): | CODE |
| 1965 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | tools/flake8_linter/__main__.py | 19 | logger = logging.getLogger(__name__) | CODE |
| LOW | tools/black_linter/wrapper.py | 12 | logger = logging.getLogger(__name__) | CODE |
| LOW | tools/ruff_linter/wrapper.py | 12 | logger = logging.getLogger(__name__) | CODE |
| LOW | util/memory/ut_cython/test_memory.py | 10 | __all__ = [ | CODE |
| LOW | util/digest/ut_cython/test_digest.py | 10 | __all__ = [ | CODE |
| LOW | util/stream/ut_cython/test_stream.py | 10 | __all__ = [ | CODE |
| LOW | util/folder/ut_cython/test_folder.py | 10 | __all__ = [ | CODE |
| LOW | util/system/ut_cython/test_system.py | 10 | __all__ = [ | CODE |
| LOW | util/generic/ut_cython/test_generic.py | 18 | __all__ = [ | CODE |
| LOW | util/string/ut_cython/test_string.py | 10 | __all__ = [ | CODE |
| LOW | library/python/strings/strings.py | 9 | logger = logging.getLogger(__name__) | CODE |
| LOW | library/python/archive/__init__.py | 17 | logger = logging.getLogger(__name__) | CODE |
| LOW | library/python/port_manager/__init__.py | 14 | logger = logging.getLogger(__name__) | CODE |
| LOW | library/python/color/__init__.py | 8 | __all__ = [ | CODE |
| LOW | library/python/filelock/__init__.py | 11 | logger = logging.getLogger(__name__) | CODE |
| LOW | library/python/testing/yatest_common/yatest/__init__.py | 1 | __all__ = ["common"] | CODE |
| LOW | library/python/testing/yatest_lib/external.py | 14 | logger = logging.getLogger(__name__) | CODE |
| LOW | library/python/testing/filter/filter.py | 7 | logger = logging.getLogger(__name__) | CODE |
| LOW | library/python/windows/__init__.py | 14 | logger = logging.getLogger(__name__) | CODE |
| LOW | library/python/fs/__init__.py | 17 | logger = logging.getLogger(__name__) | CODE |
| LOW | library/python/cores/__init__.py | 16 | logger = logging.getLogger(__name__) | CODE |
| LOW | contrib/tools/python3/Lib/shutil.py | 57 | __all__ = ["copyfileobj", "copyfile", "copymode", "copystat", "copy", "copy2", | CODE |
| LOW | contrib/tools/python3/Lib/tempfile.py | 26 | __all__ = [ | CODE |
| LOW | contrib/tools/python3/Lib/queue.py | 13 | __all__ = [ | CODE |
| LOW | contrib/tools/python3/Lib/pkgutil.py | 14 | __all__ = [ | CODE |
| LOW | contrib/tools/python3/Lib/lzma.py | 11 | __all__ = [ | CODE |
| LOW | contrib/tools/python3/Lib/copyreg.py | 7 | __all__ = ["pickle", "constructor", | CODE |
| LOW | contrib/tools/python3/Lib/rlcompleter.py | 41 | __all__ = ["Completer"] | CODE |
| LOW | contrib/tools/python3/Lib/gzip.py | 18 | __all__ = ["BadGzipFile", "GzipFile", "open", "compress", "decompress"] | CODE |
| LOW | contrib/tools/python3/Lib/trace.py | 50 | __all__ = ['Trace', 'CoverageResults'] | CODE |
| LOW | contrib/tools/python3/Lib/webbrowser.py | 12 | __all__ = ["Error", "open", "open_new", "open_new_tab", "get", "register"] | CODE |
| LOW | contrib/tools/python3/Lib/dis.py | 22 | __all__ = ["code_info", "dis", "disassemble", "distb", "disco", | CODE |
| LOW | contrib/tools/python3/Lib/bdb.py | 9 | __all__ = ["BdbQuit", "Bdb", "Breakpoint"] | CODE |
| LOW | contrib/tools/python3/Lib/zipapp.py | 9 | __all__ = ['ZipAppError', 'create_archive', 'get_interpreter'] | CODE |
| LOW | contrib/tools/python3/Lib/cmd.py | 47 | __all__ = ["Cmd"] | CODE |
| LOW | contrib/tools/python3/Lib/tty.py | 7 | __all__ = ["cfmakeraw", "cfmakecbreak", "setraw", "setcbreak"] | CODE |
| LOW | contrib/tools/python3/Lib/tabnanny.py | 27 | __all__ = ["check", "NannyNag", "process_tokens"] | CODE |
| LOW | contrib/tools/python3/Lib/cProfile.py | 7 | __all__ = ["run", "runctx", "Profile"] | CODE |
| LOW | contrib/tools/python3/Lib/zipimport.py | 25 | __all__ = ['ZipImportError', 'zipimporter'] | CODE |
| LOW | contrib/tools/python3/Lib/token.py | 4 | __all__ = ['tok_name', 'ISTERMINAL', 'ISNONTERMINAL', 'ISEOF', | CODE |
| LOW | contrib/tools/python3/Lib/textwrap.py | 10 | __all__ = ['TextWrapper', 'wrap', 'fill', 'dedent', 'indent', 'shorten'] | CODE |
| LOW | contrib/tools/python3/Lib/base64.py | 14 | __all__ = [ | CODE |
| LOW | contrib/tools/python3/Lib/bz2.py | 7 | __all__ = ["BZ2File", "BZ2Compressor", "BZ2Decompressor", | CODE |
| LOW | contrib/tools/python3/Lib/_threading_local.py | 12 | __all__ = ["local"] | CODE |
| LOW | contrib/tools/python3/Lib/pyclbr.py | 48 | __all__ = ["readmodule", "readmodule_ex", "Class", "Function"] | CODE |
| LOW | contrib/tools/python3/Lib/gettext.py | 60 | __all__ = ['NullTranslations', 'GNUTranslations', 'Catalog', | CODE |
| LOW | contrib/tools/python3/Lib/wave.py | 80 | __all__ = ["open", "Error", "Wave_read", "Wave_write"] | CODE |
| LOW | contrib/tools/python3/Lib/weakref.py | 30 | __all__ = ["ref", "proxy", "getweakrefcount", "getweakrefs", | CODE |
| LOW | contrib/tools/python3/Lib/opcode.py | 8 | __all__ = ["cmp_op", "stack_effect", "hascompare", "opname", "opmap", | CODE |
| LOW | contrib/tools/python3/Lib/netrc.py | 7 | __all__ = ["netrc", "NetrcParseError"] | CODE |
| LOW | contrib/tools/python3/Lib/heapq.py | 129 | __all__ = ['heappush', 'heappop', 'heapify', 'heapreplace', 'merge', | STRING |
| LOW | contrib/tools/python3/Lib/functools.py | 12 | __all__ = ['update_wrapper', 'wraps', 'WRAPPER_ASSIGNMENTS', 'WRAPPER_UPDATES', | CODE |
| LOW | contrib/tools/python3/Lib/codeop.py | 41 | __all__ = ["compile_command", "Compile", "CommandCompiler"] | STRING |
| LOW | contrib/tools/python3/Lib/fnmatch.py | 17 | __all__ = ["filter", "fnmatch", "fnmatchcase", "translate"] | CODE |
| LOW | contrib/tools/python3/Lib/traceback.py | 13 | __all__ = ['extract_stack', 'extract_tb', 'format_exception', | CODE |
| LOW | contrib/tools/python3/Lib/warnings.py | 6 | __all__ = ["warn", "warn_explicit", "showwarning", | CODE |
| LOW | contrib/tools/python3/Lib/subprocess.py | 63 | __all__ = ["Popen", "PIPE", "STDOUT", "call", "check_call", "getstatusoutput", | STRING |
| LOW | contrib/tools/python3/Lib/profile.py | 33 | __all__ = ["run", "runctx", "Profile"] | CODE |
| LOW | contrib/tools/python3/Lib/filecmp.py | 18 | __all__ = ['clear_cache', 'cmp', 'dircmp', 'cmpfiles', 'DEFAULT_IGNORES'] | CODE |
| LOW | contrib/tools/python3/Lib/codecs.py | 20 | __all__ = ["register", "lookup", "open", "EncodedFile", "BOM", "BOM_BE", | CODE |
| 1011 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | tools/black_linter/wrapper.py | 38 | except Exception: | CODE |
| MEDIUM | tools/black_linter/wrapper.py | 35 | def run_black_safe(black_bin, filename, args): | CODE |
| LOW | library/python/archive/__init__.py | 258 | except Exception: | CODE |
| LOW | library/python/archive/__init__.py | 280 | except Exception as e: | CODE |
| LOW | library/python/pytest/plugins/ya.py | 884 | except Exception as e: | CODE |
| LOW | library/python/pytest/plugins/ya.py | 938 | except Exception as e: | CODE |
| LOW | library/python/pytest/plugins/ya.py | 1055 | except Exception as e: | CODE |
| LOW | library/python/pytest/plugins/collection.py | 87 | except Exception as e: | CODE |
| LOW | library/python/pytest/plugins/collection.py | 118 | except Exception: | CODE |
| LOW | …ython/testing/yatest_common/yatest/common/canonical.py | 51 | except Exception: | CODE |
| LOW | …/python/testing/yatest_common/yatest/common/process.py | 395 | except Exception: | CODE |
| LOW | …/python/testing/yatest_common/yatest/common/process.py | 434 | except Exception: | CODE |
| LOW | …/python/testing/yatest_common/yatest/common/process.py | 786 | except Exception: | CODE |
| LOW | …/python/testing/yatest_common/yatest/common/process.py | 793 | except Exception as e: | CODE |
| LOW | …/python/testing/yatest_common/yatest/common/process.py | 807 | except Exception as exc: | CODE |
| LOW | …/python/testing/yatest_common/yatest/common/process.py | 821 | except Exception as e: | CODE |
| MEDIUM | …/python/testing/yatest_common/yatest/common/process.py | 782 | def _nix_get_proc_children(pid): | CODE |
| MEDIUM | …/python/testing/yatest_common/yatest/common/process.py | 790 | def _get_binname(pid): | CODE |
| MEDIUM | …/python/testing/yatest_common/yatest/common/process.py | 803 | def try_to_send_signal(pid, sig): | CODE |
| LOW | library/python/testing/import_test/import_test.py | 100 | except Exception as e: | CODE |
| LOW | library/python/testing/import_test/import_test.py | 183 | except Exception: | CODE |
| LOW | library/python/symbols/module/__init__.py | 45 | except Exception: | CODE |
| LOW | library/python/fs/__init__.py | 249 | except Exception as e: | CODE |
| MEDIUM | library/python/fs/__init__.py | 42 | def ensure_dir(path): | CODE |
| LOW | contrib/tools/python3/Lib/shutil.py | 99 | except Exception as err: | CODE |
| LOW | contrib/tools/python3/Lib/shutil.py | 130 | except Exception as err: | CODE |
| LOW | contrib/tools/python3/Lib/pkgutil.py | 82 | except Exception: | CODE |
| LOW | contrib/tools/python3/Lib/rlcompleter.py | 159 | except Exception: | CODE |
| LOW | contrib/tools/python3/Lib/zipimport.py | 602 | except Exception: | CODE |
| LOW | contrib/tools/python3/Lib/zipimport.py | 650 | except Exception: | CODE |
| MEDIUM | contrib/tools/python3/Lib/zipimport.py | 343 | def _read_directory(archive): | CODE |
| LOW | contrib/tools/python3/Lib/wave.py | 405 | except Exception: | CODE |
| LOW | contrib/tools/python3/Lib/weakref.py | 667 | except Exception: | CODE |
| LOW | contrib/tools/python3/Lib/traceback.py | 1063 | except Exception as e: | CODE |
| LOW | contrib/tools/python3/Lib/traceback.py | 1512 | except Exception: | CODE |
| LOW | contrib/tools/python3/Lib/traceback.py | 1520 | except Exception: | CODE |
| LOW | contrib/tools/python3/Lib/traceback.py | 1543 | except Exception: | CODE |
| LOW | contrib/tools/python3/Lib/warnings.py | 43 | except Exception: | CODE |
| LOW | contrib/tools/python3/Lib/warnings.py | 59 | except Exception: | CODE |
| LOW | contrib/tools/python3/Lib/warnings.py | 67 | except Exception: | CODE |
| LOW | contrib/tools/python3/Lib/warnings.py | 84 | except Exception: | CODE |
| MEDIUM | contrib/tools/python3/Lib/code.py | 156 | print('Error in sys.excepthook:', file=sys.stderr) | CODE |
| MEDIUM | contrib/tools/python3/Lib/pydoc.py | 631 | def repr_instance(self, x, level): | CODE |
| LOW | contrib/tools/python3/Lib/pydoc.py | 988 | except Exception: | CODE |
| LOW | contrib/tools/python3/Lib/pydoc.py | 1034 | except Exception: | CODE |
| LOW | contrib/tools/python3/Lib/pydoc.py | 1480 | except Exception: | CODE |
| LOW | contrib/tools/python3/Lib/pydoc.py | 2676 | except Exception as exc: | CODE |
| LOW | contrib/tools/python3/Lib/pydoc.py | 2266 | except Exception: | STRING |
| LOW | contrib/tools/python3/Lib/pydoc.py | 2430 | except Exception as err: | STRING |
| LOW | contrib/tools/python3/Lib/socketserver.py | 319 | except Exception: | CODE |
| LOW | contrib/tools/python3/Lib/socketserver.py | 632 | except Exception: | CODE |
| LOW | contrib/tools/python3/Lib/socketserver.py | 698 | except Exception: | CODE |
| MEDIUM | contrib/tools/python3/Lib/pdb.py | 189 | print(f'Error: {target} does not exist') | CODE |
| MEDIUM | contrib/tools/python3/Lib/pdb.py | 192 | print(f'Error: {target} is a directory') | CODE |
| MEDIUM | contrib/tools/python3/Lib/pdb.py | 1807 | def _getval(self, arg): | CODE |
| LOW | contrib/tools/python3/Lib/pdb.py | 240 | except Exception: | CODE |
| LOW | contrib/tools/python3/Lib/pdb.py | 278 | except Exception: | CODE |
| LOW | contrib/tools/python3/Lib/pdb.py | 541 | except Exception: | CODE |
| LOW | contrib/tools/python3/Lib/pdb.py | 726 | except Exception: | CODE |
| LOW | contrib/tools/python3/Lib/pdb.py | 734 | except Exception: | CODE |
| 674 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | contrib/tools/python3/Lib/code.py | 272 | more = self.push(line) | CODE |
| HIGH | contrib/tools/python3/Lib/numbers.py | 53 | ## binary floats (i.e. Decimal('3.14') + 2.71828 is undefined). But, | COMMENT |
| HIGH | contrib/tools/python3/Lib/turtle.py | 1983 | self.undobuffer.push(["seq"]) | CODE |
| HIGH | contrib/tools/python3/Lib/turtle.py | 2440 | self.undobuffer.push(("pen", _p_buf)) | CODE |
| HIGH | contrib/tools/python3/Lib/turtle.py | 3140 | self.undobuffer.push(("stamp", stitem)) | CODE |
| HIGH | contrib/tools/python3/Lib/turtle.py | 3226 | self.undobuffer.push(undo_entry) | CODE |
| HIGH | contrib/tools/python3/Lib/turtle.py | 3330 | self.undobuffer.push(("rot", angle, self._degreesPerAU)) | CODE |
| HIGH | contrib/tools/python3/Lib/turtle.py | 3391 | self.undobuffer.push(("beginfill", self._fillitem)) | CODE |
| HIGH | contrib/tools/python3/Lib/turtle.py | 3411 | self.undobuffer.push(("dofill", self._fillitem)) | CODE |
| HIGH | contrib/tools/python3/Lib/turtle.py | 3444 | self.undobuffer.push(["seq"]) | CODE |
| HIGH | contrib/tools/python3/Lib/turtle.py | 3466 | self.undobuffer.push(("wri", item)) | CODE |
| HIGH | contrib/tools/python3/Lib/turtle.py | 3489 | self.undobuffer.push(["seq"]) | CODE |
| HIGH⚡ | contrib/tools/python3/Lib/locale.py | 1947 | print('Language: ', lang or '(undefined)') | CODE |
| HIGH⚡ | contrib/tools/python3/Lib/locale.py | 1948 | print('Encoding: ', enc or '(undefined)') | CODE |
| HIGH⚡ | contrib/tools/python3/Lib/locale.py | 1956 | print(' Language: ', lang or '(undefined)') | CODE |
| HIGH⚡ | contrib/tools/python3/Lib/locale.py | 1957 | print(' Encoding: ', enc or '(undefined)') | CODE |
| HIGH | contrib/tools/python3/Lib/locale.py | 1973 | print(' Language: ', lang or '(undefined)') | CODE |
| HIGH | contrib/tools/python3/Lib/locale.py | 1974 | print(' Encoding: ', enc or '(undefined)') | CODE |
| HIGH | contrib/tools/python3/Lib/xml/dom/pulldom.py | 106 | self.push(node) | CODE |
| HIGH | contrib/tools/python3/Lib/xml/dom/pulldom.py | 125 | self.push(node) | CODE |
| HIGH | contrib/tools/python3/Lib/xml/dom/pulldom.py | 171 | self.push(node) | CODE |
| HIGH | contrib/tools/python3/Lib/json/__init__.py | 13 | '["foo", {"bar": ["baz", null, 1.0, 2]}]' | CODE |
| HIGH | contrib/tools/python3/Lib/json/__init__.py | 48 | >>> json.loads('["foo", {"bar":["baz", null, 1.0, 2]}]') == obj | CODE |
| HIGH | contrib/tools/python3/Lib/http/client.py | 10 | (null) | CODE |
| HIGH | contrib/tools/python3/Lib/_pyrepl/unix_console.py | 414 | self.event_queue.push(char) | CODE |
| HIGH | contrib/tools/python3/Lib/_pyrepl/base_eventqueue.py | 101 | self.push(_c) | CODE |
| HIGH | contrib/tools/python3/Lib/_pyrepl/windows_console.py | 469 | self.event_queue.push(char) | CODE |
| HIGH | contrib/tools/python3/Lib/_pyrepl/reader.py | 715 | self.input_trans.push(event) | CODE |
| HIGH | contrib/tools/python3/Lib/_pyrepl/simple_interact.py | 154 | more = console.push(_strip_final_indent(statement), filename=input_name, _symbol="single") # type: ignore[c | CODE |
| HIGH | …ntrib/tools/python3/Lib/importlib/resources/_common.py | 34 | def wrapper(anchor=undefined, package=undefined): | CODE |
| HIGH | contrib/tools/python3/Lib/pydoc_data/topics.py | 7491 | Called to implement membership test operators. Should return true | CODE |
| HIGH | contrib/tools/python3/Lib/pydoc_data/topics.py | 8856 | Called to implement membership test operators. Should return true | CODE |
| HIGH | contrib/tools/python3/Lib/collections/__init__.py | 1054 | def new_child(self, m=None, **kwargs): # like Django's Context.push() | CODE |
| HIGH | contrib/tools/python3/Lib/email/header.py | 436 | self._current_line.push(*end_of_line) | STRING |
| HIGH | contrib/tools/python3/Lib/email/header.py | 445 | self._current_line.push(' ', '') | STRING |
| HIGH | contrib/tools/python3/Lib/email/header.py | 479 | self._current_line.push(self._continuation_ws, last_line) | STRING |
| HIGH | contrib/tools/python3/Lib/email/header.py | 513 | self._current_line.push(fws, string) | STRING |
| HIGH | contrib/tools/python3/Lib/email/header.py | 538 | self._current_line.push(fws, part) | STRING |
| HIGH | contrib/tools/python3/Lib/email/_header_value_parser.py | 1885 | remaining valid mailboxes. We also allow all mailbox entries to be null, | STRING |
| HIGH | contrib/tools/python3/Lib/email/feedparser.py | 175 | self._input.push(data) | CODE |
| HIGH | contrib/tools/cython/Cython/Build/IpythonMagic.py | 111 | self.shell.push({k: mdict[k]}) | CODE |
| HIGH | contrib/tools/cython/Cython/Compiler/ModuleNode.py | 2363 | code.putln("if (likely(ret && ret != Py_NotImplemented)) {") | CODE |
| HIGH | contrib/tools/cython/Cython/Compiler/ModuleNode.py | 2388 | code.putln("if (likely(ret && ret != Py_NotImplemented)) {") | CODE |
| HIGH | contrib/tools/cython/Cython/Compiler/ModuleNode.py | 2418 | code.putln("if (likely(ret && ret != Py_NotImplemented)) {") | CODE |
| HIGH | contrib/tools/cython/Cython/Compiler/ModuleNode.py | 2544 | "if (!v && PyErr_ExceptionMatches(PyExc_AttributeError)) {") | CODE |
| HIGH⚡ | contrib/tools/cython/Cython/Compiler/TypeSlots.py | 1087 | EmptySlot("tp_vectorcall", ifdef="!CYTHON_COMPILING_IN_PYPY || PYPY_VERSION_NUM >= 0x07030800"), | CODE |
| HIGH⚡ | contrib/tools/cython/Cython/Compiler/TypeSlots.py | 1092 | EmptySlot("tp_pypy_flags", ifdef="CYTHON_COMPILING_IN_PYPY && PY_VERSION_HEX >= 0x03090000 && PY_VERSION_HEX | CODE |
| HIGH | contrib/tools/cython/Cython/Compiler/ExprNodes.py | 7159 | f"{Naming.quick_temp_cname} == NULL && PyErr_Occurred()", | CODE |
| HIGH | contrib/tools/cython/Cython/Compiler/ExprNodes.py | 11059 | " exc_type != PyExc_StopIteration && exc_type != PyExc_GeneratorExit &&" | CODE |
| HIGH | contrib/tools/cython/Cython/Compiler/Nodes.py | 4379 | code.putln(f"if (!CYTHON_ASSUME_SAFE_MACROS && unlikely(!values[{i}])) {goto_error}") | CODE |
| HIGH | contrib/tools/cython/Cython/Compiler/Nodes.py | 4394 | code.putln(f"if (!CYTHON_ASSUME_SAFE_MACROS && unlikely(!values[{i}])) {goto_error}") | CODE |
| HIGH | contrib/tools/cython/Cython/Compiler/Nodes.py | 4545 | code.putln(f"if (!CYTHON_ASSUME_SAFE_MACROS && unlikely(!values[{i}])) {code.error_goto(self.pos)}") | CODE |
| HIGH | contrib/tools/cython/Cython/Compiler/Nodes.py | 4551 | code.putln(f"if (!CYTHON_ASSUME_SAFE_MACROS && unlikely(!values[{i}])) {code.error_goto(self.pos)}") | CODE |
| HIGH | contrib/tools/cython/Cython/Compiler/Nodes.py | 5832 | code.putln("/* PY_VERSION_HEX >= 0x03090000 || Py_LIMITED_API >= 0x030B0000 */") | CODE |
| HIGH | contrib/tools/cython/Cython/Compiler/Nodes.py | 5891 | code.putln("if ((CYTHON_USE_TYPE_SLOTS && CYTHON_USE_PYTYPE_LOOKUP) &&" | CODE |
| HIGH | contrib/python/Pygments/py3/pygments/lexers/c_like.py | 242 | (r'(true|false|null)\b', Name.Builtin), | CODE |
| HIGH | contrib/python/Pygments/py3/pygments/lexers/ada.py | 49 | (r'(true|false|null)\b', Keyword.Constant), | CODE |
| HIGH | contrib/python/Pygments/py3/pygments/lexers/qvt.py | 63 | (r'(true|false|unlimited|null)\b', Keyword.Constant), | CODE |
| HIGH | contrib/python/Pygments/py3/pygments/lexers/nix.py | 59 | (r'\b(true|false|null)\b', Name.Constant), | CODE |
| HIGH | contrib/python/Pygments/py3/pygments/lexers/parasail.py | 40 | r'(is|not)\s+null)\b', | CODE |
| 100 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | contrib/tools/python3/Lib/_pyio.py | 280 | # Define a default pure-Python implementation for open_code() | STRING |
| MEDIUM | contrib/tools/python3/Lib/ipaddress.py | 1499 | """This class represents and manipulates 32-bit IPv4 network + addresses.. | STRING |
| MEDIUM | contrib/tools/python3/Lib/ipaddress.py | 2302 | """This class represents and manipulates 128-bit IPv6 networks. | STRING |
| MEDIUM | contrib/tools/python3/Lib/webbrowser.py | 665 | # Create an NSURL object representing the URL | STRING |
| MEDIUM | contrib/tools/python3/Lib/_compat_pickle.py | 1 | # This module is used to map the old Python 2 names to the new names used in | COMMENT |
| MEDIUM | contrib/tools/python3/Lib/bdb.py | 661 | # The following methods can be called by clients to use | COMMENT |
| MEDIUM | contrib/tools/python3/Lib/bdb.py | 712 | # This method is more useful to debug a single function call. | COMMENT |
| MEDIUM | contrib/tools/python3/Lib/zipapp.py | 134 | # Create the list of files to add to the archive now, in case | COMMENT |
| MEDIUM | contrib/tools/python3/Lib/cProfile.py | 109 | # This method is more useful to profile a single function call. | COMMENT |
| MEDIUM | contrib/tools/python3/Lib/base64.py | 442 | # The following code is originally taken (with permission) from Mercurial | STRING |
| MEDIUM | contrib/tools/python3/Lib/gettext.py | 13 | # This module represents the integration of work, contributions, feedback, and | COMMENT |
| MEDIUM | contrib/tools/python3/Lib/modulefinder.py | 649 | # Create the module finder and turn its crank | COMMENT |
| MEDIUM | contrib/tools/python3/Lib/subprocess.py | 1999 | # This method is called (indirectly) by __del__, so it cannot | COMMENT |
| MEDIUM | contrib/tools/python3/Lib/subprocess.py | 2207 | # This method is called from the _communicate_with_*() methods | COMMENT |
| MEDIUM | contrib/tools/python3/Lib/profile.py | 430 | # This method is more useful to profile a single function call. | COMMENT |
| MEDIUM | contrib/tools/python3/Lib/code.py | 163 | # This method is being overwritten in | COMMENT |
| MEDIUM | contrib/tools/python3/Lib/pydoc.py | 797 | # Create a link for methods like 'self.method(...)' | COMMENT |
| MEDIUM⚡ | contrib/tools/python3/Lib/types.py | 306 | # The following code is primarily to support functions that | COMMENT |
| MEDIUM | contrib/tools/python3/Lib/pdb.py | 444 | """This method is called when there is the remote possibility | STRING |
| MEDIUM | contrib/tools/python3/Lib/pdb.py | 453 | """This function is called when we stop or break at this line.""" | STRING |
| MEDIUM | contrib/tools/python3/Lib/pdb.py | 495 | """This function is called when a return trap is set here.""" | STRING |
| MEDIUM | contrib/tools/python3/Lib/pdb.py | 504 | """This function is called if an exception occurs, | STRING |
| MEDIUM | contrib/tools/python3/Lib/threading.py | 142 | """This class implements reentrant lock objects. | STRING |
| MEDIUM | contrib/tools/python3/Lib/threading.py | 320 | # This method is called only if _lock doesn't have _is_owned(). | COMMENT |
| MEDIUM | contrib/tools/python3/Lib/threading.py | 450 | """This class implements semaphore objects. | STRING |
| MEDIUM | contrib/tools/python3/Lib/threading.py | 1269 | # Create a local namespace to ensure that variables remain alive | COMMENT |
| MEDIUM | contrib/tools/python3/Lib/threading.py | 1513 | # Create the main thread object, | COMMENT |
| MEDIUM | contrib/tools/python3/Lib/platform.py | 11 | # This module is maintained by Marc-Andre Lemburg <mal@egenix.com>. | COMMENT |
| MEDIUM | contrib/tools/python3/Lib/pstats.py | 75 | """This class is used for creating reports from data generated by the | STRING |
| MEDIUM | contrib/tools/python3/Lib/pstats.py | 322 | # The following functions support actual printing of reports | COMMENT |
| MEDIUM | contrib/tools/python3/Lib/pstats.py | 521 | """This class provides a generic function for comparing any two tuples. | STRING |
| MEDIUM | contrib/tools/python3/Lib/pstats.py | 564 | # The following functions combine statistics for pairs functions. | COMMENT |
| MEDIUM | contrib/tools/python3/Lib/pstats.py | 601 | # The following functions support printing of reports | COMMENT |
| MEDIUM | contrib/tools/python3/Lib/inspect.py | 31 | # This module is in the public domain. No warranties. | COMMENT |
| MEDIUM | contrib/tools/python3/Lib/_opcode_metadata.py | 1 | # This file is generated by Tools/cases_generator/py_metadata_generator.py | COMMENT |
| MEDIUM | contrib/tools/python3/Lib/fractions.py | 180 | """This class implements rational numbers. | STRING |
| MEDIUM | contrib/tools/python3/Lib/mailbox.py | 615 | # This method is for backward compatibility only. | COMMENT |
| MEDIUM | contrib/tools/python3/Lib/ast.py | 526 | # The following code is for backward compatibility. | COMMENT |
| MEDIUM | contrib/tools/python3/Lib/ast.py | 674 | # The following code is for backward compatibility. | COMMENT |
| MEDIUM | contrib/tools/python3/Lib/doctest.py | 152 | # Create a new flag unless `name` is already known. | STRING |
| MEDIUM | contrib/tools/python3/Lib/doctest.py | 680 | # Create an Example, and add it to the list. | STRING |
| MEDIUM | contrib/tools/python3/Lib/doctest.py | 1280 | # Create a fake output target for capturing doctest output. | STRING |
| MEDIUM | contrib/tools/python3/Lib/_pylong.py | 111 | # This function implements a divide-and-conquer algorithm that is | COMMENT |
| MEDIUM | contrib/tools/python3/Lib/_pylong.py | 195 | # This function implements a divide-and-conquer algorithm making use | COMMENT |
| MEDIUM | contrib/tools/python3/Lib/dataclasses.py | 380 | # This function is used instead of exposing Field creation directly, | COMMENT |
| MEDIUM | contrib/tools/python3/Lib/dataclasses.py | 1132 | # Create a comparison function. If the fields in the object are | COMMENT |
| MEDIUM | contrib/tools/python3/Lib/dataclasses.py | 1160 | # Create a class doc-string. | COMMENT |
| MEDIUM | contrib/tools/python3/Lib/dataclasses.py | 1259 | # Create a new dict for our new class. | COMMENT |
| MEDIUM | contrib/tools/python3/Lib/dataclasses.py | 1673 | # Create the new object, which calls __init__() and | COMMENT |
| MEDIUM | contrib/tools/python3/Lib/graphlib.py | 77 | # Create the node -> predecessor edges | COMMENT |
| MEDIUM | contrib/tools/python3/Lib/graphlib.py | 81 | # Create the predecessor -> node edges | COMMENT |
| MEDIUM | contrib/tools/python3/Lib/tarfile.py | 1127 | # Create a pax extended header if necessary. | COMMENT |
| MEDIUM | contrib/tools/python3/Lib/tarfile.py | 2276 | # Create a TarInfo object from the file. | COMMENT |
| MEDIUM | contrib/tools/python3/Lib/stringprep.py | 1 | # This file is generated by mkstringprep.py. DO NOT EDIT. | COMMENT |
| MEDIUM | contrib/tools/python3/Lib/ssl.py | 4 | """This module provides some more Pythonic support for SSL. | STRING |
| MEDIUM | contrib/tools/python3/Lib/ssl.py | 811 | """This class implements an interface on top of a low-level SSL object as | STRING |
| MEDIUM | contrib/tools/python3/Lib/ssl.py | 997 | """This class implements a subtype of socket.socket that wraps | STRING |
| MEDIUM | contrib/tools/python3/Lib/uuid.py | 512 | # The following functions call external programs to 'get' a macaddr value to | STRING |
| MEDIUM | contrib/tools/python3/Lib/encodings/idna.py | 1 | # This module implements the RFCs 3490 (IDNA) and 3491 (Nameprep) | COMMENT |
| MEDIUM | contrib/tools/python3/Lib/ctypes/__init__.py | 437 | """This class represents the Python library itself. It allows | STRING |
| 165 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | util/datetime/systime.cpp | 183 | //! Subject: A more robust timegm - msg#00010 | COMMENT |
| MEDIUM | util/charset/wide.h | 340 | //! @return len if robust and position where encoding stopped if not | COMMENT |
| MEDIUM | util/charset/wide.h | 398 | //! if not robust will stop at first error position | COMMENT |
| MEDIUM | library/cpp/json/writer/json_value.h | 185 | /// Non-robust comparison. | COMMENT |
| MEDIUM | library/cpp/json/ordered_maps/json_value_ordered.h | 191 | /// Non-robust comparison. | COMMENT |
| MEDIUM | contrib/tools/python3/Include/internal/pycore_object.h | 693 | // Essentially _PyObject_GET_WEAKREFS_LISTPTR_FROM_OFFSET(): | COMMENT |
| MEDIUM | …ython3/Objects/mimalloc/prim/osx/alloc-override-zone.c | 400 | // it seems less robust than using interpose. | COMMENT |
| LOW | contrib/tools/python3/Lib/shutil.py | 1557 | # what file suffixes are executable, so just pass on cmd as-is. | COMMENT |
| MEDIUM | contrib/tools/python3/Lib/trace.py | 27 | # Bioreason or Mojam Media be used in advertising or publicity pertaining to | COMMENT |
| LOW | contrib/tools/python3/Lib/difflib.py | 1406 | # Handle case where no user markup is to be added, just return line of | STRING |
| LOW | contrib/tools/python3/Lib/difflib.py | 1764 | # if blank line or context separator, just add it to the output list | COMMENT |
| LOW | contrib/tools/python3/Lib/difflib.py | 1769 | # if line text doesn't need wrapping, just add it to the output list | COMMENT |
| LOW | contrib/tools/python3/Lib/ftplib.py | 405 | # then we'll just use anonymous@ | COMMENT |
| LOW | contrib/tools/python3/Lib/optparse.py | 575 | # Check all the attributes we just set. There are lots of | COMMENT |
| LOW | contrib/tools/python3/Lib/threading.py | 289 | # these override the default implementations (which just call | COMMENT |
| MEDIUM | contrib/tools/python3/Lib/turtle.py | 697 | """Set focus on canvas (in order to collect key-events) | STRING |
| MEDIUM | contrib/tools/python3/Lib/turtle.py | 1436 | """Set focus on TurtleScreen (in order to collect key-events) | STRING |
| MEDIUM | contrib/tools/python3/Lib/doctest.py | 1751 | # in conjunction with the ELLIPSIS flag. | STRING |
| LOW | contrib/tools/python3/Lib/argparse.py | 2288 | # for regular arguments, just add them back into the list | COMMENT |
| LOW | contrib/tools/python3/Lib/dataclasses.py | 521 | # via object.__setattr__. Otherwise, just use a simple | COMMENT |
| LOW | contrib/tools/python3/Lib/dataclasses.py | 577 | # just use the class attribute that contains the default. | COMMENT |
| LOW | contrib/tools/python3/Lib/tarfile.py | 1540 | # Normally, we could just use "utf-8" as the encoding and "strict" | COMMENT |
| LOW | contrib/tools/python3/Lib/_pydecimal.py | 3274 | # otherwise, simply return the adjusted exponent of self, as a | COMMENT |
| LOW | contrib/tools/python3/Lib/ntpath.py | 593 | # just return the old path. | COMMENT |
| LOW | contrib/tools/python3/Lib/zipfile/__init__.py | 259 | # end-of-archive record, so just return the end record we were given. | COMMENT |
| MEDIUM | contrib/tools/python3/Lib/xml/dom/minicompat.py | 18 | # defproperty -- function used in conjunction with GetattrMagic; | COMMENT |
| MEDIUM | contrib/tools/python3/Lib/xml/etree/ElementPath.py | 37 | # pertaining to distribution of the software without specific, written | COMMENT |
| MEDIUM | contrib/tools/python3/Lib/xml/etree/__init__.py | 19 | # pertaining to distribution of the software without specific, written | COMMENT |
| MEDIUM | contrib/tools/python3/Lib/xml/etree/ElementInclude.py | 31 | # pertaining to distribution of the software without specific, written | COMMENT |
| MEDIUM | contrib/tools/python3/Lib/xml/etree/ElementTree.py | 60 | # pertaining to distribution of the software without specific, written | COMMENT |
| MEDIUM | contrib/tools/python3/Lib/http/cookies.py | 12 | # pertaining to distribution of the software without specific, written | COMMENT |
| MEDIUM | contrib/tools/python3/Lib/http/server.py | 641 | # Essentially static class variables | COMMENT |
| MEDIUM | contrib/tools/python3/Lib/_pyrepl/reader.py | 273 | # facilitate the tab completion hack implemented for | COMMENT |
| MEDIUM | contrib/tools/python3/Lib/xmlrpc/client.py | 76 | # pertaining to distribution of the software without specific, written | COMMENT |
| LOW | contrib/tools/python3/Lib/asyncio/streams.py | 720 | # bytes. So just call self.read(self._limit) until EOF. | STRING |
| LOW | contrib/tools/python3/Lib/asyncio/base_events.py | 2038 | # All other places just add them to ready. | COMMENT |
| MEDIUM | contrib/tools/python3/Lib/logging/config.py | 8 | # not be used in advertising or publicity pertaining to distribution | COMMENT |
| LOW | contrib/tools/python3/Lib/logging/config.py | 516 | # Ideally, we would have wanted to simply use strict type checking | COMMENT |
| MEDIUM | contrib/tools/python3/Lib/logging/handlers.py | 8 | # not be used in advertising or publicity pertaining to distribution | COMMENT |
| MEDIUM | contrib/tools/python3/Lib/logging/__init__.py | 8 | # not be used in advertising or publicity pertaining to distribution | COMMENT |
| MEDIUM | contrib/tools/python3/Lib/logging/__init__.py | 190 | # _srcfile is only used in conjunction with sys._getframe(). | COMMENT |
| LOW | contrib/tools/python3/Lib/email/header.py | 79 | # If it is a Header object, we can just return the encoded chunks. | STRING |
| LOW | contrib/tools/python3/Lib/email/header.py | 83 | # If no encoding, just return the header with no charset. | STRING |
| LOW | contrib/tools/python3/Lib/email/header.py | 177 | # None means us-ascii but we can simply pass it on to h.append() | STRING |
| LOW | contrib/tools/cython/Cython/Compiler/Symtab.py | 2343 | # the type definition, so we just return the right entry. | COMMENT |
| MEDIUM | contrib/tools/cython/Cython/Compiler/Naming.py | 6 | # Collected here to facilitate ensuring uniqueness. | COMMENT |
| LOW | contrib/tools/cython/Cython/Compiler/Dataclass.py | 695 | # __annotations__ dict, therefore it's safe to just return | STRING |
| MEDIUM | contrib/tools/cython/Cython/Compiler/ExprNodes.py | 6798 | # Essentially, if the signature matches PyObject_VectorcallMethod | COMMENT |
| MEDIUM | contrib/tools/cython/Cython/Compiler/ExprNodes.py | 7753 | # Essentially it does: | COMMENT |
| LOW | contrib/tools/cython/Cython/Compiler/ExprNodes.py | 7684 | # simple case, just add all entries | COMMENT |
| LOW | contrib/tools/cython/Cython/Compiler/Scanning.py | 692 | # so just use __slots__ to keep it compact. | COMMENT |
| MEDIUM | contrib/tools/cython/Cython/Compiler/PyrexTypes.py | 55 | # This is not entirely robust. | COMMENT |
| MEDIUM⚡ | …ython/Cython/Compiler/Tests/TestParseTreeTransforms.py | 202 | # TODO: Re-enable once they're more robust. | STRING |
| MEDIUM | contrib/tools/cython/Cython/Utility/Exceptions.c | 886 | // DW - this is a horrendous hack, but I'm quite proud of it. Essentially | COMMENT |
| MEDIUM | …trib/tools/cython_py2/Cython/Utility/ModuleSetupCode.c | 788 | // (it'd be nice if there was a more robust way of looking these up) | COMMENT |
| MEDIUM | contrib/tools/cython_py2/Cython/Utility/Exceptions.c | 980 | // DW - this is a horrendous hack, but I'm quite proud of it. Essentially | COMMENT |
| MEDIUM | contrib/go/_std_1.26/src/go/token/position.go | 557 | // The iterator is robust to modification by yield. | COMMENT |
| MEDIUM | contrib/go/_std_1.26/src/go/types/context.go | 34 | // Nevertheless, in the future it could be helpful to allow users to leverage | COMMENT |
| MEDIUM | contrib/go/_std_1.26/src/go/parser/parser.go | 749 | // it here for more robust parsing and better error messages | COMMENT |
| MEDIUM | contrib/go/_std_1.26/src/runtime/proc.go | 37 | // We need to balance between keeping enough running worker threads to utilize | COMMENT |
| 191 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| CRITICAL⚡ | contrib/tools/python3/Lib/xml/dom/expatbuilder.py | 316 | self.document.doctype.entities._seq.append(node) | CODE |
| CRITICAL⚡ | contrib/tools/python3/Lib/xml/dom/expatbuilder.py | 322 | self.document.doctype.notations._seq.append(node) | CODE |
| CRITICAL | …ib/tools/cython/Cython/Compiler/ParseTreeTransforms.py | 1813 | name_node.entry = self.gen_node.def_node.gbody.local_scope.lookup(name_node.name) | STRING |
| CRITICAL | contrib/python/Pygments/py3/pygments/sphinxext.py | 87 | self.state.document.settings.record_dependencies.add(fn) | STRING |
| CRITICAL | contrib/python/Pygments/py2/pygments/sphinxext.py | 86 | self.state.document.settings.record_dependencies.add(fn) | STRING |
| CRITICAL | contrib/libs/llvm18/lib/Target/X86/X86LowerAMXType.cpp | 157 | // %117 = call x86_amx @llvm.x86.cast.vector.to.tile.v256i32(<256 x | COMMENT |
| CRITICAL | contrib/libs/llvm18/lib/Target/X86/X86LowerAMXType.cpp | 918 | // %43 = call <256 x i32> @llvm.x86.cast.tile.to.vector.v256i32(x86_amx %42) | COMMENT |
| CRITICAL | contrib/libs/llvm18/lib/Target/X86/X86LowerAMXType.cpp | 945 | // %66 = call x86_amx @llvm.x86.cast.vector.to.tile(<256 x i32> %65) | COMMENT |
| CRITICAL | contrib/libs/llvm18/lib/Target/X86/X86LowerAMXType.cpp | 995 | // %43 = call <256 x i32> @llvm.x86.cast.tile.to.vector(x86_amx %42) | COMMENT |
| CRITICAL | contrib/libs/llvm18/lib/Target/X86/X86LowerAMXType.cpp | 1019 | // %66 = call x86_amx @llvm.x86.cast.vector.to.tile(<256 x i32> %65) | COMMENT |
| CRITICAL | …ib/libs/llvm18/lib/Target/AArch64/SVEIntrinsicOpts.cpp | 88 | /// %2 = <vscale x 16 x i1> call @llvm.aarch64.sve.convert.to.svbool.nxv4i1(<vscale x 4 x i1> %1) | COMMENT |
| CRITICAL | …ib/libs/llvm18/lib/Target/AArch64/SVEIntrinsicOpts.cpp | 89 | /// %3 = <vscale x 8 x i1> call @llvm.aarch64.sve.convert.from.svbool.nxv8i1(<vscale x 16 x i1> %2) | COMMENT |
| CRITICAL | …libs/llvm18/lib/Transforms/ObjCARC/ObjCARCContract.cpp | 517 | // Remove calls to @llvm.objc.clang.arc.noop.use(...). | COMMENT |
| CRITICAL | contrib/libs/llvm18/lib/Transforms/IPO/OpenMPOpt.cpp | 2949 | // Match: 0 == llvm.nvvm.read.ptx.sreg.tid.x() | COMMENT |
| CRITICAL | …trib/libs/grpc/src/core/lib/promise/detail/seq_state.h | 996 | auto result = prior.prior.prior.prior.prior.current_promise(); | CODE |
| CRITICAL | …trib/libs/grpc/src/core/lib/promise/detail/seq_state.h | 1356 | auto result = prior.prior.prior.prior.prior.prior.current_promise(); | CODE |
| CRITICAL | …trib/libs/grpc/src/core/lib/promise/detail/seq_state.h | 1383 | auto result = prior.prior.prior.prior.prior.current_promise(); | CODE |
| CRITICAL | …trib/libs/grpc/src/core/lib/promise/detail/seq_state.h | 1777 | prior.prior.prior.prior.prior.prior.prior.current_promise(); | CODE |
| CRITICAL | …trib/libs/grpc/src/core/lib/promise/detail/seq_state.h | 1805 | auto result = prior.prior.prior.prior.prior.prior.current_promise(); | CODE |
| CRITICAL | …trib/libs/grpc/src/core/lib/promise/detail/seq_state.h | 1832 | auto result = prior.prior.prior.prior.prior.current_promise(); | CODE |
| CRITICAL | …trib/libs/grpc/src/core/lib/promise/detail/seq_state.h | 2260 | prior.prior.prior.prior.prior.prior.prior.prior.current_promise(); | CODE |
| CRITICAL | …trib/libs/grpc/src/core/lib/promise/detail/seq_state.h | 2290 | prior.prior.prior.prior.prior.prior.prior.current_promise(); | CODE |
| CRITICAL | …trib/libs/grpc/src/core/lib/promise/detail/seq_state.h | 2318 | auto result = prior.prior.prior.prior.prior.prior.current_promise(); | CODE |
| CRITICAL | …trib/libs/grpc/src/core/lib/promise/detail/seq_state.h | 2345 | auto result = prior.prior.prior.prior.prior.current_promise(); | CODE |
| CRITICAL | …forator/internal/symbolizer/proxy/server/microscope.go | 107 | s.c.MicroscopeConfig.Throttle.LimitWindow.String(), | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | util/system/execpath.h | 5 | // NOTE: This function has rare sporadic failures (throws exceptions) on FreeBSD. See REVIEW:54297 | COMMENT |
| LOW⚡ | contrib/tools/python3/Lib/encodings/idna.py | 82 | # Step 2: nameprep | COMMENT |
| LOW⚡ | contrib/tools/python3/Lib/encodings/idna.py | 85 | # Step 3: UseSTD3ASCIIRules is false | COMMENT |
| LOW⚡ | contrib/tools/python3/Lib/encodings/idna.py | 86 | # Step 4: try ASCII | COMMENT |
| LOW⚡ | contrib/tools/python3/Lib/encodings/idna.py | 100 | # Step 5: Check ACE prefix | COMMENT |
| LOW⚡ | contrib/tools/python3/Lib/encodings/idna.py | 105 | # Step 6: Encode with PUNYCODE | COMMENT |
| LOW⚡ | contrib/tools/python3/Lib/encodings/idna.py | 108 | # Step 7: Prepend ACE prefix | COMMENT |
| LOW⚡ | contrib/tools/python3/Lib/encodings/idna.py | 111 | # Step 8: Check size | COMMENT |
| LOW⚡ | contrib/tools/python3/Lib/encodings/idna.py | 141 | # Step 2: Perform nameprep | COMMENT |
| LOW⚡ | contrib/tools/python3/Lib/encodings/idna.py | 149 | # Step 3: Check for ACE prefix | COMMENT |
| LOW⚡ | contrib/tools/python3/Lib/encodings/idna.py | 154 | # Step 4: Remove ACE prefix | COMMENT |
| LOW⚡ | contrib/tools/python3/Lib/encodings/idna.py | 157 | # Step 5: Decode using PUNYCODE | COMMENT |
| LOW⚡ | contrib/tools/python3/Lib/encodings/idna.py | 164 | # Step 6: Apply ToASCII | COMMENT |
| LOW⚡ | contrib/tools/python3/Lib/encodings/idna.py | 167 | # Step 7: Compare the result of step 6 with the one of step 3 | COMMENT |
| LOW⚡ | contrib/tools/python3/Lib/encodings/idna.py | 173 | # Step 8: return the result of step 5 | COMMENT |
| LOW | contrib/tools/python3/Lib/encodings/idna.py | 68 | # Step 1: try ASCII | COMMENT |
| LOW | contrib/tools/python3/Lib/encodings/idna.py | 130 | # Step 1: Check for ASCII | COMMENT |
| LOW | contrib/tools/python3/Lib/email/header.py | 399 | # Step 1: Normalize the chunks so that all runs of identical charsets | STRING |
| LOW | contrib/tools/cython/Cython/Utility/TypeConversion.c | 466 | // NOTE: This function decrefs 'number' if a conversion happens to replace the original object. | COMMENT |
| LOW | contrib/tools/cython/Cython/Utility/TypeConversion.c | 515 | // NOTE: This function decrefs 'number' if a conversion happens to replace the original object. | COMMENT |
| LOW | contrib/go/_std_1.26/src/reflect/value.go | 686 | // NOTE: This function must be marked as a "wrapper" in the generated code, | COMMENT |
| LOW | contrib/go/_std_1.26/src/reflect/value.go | 943 | // NOTE: This function must be marked as a "wrapper" in the generated code, | COMMENT |
| LOW | contrib/go/_std_1.26/src/testing/cover.go | 34 | // NOTE: This function is internal to the testing infrastructure and may change. | COMMENT |
| LOW | contrib/restricted/abseil-cpp/absl/status/status.h | 523 | // NOTE: This function should only be called when converting to an associated | COMMENT |
| LOW | contrib/restricted/abseil-cpp/absl/status/status.h | 614 | // NOTE: This function does nothing if the Status is ok. | COMMENT |
| LOW | …rib/restricted/abseil-cpp/absl/status/status_builder.h | 597 | // NOTE: This function is `static` to prevent escaping the `this` pointer. We | COMMENT |
| LOW | …tricted/google/benchmark/include/benchmark/benchmark.h | 1248 | // NOTE: This function should only be used when *exact* iteration control is | COMMENT |
| LOW | …b/restricted/abseil-cpp-tstring/y_absl/status/status.h | 497 | // NOTE: This function should only be called when converting to an associated | COMMENT |
| LOW | …b/restricted/abseil-cpp-tstring/y_absl/status/status.h | 588 | // NOTE: This function does nothing if the Status is ok. | COMMENT |
| LOW | …ipython/py3/IPython/utils/_process_win32_controller.py | 445 | # WARNING: This is experimental, and produces inconsistent results. | COMMENT |
| LOW | …ipython/py2/IPython/utils/_process_win32_controller.py | 449 | # WARNING: This is experimental, and produces inconsistent results. | COMMENT |
| LOW⚡ | contrib/libs/llvm18/tools/bugpoint/FindBugs.cpp | 42 | // Step 1: Randomize the order of the optimizer passes. | COMMENT |
| LOW⚡ | contrib/libs/llvm18/tools/bugpoint/FindBugs.cpp | 47 | // Step 2: Run optimizer passes on the program and check for success. | COMMENT |
| LOW | contrib/libs/llvm18/tools/bugpoint/FindBugs.cpp | 64 | // Step 3: Compile the optimized code. | COMMENT |
| LOW | contrib/libs/llvm18/tools/bugpoint/FindBugs.cpp | 75 | // Step 4: Run the program and compare its output to the reference | COMMENT |
| LOW⚡ | contrib/libs/llvm18/include/llvm/ADT/BitVector.h | 618 | // Step 1: Word[0] >>= 4 ; 0x0ABBCCDD | COMMENT |
| LOW⚡ | contrib/libs/llvm18/include/llvm/ADT/BitVector.h | 619 | // Step 2: Word[0] |= 0x10000000 ; 0x1ABBCCDD | COMMENT |
| LOW⚡ | contrib/libs/llvm18/include/llvm/ADT/BitVector.h | 620 | // Step 3: Word[1] >>= 4 ; 0x0EEFF001 | COMMENT |
| LOW⚡ | contrib/libs/llvm18/include/llvm/ADT/BitVector.h | 621 | // Step 4: Word[1] |= 0x50000000 ; 0x5EEFF001 | COMMENT |
| LOW⚡ | contrib/libs/llvm18/include/llvm/ADT/BitVector.h | 622 | // Step 5: Word[2] >>= 4 ; 0x02334455 | COMMENT |
| LOW⚡ | contrib/libs/llvm18/include/llvm/ADT/BitVector.h | 668 | // Step 1: Word[2] <<= 4 ; 0x23344550 | COMMENT |
| LOW⚡ | contrib/libs/llvm18/include/llvm/ADT/BitVector.h | 669 | // Step 2: Word[2] |= 0x0000000E ; 0x2334455E | COMMENT |
| LOW⚡ | contrib/libs/llvm18/include/llvm/ADT/BitVector.h | 670 | // Step 3: Word[1] <<= 4 ; 0xEFF00110 | COMMENT |
| LOW⚡ | contrib/libs/llvm18/include/llvm/ADT/BitVector.h | 671 | // Step 4: Word[1] |= 0x0000000A ; 0xEFF0011A | COMMENT |
| LOW⚡ | contrib/libs/llvm18/include/llvm/ADT/BitVector.h | 672 | // Step 5: Word[0] <<= 4 ; 0xABBCCDD0 | COMMENT |
| LOW | …/llvm/Transforms/Vectorize/LoopVectorizationLegality.h | 352 | /// NOTE: This method must only be used before modifying the original scalar | COMMENT |
| LOW⚡ | …ntrib/libs/llvm18/utils/TableGen/GlobalISel/Patterns.h | 460 | /// Step 1: Check each pattern one by one. All patterns that pass through here | COMMENT |
| LOW⚡ | …ntrib/libs/llvm18/utils/TableGen/GlobalISel/Patterns.h | 465 | /// Step 2: Propagate all types. e.g. if one use of "$a" has type i32, make | COMMENT |
| LOW | …ntrib/libs/llvm18/lib/Target/PowerPC/PPCAsmPrinter.cpp | 933 | // Step 1: lwz %rt, .L$poff - .L$pb(%ri) | COMMENT |
| LOW | …ntrib/libs/llvm18/lib/Target/X86/X86CmovConversion.cpp | 422 | // Step 1: Calculate instruction depth and loop depth. | COMMENT |
| LOW | …ntrib/libs/llvm18/lib/Target/X86/X86CmovConversion.cpp | 495 | // Step 2: Check if Loop worth to be optimized. | COMMENT |
| LOW | …ntrib/libs/llvm18/lib/Target/X86/X86CmovConversion.cpp | 538 | // Step 3: Check for each CMOV-group-candidate if it worth to be optimized. | COMMENT |
| LOW | …m18/lib/Target/AArch64/AArch64SpeculationHardening.cpp | 668 | // Step 1: Enable automatic insertion of SpeculationSafeValue. | COMMENT |
| LOW | contrib/libs/llvm18/lib/CodeGen/StackColoring.cpp | 635 | // Step 1: collect markers and populate the "InterestingSlots" | COMMENT |
| LOW | contrib/libs/llvm18/lib/CodeGen/StackColoring.cpp | 719 | // Step 2: compute begin/end sets for each block | COMMENT |
| LOW | contrib/libs/llvm18/lib/CodeGen/LiveIntervalCalc.cpp | 49 | // Step 1: Create minimal live segments for every definition of Reg. | COMMENT |
| LOW | contrib/libs/llvm18/lib/CodeGen/LiveIntervalCalc.cpp | 90 | // Step 2: Extend live segments to all uses, constructing SSA form as | COMMENT |
| LOW⚡ | …lvm18/lib/Transforms/InstCombine/InstCombineAddSub.cpp | 445 | // Step 1: Expand the 1st addend into Opnd0_0 and Opnd0_1. | COMMENT |
| LOW⚡ | …lvm18/lib/Transforms/InstCombine/InstCombineAddSub.cpp | 452 | // Step 2: Expand the 2nd addend into Opnd1_0 and Opnd1_1. | COMMENT |
| LOW⚡ | …lvm18/lib/Transforms/InstCombine/InstCombineAddSub.cpp | 456 | // Step 3: Try to optimize Opnd0_0 + Opnd0_1 + Opnd1_0 + Opnd1_1 | COMMENT |
| 90 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | contrib/tools/swig/Source/Swig/symbol.c | 1265 | * The purpose of this function is to support complicated algorithms that need | COMMENT |
| LOW | contrib/tools/python3/Lib/configparser.py | 1214 | options is None, so we need to check if the value is a | STRING |
| LOW⚡ | contrib/tools/python3/Lib/encodings/idna.py | 82 | # Step 2: nameprep | COMMENT |
| LOW⚡ | contrib/tools/python3/Lib/encodings/idna.py | 85 | # Step 3: UseSTD3ASCIIRules is false | COMMENT |
| LOW⚡ | contrib/tools/python3/Lib/encodings/idna.py | 86 | # Step 4: try ASCII | COMMENT |
| LOW⚡ | contrib/tools/python3/Lib/encodings/idna.py | 100 | # Step 5: Check ACE prefix | COMMENT |
| LOW⚡ | contrib/tools/python3/Lib/encodings/idna.py | 105 | # Step 6: Encode with PUNYCODE | COMMENT |
| LOW⚡ | contrib/tools/python3/Lib/encodings/idna.py | 108 | # Step 7: Prepend ACE prefix | COMMENT |
| LOW⚡ | contrib/tools/python3/Lib/encodings/idna.py | 111 | # Step 8: Check size | COMMENT |
| LOW⚡ | contrib/tools/python3/Lib/encodings/idna.py | 141 | # Step 2: Perform nameprep | COMMENT |
| LOW⚡ | contrib/tools/python3/Lib/encodings/idna.py | 149 | # Step 3: Check for ACE prefix | COMMENT |
| LOW⚡ | contrib/tools/python3/Lib/encodings/idna.py | 154 | # Step 4: Remove ACE prefix | COMMENT |
| LOW⚡ | contrib/tools/python3/Lib/encodings/idna.py | 157 | # Step 5: Decode using PUNYCODE | COMMENT |
| LOW⚡ | contrib/tools/python3/Lib/encodings/idna.py | 164 | # Step 6: Apply ToASCII | COMMENT |
| LOW⚡ | contrib/tools/python3/Lib/encodings/idna.py | 167 | # Step 7: Compare the result of step 6 with the one of step 3 | COMMENT |
| LOW⚡ | contrib/tools/python3/Lib/encodings/idna.py | 173 | # Step 8: return the result of step 5 | COMMENT |
| LOW | contrib/tools/python3/Lib/encodings/idna.py | 68 | # Step 1: try ASCII | COMMENT |
| LOW | contrib/tools/python3/Lib/encodings/idna.py | 130 | # Step 1: Check for ASCII | COMMENT |
| LOW | contrib/tools/python3/Lib/email/header.py | 399 | # Step 1: Normalize the chunks so that all runs of identical charsets | STRING |
| LOW | contrib/tools/cython/Cython/Compiler/Optimize.py | 3057 | # The purpose of this function is to handle calls to instance.__class__() so that | COMMENT |
| LOW | contrib/go/_std_1.26/src/net/http/server.go | 1131 | // The purpose of this function is to provide more helpful error messages. | COMMENT |
| LOW | contrib/python/Pygments/py3/pygments/lexers/sql.py | 675 | # We need to check if there are any names using | COMMENT |
| LOW | contrib/python/Pygments/py2/pygments/lexers/sql.py | 566 | # We need to check if there are any names using | COMMENT |
| LOW | contrib/python/ipython/py3/IPython/core/guarded_eval.py | 492 | The purpose of this function is to guard against unwanted side-effects; | STRING |
| LOW | contrib/python/jedi/py3/jedi/evaluate/__init__.py | 156 | # Now we need to check if the names in the if_stmt match the | COMMENT |
| LOW⚡ | contrib/libs/llvm18/tools/bugpoint/FindBugs.cpp | 42 | // Step 1: Randomize the order of the optimizer passes. | COMMENT |
| LOW⚡ | contrib/libs/llvm18/tools/bugpoint/FindBugs.cpp | 47 | // Step 2: Run optimizer passes on the program and check for success. | COMMENT |
| LOW | contrib/libs/llvm18/tools/bugpoint/FindBugs.cpp | 64 | // Step 3: Compile the optimized code. | COMMENT |
| LOW | contrib/libs/llvm18/tools/bugpoint/FindBugs.cpp | 75 | // Step 4: Run the program and compare its output to the reference | COMMENT |
| LOW⚡ | contrib/libs/llvm18/include/llvm/ADT/BitVector.h | 618 | // Step 1: Word[0] >>= 4 ; 0x0ABBCCDD | COMMENT |
| LOW⚡ | contrib/libs/llvm18/include/llvm/ADT/BitVector.h | 619 | // Step 2: Word[0] |= 0x10000000 ; 0x1ABBCCDD | COMMENT |
| LOW⚡ | contrib/libs/llvm18/include/llvm/ADT/BitVector.h | 620 | // Step 3: Word[1] >>= 4 ; 0x0EEFF001 | COMMENT |
| LOW⚡ | contrib/libs/llvm18/include/llvm/ADT/BitVector.h | 621 | // Step 4: Word[1] |= 0x50000000 ; 0x5EEFF001 | COMMENT |
| LOW⚡ | contrib/libs/llvm18/include/llvm/ADT/BitVector.h | 622 | // Step 5: Word[2] >>= 4 ; 0x02334455 | COMMENT |
| LOW⚡ | contrib/libs/llvm18/include/llvm/ADT/BitVector.h | 668 | // Step 1: Word[2] <<= 4 ; 0x23344550 | COMMENT |
| LOW⚡ | contrib/libs/llvm18/include/llvm/ADT/BitVector.h | 669 | // Step 2: Word[2] |= 0x0000000E ; 0x2334455E | COMMENT |
| LOW⚡ | contrib/libs/llvm18/include/llvm/ADT/BitVector.h | 670 | // Step 3: Word[1] <<= 4 ; 0xEFF00110 | COMMENT |
| LOW⚡ | contrib/libs/llvm18/include/llvm/ADT/BitVector.h | 671 | // Step 4: Word[1] |= 0x0000000A ; 0xEFF0011A | COMMENT |
| LOW⚡ | contrib/libs/llvm18/include/llvm/ADT/BitVector.h | 672 | // Step 5: Word[0] <<= 4 ; 0xABBCCDD0 | COMMENT |
| LOW | …llvm/CodeGen/GlobalISel/LegalizationArtifactCombiner.h | 1267 | // TODO: Do we need to check if the resulting extract is supported? | COMMENT |
| LOW⚡ | …ntrib/libs/llvm18/utils/TableGen/GlobalISel/Patterns.h | 460 | /// Step 1: Check each pattern one by one. All patterns that pass through here | COMMENT |
| LOW⚡ | …ntrib/libs/llvm18/utils/TableGen/GlobalISel/Patterns.h | 465 | /// Step 2: Propagate all types. e.g. if one use of "$a" has type i32, make | COMMENT |
| LOW | …ntrib/libs/llvm18/lib/Target/PowerPC/PPCAsmPrinter.cpp | 933 | // Step 1: lwz %rt, .L$poff - .L$pb(%ri) | COMMENT |
| LOW | …rib/libs/llvm18/lib/Target/PowerPC/PPCISelLowering.cpp | 5005 | // apply SCO on this case. If it is not, then we need to check if callee needs | COMMENT |
| LOW | contrib/libs/llvm18/lib/Target/PowerPC/PPCInstrInfo.cpp | 4468 | // It is Imm, we need to check if the Imm fit the range. | COMMENT |
| LOW | contrib/libs/llvm18/lib/Target/PowerPC/PPCInstrInfo.cpp | 4819 | // As we get the Imm operand now, we need to check if the ImmMO meet | COMMENT |
| LOW | …arget/WebAssembly/WebAssemblyLowerEmscriptenEHSjLj.cpp | 1609 | // straight to Tail, we need to check if a longjmp occurred, and go to the | COMMENT |
| LOW | …vm18/lib/Target/WebAssembly/WebAssemblyCFGStackify.cpp | 1591 | // Also we need to check if the end marker instruction matches, because a | COMMENT |
| LOW | …ntrib/libs/llvm18/lib/Target/X86/X86CmovConversion.cpp | 422 | // Step 1: Calculate instruction depth and loop depth. | COMMENT |
| LOW | …ntrib/libs/llvm18/lib/Target/X86/X86CmovConversion.cpp | 495 | // Step 2: Check if Loop worth to be optimized. | COMMENT |
| LOW | …ntrib/libs/llvm18/lib/Target/X86/X86CmovConversion.cpp | 538 | // Step 3: Check for each CMOV-group-candidate if it worth to be optimized. | COMMENT |
| LOW | contrib/libs/llvm18/lib/Target/ARM/ARMISelDAGToDAG.cpp | 5579 | // Here we know the target is not M Class so we need to check if it is one | COMMENT |
| LOW | …ib/libs/llvm18/lib/Target/AArch64/AArch64InstrInfo.cpp | 8455 | // FIXME: Do we need to check if the code after this uses the value of LR? | COMMENT |
| LOW | …m18/lib/Target/AArch64/AArch64SpeculationHardening.cpp | 668 | // Step 1: Enable automatic insertion of SpeculationSafeValue. | COMMENT |
| LOW | …lvm18/lib/Target/AArch64/GISel/AArch64CallLowering.cpp | 755 | // When we tail call, we need to check if the callee's arguments | COMMENT |
| LOW | contrib/libs/llvm18/lib/CodeGen/BasicBlockSections.cpp | 185 | // This variable stores the section ID of the cluster containing eh_pads (if | COMMENT |
| LOW | contrib/libs/llvm18/lib/CodeGen/StackColoring.cpp | 635 | // Step 1: collect markers and populate the "InterestingSlots" | COMMENT |
| LOW | contrib/libs/llvm18/lib/CodeGen/StackColoring.cpp | 719 | // Step 2: compute begin/end sets for each block | COMMENT |
| LOW | contrib/libs/llvm18/lib/CodeGen/LiveIntervalCalc.cpp | 49 | // Step 1: Create minimal live segments for every definition of Reg. | COMMENT |
| LOW | contrib/libs/llvm18/lib/CodeGen/LiveIntervalCalc.cpp | 90 | // Step 2: Extend live segments to all uses, constructing SSA form as | COMMENT |
| 69 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …ython/testing/yatest_common/yatest/common/canonical.py | 73 | CODE | |
| LOW | …ython/testing/yatest_common/yatest/common/canonical.py | 142 | CODE | |
| LOW | …/python/testing/yatest_common/yatest/common/process.py | 476 | CODE | |
| LOW | …/python/testing/yatest_common/yatest/common/process.py | 694 | CODE | |
| LOW | …/python/testing/yatest_common/yatest/common/process.py | 94 | CODE | |
| LOW | library/python/testing/yatest_lib/ya.py | 30 | CODE | |
| LOW | contrib/tools/python3/Lib/tempfile.py | 538 | CODE | |
| LOW | contrib/tools/python3/Lib/tempfile.py | 611 | CODE | |
| LOW | contrib/tools/python3/Lib/tempfile.py | 693 | CODE | |
| LOW | contrib/tools/python3/Lib/lzma.py | 279 | CODE | |
| LOW | contrib/tools/python3/Lib/trace.py | 394 | CODE | |
| LOW | contrib/tools/python3/Lib/dis.py | 824 | CODE | |
| LOW | contrib/tools/python3/Lib/textwrap.py | 112 | CODE | |
| LOW | contrib/tools/python3/Lib/functools.py | 573 | CODE | |
| LOW | contrib/tools/python3/Lib/traceback.py | 1036 | CODE | |
| LOW | contrib/tools/python3/Lib/subprocess.py | 817 | CODE | |
| LOW | contrib/tools/python3/Lib/pydoc.py | 1406 | CODE | |
| LOW | contrib/tools/python3/Lib/ftplib.py | 711 | CODE | |
| LOW | contrib/tools/python3/Lib/optparse.py | 1178 | CODE | |
| LOW | contrib/tools/python3/Lib/configparser.py | 638 | CODE | |
| LOW | contrib/tools/python3/Lib/reprlib.py | 51 | CODE | |
| LOW | contrib/tools/python3/Lib/compileall.py | 48 | CODE | |
| LOW | contrib/tools/python3/Lib/compileall.py | 132 | CODE | |
| LOW | contrib/tools/python3/Lib/_pydatetime.py | 1687 | CODE | |
| LOW | contrib/tools/python3/Lib/_pydatetime.py | 1959 | CODE | |
| LOW | contrib/tools/python3/Lib/doctest.py | 1987 | CODE | |
| LOW | contrib/tools/python3/Lib/doctest.py | 2092 | CODE | |
| LOW | contrib/tools/python3/Lib/argparse.py | 831 | CODE | |
| LOW | contrib/tools/python3/Lib/argparse.py | 943 | CODE | |
| LOW | contrib/tools/python3/Lib/argparse.py | 1043 | CODE | |
| LOW | contrib/tools/python3/Lib/argparse.py | 1793 | CODE | |
| LOW | contrib/tools/python3/Lib/dataclasses.py | 383 | CODE | |
| LOW | contrib/tools/python3/Lib/dataclasses.py | 1325 | CODE | |
| LOW | contrib/tools/python3/Lib/dataclasses.py | 1538 | CODE | |
| LOW | contrib/tools/python3/Lib/tarfile.py | 977 | CODE | |
| LOW | contrib/tools/python3/Lib/tarfile.py | 1746 | CODE | |
| LOW | contrib/tools/python3/Lib/ssl.py | 748 | CODE | |
| LOW | contrib/tools/python3/Lib/_pydecimal.py | 3831 | CODE | |
| LOW | contrib/tools/python3/Lib/unittest/runner.py | 172 | CODE | |
| LOW | contrib/tools/python3/Lib/unittest/main.py | 66 | CODE | |
| LOW | contrib/tools/python3/Lib/unittest/mock.py | 444 | CODE | |
| LOW | contrib/tools/python3/Lib/unittest/mock.py | 463 | CODE | |
| LOW | contrib/tools/python3/Lib/unittest/mock.py | 1147 | CODE | |
| LOW | contrib/tools/python3/Lib/urllib/request.py | 1029 | CODE | |
| LOW | contrib/tools/python3/Lib/urllib/request.py | 1044 | CODE | |
| LOW | contrib/tools/python3/Lib/json/__init__.py | 120 | CODE | |
| LOW | contrib/tools/python3/Lib/json/__init__.py | 185 | CODE | |
| LOW | contrib/tools/python3/Lib/json/encoder.py | 265 | CODE | |
| LOW | contrib/tools/python3/Lib/json/encoder.py | 105 | CODE | |
| LOW | contrib/tools/python3/Lib/http/cookiejar.py | 885 | CODE | |
| LOW | contrib/tools/python3/Lib/xmlrpc/server.py | 799 | CODE | |
| LOW | contrib/tools/python3/Lib/xmlrpc/client.py | 492 | CODE | |
| LOW | contrib/tools/python3/Lib/xmlrpc/client.py | 1395 | CODE | |
| LOW | contrib/tools/python3/Lib/asyncio/events.py | 318 | CODE | |
| LOW | contrib/tools/python3/Lib/asyncio/events.py | 328 | CODE | |
| LOW | contrib/tools/python3/Lib/asyncio/events.py | 471 | CODE | |
| LOW | contrib/tools/python3/Lib/asyncio/base_events.py | 510 | CODE | |
| LOW | contrib/tools/python3/Lib/asyncio/base_events.py | 1063 | CODE | |
| LOW | contrib/tools/python3/Lib/asyncio/base_events.py | 1375 | CODE | |
| LOW | contrib/tools/python3/Lib/asyncio/base_events.py | 1529 | CODE | |
| 168 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | contrib/tools/python3/Lib/ipaddress.py | 29 | Take an IP string/int and return an object of the correct type. Args: address: A string or integer, the IP | STRING |
| HIGH | contrib/tools/python3/Lib/ipaddress.py | 58 | Take an IP string/int and return an object of the correct type. Args: address: A string or integer, the IP | STRING |
| HIGH | contrib/tools/python3/Lib/ipaddress.py | 87 | Take an IP string/int and return an object of the correct type. Args: address: A string or integer, the IP | STRING |
| HIGH | contrib/tools/python3/Lib/ipaddress.py | 121 | Represent an address as 4 packed bytes in network (big-endian) order. Args: address: An integer representat | STRING |
| HIGH | contrib/tools/python3/Lib/ipaddress.py | 305 | Collapse a list of IP objects. Example: collapse_addresses([IPv4Network('192.0.2.0/25'), | STRING |
| HIGH | contrib/tools/python3/Lib/ipaddress.py | 446 | Return prefix length from the bitwise netmask. Args: ip_int: An integer, the netmask in expanded bi | STRING |
| HIGH | contrib/tools/python3/Lib/ipaddress.py | 476 | Return prefix length from a numeric string Args: prefixlen_str: The string to be converted | STRING |
| HIGH | contrib/tools/python3/Lib/ipaddress.py | 501 | Turn a netmask/hostmask string into a prefix length Args: ip_str: The netmask/hostmask to be conver | STRING |
| HIGH | contrib/tools/python3/Lib/ipaddress.py | 797 | Remove an address from a larger block. For example: addr1 = ip_network('192.0.2.0/28') | STRING |
| HIGH | contrib/tools/python3/Lib/ipaddress.py | 872 | Compare two IP objects. This is only concerned about the comparison of the integer representation of th | STRING |
| HIGH | contrib/tools/python3/Lib/ipaddress.py | 930 | The subnets which join to make the current subnet. In the case that self contains only one IP (self._pr | STRING |
| HIGH | contrib/tools/python3/Lib/ipaddress.py | 983 | The supernet containing the current network. Args: prefixlen_diff: An integer, the amount the prefi | STRING |
| HIGH | contrib/tools/python3/Lib/ipaddress.py | 1189 | Turn the given IP string into an integer for comparison. Args: ip_str: A string, the IP ip_str. | STRING |
| HIGH | contrib/tools/python3/Lib/ipaddress.py | 1215 | Convert a decimal octet into an integer. Args: octet_str: A string, the number to parse. R | STRING |
| HIGH | contrib/tools/python3/Lib/ipaddress.py | 1663 | Turn an IPv6 ip_str into an integer. Args: ip_str: A string, the IPv6 ip_str. Returns: | STRING |
| HIGH | contrib/tools/python3/Lib/ipaddress.py | 1776 | Convert an IPv6 hextet string into an integer. Args: hextet_str: A string, the number to parse. | STRING |
| HIGH | contrib/tools/python3/Lib/ipaddress.py | 1850 | Turns a 128-bit integer into hexadecimal notation. Args: ip_int: An integer, the IP address. | STRING |
| HIGH | contrib/tools/python3/Lib/selectors.py | 22 | Return a file descriptor from a file object. Parameters: fileobj -- file object or file descriptor Returns | STRING |
| HIGH | contrib/tools/python3/Lib/selectors.py | 101 | Register a file object. Parameters: fileobj -- file object or file descriptor events -- events | STRING |
| HIGH | contrib/tools/python3/Lib/selectors.py | 124 | Unregister a file object. Parameters: fileobj -- file object or file descriptor Returns: | STRING |
| HIGH | contrib/tools/python3/Lib/selectors.py | 142 | Change a registered file object monitored events or attached data. Parameters: fileobj -- file object o | STRING |
| HIGH | contrib/tools/python3/Lib/getpass.py | 29 | Prompt for a password, with echo turned off. Args: prompt: Written on stream to ask for the input. Default: | STRING |
| HIGH | contrib/tools/python3/Lib/concurrent/futures/_base.py | 200 | An iterator over the given futures that yields each as it completes. Args: fs: The sequence of Futures (pos | STRING |
| HIGH | contrib/tools/python3/Lib/concurrent/futures/_base.py | 431 | Return the result of the call that the future represents. Args: timeout: The number of seconds to w | STRING |
| HIGH | contrib/tools/python3/Lib/concurrent/futures/_base.py | 468 | Return the exception raised by the call that the future represents. Args: timeout: The number of se | STRING |
| HIGH | contrib/tools/python3/Lib/concurrent/futures/_base.py | 590 | Returns an iterator equivalent to map(fn, iter). Args: fn: A callable that will take as many argume | STRING |
| HIGH | contrib/tools/python3/Lib/concurrent/futures/process.py | 816 | Returns an iterator equivalent to map(fn, iter). Args: fn: A callable that will take as many argume | STRING |
| HIGH | contrib/python/toml/py2/toml/decoder.py | 114 | Parses named file or files as toml and returns a dictionary Args: f: Path to the file to open, array of fil | STRING |
| HIGH | contrib/python/toml/py2/toml/decoder.py | 166 | Parses string as toml Args: s: String to be parsed _dict: (optional) Specifies the class of the ret | STRING |
| HIGH | contrib/python/toml/py2/toml/encoder.py | 13 | Writes out dict as toml to a file Args: o: Object to dump into toml f: File descriptor where the to | STRING |
| HIGH | contrib/python/toml/py2/toml/encoder.py | 35 | Stringifies input dict as toml Args: o: Object to dump into toml encoder: The ``TomlEncoder`` to us | STRING |
| HIGH | contrib/python/pytest/py3/_pytest/pytester.py | 795 | Create new text file(s) in the test directory. :param ext: The extension the file(s) should use, in | STRING |
| HIGH | …ib/python/executing/executing/_position_node_finder.py | 543 | match instruction Parameters: opnames: (str|Seq[str]): inst.opname has to be e | STRING |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | library/python/pytest/module_utils.py | 38 | # Check if path starts with parent | COMMENT |
| LOW | …/python/testing/yatest_common/yatest/common/process.py | 565 | # Open file or PIPE sentinel is supplied | COMMENT |
| LOW | library/python/runtime_py3/__res.py | 636 | # Check if file_path is a module | COMMENT |
| LOW | library/python/runtime_py3/__res.py | 640 | # Check if file_path is a package | COMMENT |
| LOW | contrib/tools/python3/Lib/dis.py | 551 | # Set argval to the dereferenced value of the argument when | COMMENT |
| LOW⚡ | contrib/tools/python3/Lib/_py_abc.py | 131 | # Check if it's a direct subclass | COMMENT |
| LOW⚡ | contrib/tools/python3/Lib/_py_abc.py | 135 | # Check if it's a subclass of a registered class (recursive) | COMMENT |
| LOW⚡ | contrib/tools/python3/Lib/_py_abc.py | 140 | # Check if it's a subclass of a subclass (recursive) | COMMENT |
| LOW | contrib/tools/python3/Lib/zipimport.py | 355 | # Check if there's a comment. | COMMENT |
| LOW | contrib/tools/python3/Lib/pyclbr.py | 143 | # Check if it is a built-in module; we don't do much for these. | COMMENT |
| LOW | contrib/tools/python3/Lib/heapq.py | 267 | # Set childpos to index of smaller child. | COMMENT |
| LOW | contrib/tools/python3/Lib/heapq.py | 303 | # Set childpos to index of larger child. | COMMENT |
| LOW | contrib/tools/python3/Lib/warnings.py | 306 | # Check if message is already a Warning object | COMMENT |
| LOW | contrib/tools/python3/Lib/warnings.py | 415 | # Print message and context | COMMENT |
| LOW⚡ | contrib/tools/python3/Lib/types.py | 292 | # Check if 'func' is a coroutine function. | COMMENT |
| LOW⚡ | contrib/tools/python3/Lib/types.py | 297 | # Check if 'func' is a generator function. | COMMENT |
| LOW | contrib/tools/python3/Lib/pdb.py | 216 | # Open the file each time because the file may be modified | COMMENT |
| LOW | contrib/tools/python3/Lib/poplib.py | 230 | # Check if the response has enough elements | COMMENT |
| LOW | contrib/tools/python3/Lib/plistlib.py | 683 | # Write file header | COMMENT |
| LOW | contrib/tools/python3/Lib/_osx_support.py | 412 | # Check if the SDK that is used during compilation actually exists, | COMMENT |
| LOW | contrib/tools/python3/Lib/compileall.py | 87 | # Check if this is a system where ProcessPoolExecutor can function. | COMMENT |
| LOW | contrib/tools/python3/Lib/doctest.py | 1804 | # Check if we should use diff. | STRING |
| LOW | contrib/tools/python3/Lib/doctest.py | 2201 | # Read the file, convert it to a test, and run it. | STRING |
| LOW | contrib/tools/python3/Lib/smtplib.py | 429 | # Check if multiline response. | COMMENT |
| LOW | contrib/tools/python3/Lib/graphlib.py | 170 | # Check if we know about this node (it was added previously using add() | COMMENT |
| LOW | contrib/tools/python3/Lib/tarfile.py | 1232 | # Check if one of the fields contains surrogate characters and thereby | COMMENT |
| LOW | contrib/tools/python3/Lib/tarfile.py | 1517 | # Check if the pax header contains a hdrcharset field. This tells us | COMMENT |
| LOW | contrib/tools/python3/Lib/typing.py | 1346 | # Check if any base that occurs after us in `bases` is either itself a | COMMENT |
| LOW | contrib/tools/python3/Lib/typing.py | 2165 | # Check if the members appears in the class dictionary... | COMMENT |
| LOW | contrib/tools/python3/Lib/ctypes/util.py | 156 | # Check if the given file is an elf file: gcc can report | COMMENT |
| LOW | contrib/tools/python3/Lib/ctypes/util.py | 329 | # Check if the given file is an elf file: gcc can report | COMMENT |
| LOW | contrib/tools/python3/Lib/ctypes/__init__.py | 148 | # Check if sizeof(ctypes_type) against struct.calcsize. This | COMMENT |
| LOW | contrib/tools/python3/Lib/unittest/mock.py | 454 | # Check if spec is an async object or function | COMMENT |
| LOW | contrib/tools/python3/Lib/urllib/parse.py | 936 | # Check if ' ' in string, where string may either be a str or bytes. If | COMMENT |
| LOW | contrib/tools/python3/Lib/zipfile/__init__.py | 496 | # Set these to zero because we write them after the file data | COMMENT |
| LOW | contrib/tools/python3/Lib/zipfile/__init__.py | 1377 | # Check if we were passed a file-like object | COMMENT |
| LOW | contrib/tools/python3/Lib/http/cookies.py | 438 | # Return the result | STRING |
| LOW | contrib/tools/python3/Lib/http/server.py | 644 | # Set this to HTTP/1.1 to enable automatic keepalive | COMMENT |
| LOW | …rib/tools/python3/Lib/importlib/_bootstrap_external.py | 1642 | # Check if the module is the name of a directory (and thus a package). | COMMENT |
| LOW | contrib/tools/python3/Lib/asyncio/streams.py | 641 | # Check if we now have enough data in the buffer for shortest | STRING |
| LOW | contrib/tools/python3/Lib/asyncio/tasks.py | 834 | # Check if 'fut' is cancelled first, as | COMMENT |
| LOW | contrib/tools/python3/Lib/asyncio/tasks.py | 853 | # Check if 'fut' is cancelled first, as 'fut.exception()' | COMMENT |
| LOW | contrib/tools/python3/Lib/asyncio/unix_events.py | 121 | # Set SA_RESTART to limit EINTR occurrences. | COMMENT |
| LOW | contrib/tools/python3/Lib/asyncio/unix_events.py | 1332 | # Set SA_RESTART to limit EINTR occurrences. | COMMENT |
| LOW | contrib/tools/cython/Cython/StringIOTree.py | 128 | # Print the result of allmarkers in a nice human-readable form. Use it only for debugging. | STRING |
| LOW | contrib/tools/cython/Cython/Tests/xmlrunner.py | 368 | # Print results | COMMENT |
| LOW | contrib/tools/cython/Cython/Debugger/Cygdb.py | 94 | # Check if the Python executable provides a symbol table. | COMMENT |
| LOW | …/cython/Cython/Debugger/Tests/test_libcython_in_gdb.py | 535 | # Check if the Python executable provides a symbol table. | STRING |
| LOW | contrib/tools/cython/Cython/Compiler/ExprNodes.py | 5020 | # Assign indices to temps of at least (s)size_t to allow further index calculations. | COMMENT |
| LOW | contrib/python/packaging/py3/packaging/metadata.py | 626 | # Check if content-type is valid or defaulted to `text/plain` and thus was | COMMENT |
| LOW⚡ | contrib/python/py/py3/py/_code/_assertionnew.py | 281 | # Check if the attr is from an instance. | COMMENT |
| LOW⚡ | contrib/python/py/py2/py/_code/_assertionnew.py | 281 | # Check if the attr is from an instance. | COMMENT |
| LOW | contrib/python/attrs/py3/attr/_make.py | 746 | # Check if the pre init method has more arguments than just `self` | COMMENT |
| LOW | contrib/python/Pygments/py3/pygments/lexers/modula2.py | 1301 | # Set lexer to a specified dialect | COMMENT |
| LOW | contrib/python/Pygments/py3/pygments/lexers/modula2.py | 1566 | # Check if this looks like Pascal, if not, bail out early | COMMENT |
| LOW | contrib/python/Pygments/py3/pygments/lexers/sql.py | 346 | # Check if this is the end of the command | COMMENT |
| LOW | contrib/python/Pygments/py3/pygments/formatters/html.py | 49 | # Check if the color can be shortened from 6 to 3 characters | COMMENT |
| LOW | contrib/python/Pygments/py2/pygments/lexers/modula2.py | 1302 | # Set lexer to a specified dialect | COMMENT |
| LOW | contrib/python/Pygments/py2/pygments/lexers/sql.py | 336 | # Check if this is the end of the command | COMMENT |
| LOW | contrib/python/python-dateutil/py3/dateutil/rrule.py | 849 | # Output results | COMMENT |
| 42 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | library/cpp/getopt/small/posix_getopt.h | 3 | // implementation of posix getopt using last getopt for demonstration purposes | COMMENT |
| LOW | contrib/tools/yasm/libyasm/expr.c | 654 | * But don't forget to subtract one for the expr itself! | COMMENT |
| MEDIUM | contrib/tools/python3/Python/hamt.c | 408 | Also it's worth noting that it would be possible to adapt the tree | CODE |
| LOW | contrib/tools/python3/Objects/exceptions.c | 36 | /* NOTE: If the exception class hierarchy changes, don't forget to update | COMMENT |
| MEDIUM | contrib/tools/python3/Lib/heapq.py | 253 | # you can use it. | COMMENT |
| LOW | contrib/tools/python3/Lib/quopri.py | 93 | # Don't forget to include the soft line break `=' sign in the | COMMENT |
| MEDIUM | contrib/tools/python3/Lib/ntpath.py | 402 | # XXX With COMMAND.COM you can use any characters in a variable name, | COMMENT |
| MEDIUM | contrib/tools/python3/Lib/urllib/request.py | 1730 | # Undocumented feature: you can use a different | COMMENT |
| LOW | contrib/tools/python3/Modules/arraymodule.c | 650 | * Don't forget to update typecode_to_mformat_code() if you add a new | COMMENT |
| LOW | contrib/tools/python/src/Include/boolobject.h | 17 | Don't forget to apply Py_INCREF() when returning either!!! */ | CODE |
| LOW | contrib/tools/python/src/Include/object.h | 871 | Don't forget to apply Py_INCREF() when returning this value!!! | CODE |
| LOW | contrib/tools/python/src/Include/token.h | 63 | /* Don't forget to update the table _PyParser_TokenNames in tokenizer.c! */ | COMMENT |
| LOW | contrib/tools/python/src/Objects/exceptions.c | 14 | /* NOTE: If the exception class hierarchy changes, don't forget to update | COMMENT |
| MEDIUM | contrib/tools/python/src/Modules/xxsubtype.c | 99 | PyDoc_STR("an int variable for demonstration purposes")}, | CODE |
| MEDIUM | contrib/tools/python/src/Modules/xxsubtype.c | 190 | PyDoc_STR("an int variable for demonstration purposes")}, | CODE |
| MEDIUM | contrib/tools/cython/Cython/Build/IpythonMagic.py | 122 | in the user's namespace, here is a simple example that returns | STRING |
| LOW | contrib/tools/cython/Cython/Compiler/Code.py | 575 | # Don't forget to add the last utility code | COMMENT |
| LOW | …td_1.26/src/net/http/internal/httpcommon/httpcommon.go | 554 | // but this ensures we don't forget to include a CountError reason. | COMMENT |
| MEDIUM | contrib/go/_std_1.26/src/net/rpc/server.go | 58 | Here is a simple example. A server wishes to export an object of type Arith: | CODE |
| MEDIUM | contrib/go/_std_1.26/src/runtime/arena.go | 744 | // assist the GC proportionally (and it's worth noting that the arena | COMMENT |
| MEDIUM | contrib/go/_std_1.26/src/runtime/metrics/doc.go | 39 | As mentioned earlier, metric keys are strings. Their format is simple and well-defined, | CODE |
| MEDIUM | contrib/go/_std_1.26/src/os/file.go | 16 | // Here is a simple example, opening a file and reading some of it. | COMMENT |
| MEDIUM | contrib/go/_std_1.26/src/text/template/doc.go | 463 | constant. Here is a simple example: | CODE |
| LOW | contrib/python/packaging/py3/packaging/markers.py | 342 | # added here, make sure to mirror/adapt Requirement. | COMMENT |
| LOW | contrib/python/wcwidth/py3/wcwidth/__init__.py | 52 | __version__ = '0.7.0' # don't forget to also update pyproject.toml:version | CODE |
| LOW | contrib/python/wcwidth/py3/wcwidth/__init__.py | 52 | __version__ = '0.7.0' # don't forget to also update pyproject.toml:version | CODE |
| MEDIUM | contrib/python/attrs/py3/attr/_funcs.py | 482 | # Return the class so you can use it as a decorator too. | COMMENT |
| MEDIUM | contrib/python/attrs/py2/attr/_funcs.py | 394 | # Return the class so you can use it as a decorator too. | COMMENT |
| MEDIUM | contrib/python/Pygments/py3/pygments/lexers/crystal.py | 240 | # there so that you can use the ternary operator. | STRING |
| LOW | contrib/python/Pygments/py3/pygments/lexers/perl.py | 596 | # them, make sure you also process the corresponding one! | COMMENT |
| MEDIUM | contrib/python/Pygments/py3/pygments/lexers/ruby.py | 292 | # there so that you can use the ternary operator. | COMMENT |
| MEDIUM | contrib/python/Pygments/py2/pygments/lexers/crystal.py | 271 | # there so that you can use the ternary operator. | STRING |
| LOW | contrib/python/Pygments/py2/pygments/lexers/perl.py | 487 | # them, make sure you also process the corresponding one! | COMMENT |
| MEDIUM | contrib/python/Pygments/py2/pygments/lexers/ruby.py | 290 | # there so that you can use the ternary operator. | COMMENT |
| LOW | contrib/python/pytest/py2/_pytest/outcomes.py | 163 | # make sure to ignore ImportWarnings that might happen because | COMMENT |
| LOW⚡ | contrib/python/ipython/py3/IPython/__init__.py | 28 | # Don't forget to also update setup.py when this changes! | COMMENT |
| MEDIUM | contrib/python/ipython/py3/IPython/core/formatters.py | 637 | how to write pretty printers. Here is a simple example:: | STRING |
| LOW | …ntrib/python/ipython/py3/IPython/core/inputsplitter.py | 266 | # it works. If anyone tries to change this logic, make sure to validate | COMMENT |
| LOW | contrib/python/ipython/py3/IPython/core/magics/code.py | 571 | close it (don't forget to save it!). | STRING |
| MEDIUM | contrib/python/ipython/py3/IPython/terminal/embed.py | 368 | Here is a simple example:: | STRING |
| MEDIUM | contrib/python/ipython/py3/IPython/lib/latextools.py | 39 | # unicode pretty printing is used, you can use ["matplotlib"]. | COMMENT |
| LOW⚡ | contrib/python/ipython/py2/IPython/__init__.py | 31 | # Don't forget to also update setup.py when this changes! | COMMENT |
| MEDIUM | contrib/python/ipython/py2/IPython/core/formatters.py | 566 | how to write pretty printers. Here is a simple example:: | STRING |
| LOW | …ntrib/python/ipython/py2/IPython/core/inputsplitter.py | 125 | # it works. If anyone tries to change this logic, make sure to validate | COMMENT |
| LOW | contrib/python/ipython/py2/IPython/core/magics/code.py | 561 | close it (don't forget to save it!). | STRING |
| MEDIUM | contrib/python/ipython/py2/IPython/terminal/embed.py | 348 | Here is a simple example:: | STRING |
| MEDIUM | contrib/python/ipython/py2/IPython/lib/latextools.py | 41 | # unicode pretty printing is used, you can use ["matplotlib"]. | COMMENT |
| LOW | contrib/python/jedi/py3/jedi/evaluate/finder.py | 102 | # make sure to exclude the function/class name. | COMMENT |
| LOW | contrib/python/pexpect/py3/pexpect/pxssh.py | 338 | # SSH tunnels, make sure you know what you're putting into the lists | COMMENT |
| LOW | contrib/python/pexpect/py2/pexpect/pxssh.py | 338 | # SSH tunnels, make sure you know what you're putting into the lists | COMMENT |
| LOW | …b/python/prompt-toolkit/py3/prompt_toolkit/renderer.py | 189 | # (Also make sure to clip the height to the size of the output.) | COMMENT |
| LOW | …b/python/prompt-toolkit/py3/prompt_toolkit/renderer.py | 402 | # In case of Windows, also make sure to scroll to the current cursor | COMMENT |
| LOW | …b/python/prompt-toolkit/py3/prompt_toolkit/__init__.py | 31 | # Don't forget to update in `docs/conf.py`! | COMMENT |
| LOW | …b/python/prompt-toolkit/py3/prompt_toolkit/document.py | 104 | # By default, if no cursor position was given, make sure to put the | COMMENT |
| LOW | …rib/python/prompt-toolkit/py3/prompt_toolkit/search.py | 115 | # If we're in Vi mode, make sure to go into insert mode. | COMMENT |
| LOW | …n/prompt-toolkit/py3/prompt_toolkit/lexers/pygments.py | 152 | Note: Don't forget to also load a Pygments compatible style. E.g.:: | STRING |
| LOW | …oolkit/py3/prompt_toolkit/key_binding/key_processor.py | 211 | (Don't forget to call `process_keys` in order to process the queue.) | STRING |
| LOW | …-toolkit/py3/prompt_toolkit/application/application.py | 855 | self.future = f # XXX: make sure to set this before calling '_redraw'. | CODE |
| LOW | …b/python/prompt-toolkit/py2/prompt_toolkit/renderer.py | 134 | # (Also make sure to clip the height to the size of the output.) | COMMENT |
| LOW | …b/python/prompt-toolkit/py2/prompt_toolkit/renderer.py | 290 | # In case of Windown, also make sure to scroll to the current cursor | COMMENT |
| 12 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | …tools/python3/Include/internal/pycore_global_strings.h | 784 | /* End auto-generated code */ | COMMENT |
| HIGH | …hon3/Include/internal/pycore_unicodeobject_generated.h | 2976 | /* End auto-generated code */ | COMMENT |
| HIGH | …thon3/Include/internal/pycore_runtime_init_generated.h | 1546 | /* End auto-generated code */ | COMMENT |
| HIGH | …nclude/internal/pycore_global_objects_fini_generated.h | 1549 | /* End auto-generated code */ | COMMENT |
| HIGH | contrib/tools/python3/Lib/subprocess.py | 258 | # which is calling `CloseHandle` as requested in [1]), so there is nothing | COMMENT |
| HIGH | contrib/go/_std_1.26/src/fmt/print.go | 413 | // not, as requested, by temporarily setting the sharp flag. | COMMENT |
| HIGH | …/llvm18/lib/DWARFLinker/Parallel/DependencyTracker.cpp | 389 | // c) set as requested. | COMMENT |
| HIGH | …rib/libs/llvm18/lib/Target/PowerPC/PPCISelLowering.cpp | 4016 | // ByVal parameters are aligned as requested. | COMMENT |
| HIGH | …/lib/Target/AArch64/MCTargetDesc/AArch64AsmBackend.cpp | 508 | // We are properly aligned, so write NOPs as requested. | COMMENT |
| HIGH | contrib/libs/llvm18/lib/Target/BPF/BTFDebug.cpp | 1246 | /// On-demand populate types as requested from abstract member | COMMENT |
| HIGH | …ib/libs/llvm18/lib/CodeGen/ExpandVectorPredication.cpp | 797 | /// Expand llvm.vp.* intrinsics as requested by \p TTI. | COMMENT |
| HIGH | contrib/libs/llvm18/lib/Transforms/IPO/Attributor.cpp | 2602 | // Rewrite the functions as requested during manifest. | COMMENT |
| HIGH | contrib/libs/linux-headers/linux/netlink.h | 67 | #define NLM_F_DUMP_FILTERED 0x20 /* Dump was filtered as requested */ | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | contrib/tools/python3/Lib/imaplib.py | 1189 | # I'll update the code in `_get_response()'. | COMMENT |
| HIGH | contrib/libs/llvm18/include/llvm/CodeGen/LiveInterval.h | 20 | // that v is live at i'. In this implementation ranges can have holes, | COMMENT |
| HIGH | contrib/libs/llvm18/include/llvm/Support/SuffixTree.h | 27 | // In this implementation, a "string" is a vector of unsigned integers. | COMMENT |
| HIGH | contrib/libs/llvm18/lib/CodeGen/StackColoring.cpp | 188 | // In this implementation, we successively merge pairs of slots that are | COMMENT |
| HIGH | contrib/libs/llvm18/lib/CodeGen/LiveInterval.cpp | 13 | // that v is live at i'. In this implementation ranges can have holes, | COMMENT |
| HIGH | …m18/lib/Transforms/Instrumentation/MemorySanitizer.cpp | 75 | /// In this implementation, every atomically accessed location in the program | COMMENT |
| HIGH | contrib/libs/libunwind/src/Unwind-EHABI.cpp | 469 | // In this implementation, the phases don't share the VRS backing store. | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | library/cpp/charset/ci_string.h | 65 | // TODO: implement properly in TString via enum ECaseSensitivity | COMMENT |
| LOW | contrib/tools/python3/Python/ceval.c | 62 | // TODO: implement Py_DECREF macro for Py_GIL_DISABLED | COMMENT |
| LOW | contrib/tools/python3/Include/internal/pycore_object.h | 272 | // TODO: implement Py_DECREF specializations for Py_GIL_DISABLED build | COMMENT |
| LOW | contrib/tools/python3/Objects/genericaliasobject.c | 359 | if (PyType_Check(arg)) { // TODO: Add test | CODE |
| LOW | contrib/tools/python3/Objects/mimalloc/options.c | 500 | // TODO: implement ourselves to reduce dependencies on the C runtime | COMMENT |
| LOW | contrib/tools/cython/Cython/Compiler/Parsing.py | 611 | # TODO: implement a faster way to join tuples than creating each one and adding them | COMMENT |
| LOW | contrib/tools/cython/Cython/Compiler/ExprNodes.py | 7996 | # TODO: implement writable C-properties? | COMMENT |
| LOW | contrib/tools/cython/Cython/Compiler/ExprNodes.py | 14005 | # TODO: implement this for other types. | COMMENT |
| LOW | contrib/tools/cython_py2/Cython/Utility/AsyncGen.c | 64 | // TODO: implement finalizer support in older Python versions | COMMENT |
| LOW | contrib/go/_std_1.26/src/net/http/h2_bundle.go | 4078 | // TODO: implement | COMMENT |
| LOW | contrib/python/python-libarchive/py3/libarchive/tar.py | 114 | pass # TODO: implement this. | CODE |
| LOW | …ompt_toolkit/contrib/regular_languages/regex_parser.py | 261 | # TODO: implement! | COMMENT |
| LOW | …-toolkit/py3/prompt_toolkit/key_binding/bindings/vi.py | 628 | def _change_current_line(event: E) -> None: # TODO: implement 'arg' | CODE |
| LOW | …ompt_toolkit/contrib/regular_languages/regex_parser.py | 244 | # TODO: implement! | COMMENT |
| LOW | …-toolkit/py2/prompt_toolkit/key_binding/bindings/vi.py | 506 | def _(event): # TODO: implement 'arg' | CODE |
| LOW | contrib/libs/llvm18/tools/llvm-objdump/llvm-objdump.cpp | 1143 | // TODO: implement for other file formats. | COMMENT |
| LOW | …lvm18/include/llvm/CodeGen/GlobalISel/CombinerHelper.h | 697 | /// TODO: implement dynamically sized inline memcpy, | COMMENT |
| LOW | contrib/libs/llvm18/include/llvm/Support/ScaledNumber.h | 663 | // TODO: implement directly, rather than relying on inverse. Inverse is | COMMENT |
| LOW | contrib/libs/llvm18/include/llvm/XRay/Graph.h | 340 | // TODO: implement constructor to enable Graph Initialisation.\ | COMMENT |
| LOW | contrib/libs/llvm18/lib/Analysis/MemoryBuiltins.cpp | 1165 | // TODO: implement evaluation of strdup/strndup | COMMENT |
| LOW | contrib/libs/llvm18/lib/Target/ARM/ARMISelLowering.cpp | 3768 | // TODO: implement the "local dynamic" model | COMMENT |
| LOW | …ntrib/libs/llvm18/lib/Transforms/IPO/FunctionAttrs.cpp | 407 | // TODO: implement addNoAliasAttrs once | COMMENT |
| LOW | …ibs/llvm18/lib/Transforms/IPO/AttributorAttributes.cpp | 12683 | // TODO: implement case for malloc like instructions | COMMENT |
| LOW | …ibs/llvm18/lib/Transforms/IPO/AttributorAttributes.cpp | 12731 | // TODO: implement for multiple bins | COMMENT |
| LOW | …/llvm18/lib/Transforms/Scalar/DeadStoreElimination.cpp | 2192 | // TODO: implement tryToMergeParialOverlappingStores using MemorySSA. | COMMENT |
| LOW | …libs/llvm18/lib/Transforms/Vectorize/SLPVectorizer.cpp | 2510 | // TODO: implement matching if the nodes are just reordered, still can | COMMENT |
| LOW | contrib/libs/mimalloc/src/options.c | 450 | // TODO: implement ourselves to reduce dependencies on the C runtime | COMMENT |
| LOW | contrib/libs/cxxsupp/openmp/kmp_dispatch.cpp | 2141 | // TODO: implement count | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …ib/tools/python3/Include/internal/pycore_parking_lot.h | 53 | // Example usage: | COMMENT |
| LOW | …ib/tools/python3/Include/internal/pycore_parking_lot.h | 82 | // Example usage: | COMMENT |
| LOW | …ntrib/tools/python3/Include/cpython/critical_section.h | 60 | // Example usage: | COMMENT |
| LOW | contrib/tools/python3/Lib/zipfile/__init__.py | 657 | # Usage: | COMMENT |
| LOW | contrib/go/_std_1.26/src/database/sql/sql.go | 107 | // Example usage: | COMMENT |
| LOW | contrib/go/_std_1.26/src/database/sql/sql.go | 473 | // Example usage: | COMMENT |
| LOW | contrib/go/_std_1.26/src/database/sql/sql.go | 2872 | // Example usage: | COMMENT |
| LOW | …tricted/abseil-cpp/absl/strings/resize_and_overwrite.h | 31 | // Example usage: | COMMENT |
| LOW | …ted/abseil-cpp/absl/strings/internal/generic_printer.h | 46 | // Example usage: | COMMENT |
| LOW | …ted/abseil-cpp/absl/strings/internal/generic_printer.h | 85 | // Example usage: | COMMENT |
| LOW | …rib/restricted/abseil-cpp/absl/synchronization/mutex.h | 180 | // Example usage: | COMMENT |
| LOW | contrib/restricted/abseil-cpp/absl/hash/internal/hash.h | 171 | // Example usage: | COMMENT |
| LOW | …cted/abseil-cpp/absl/debugging/internal/vdso_support.h | 30 | // Example usage: | COMMENT |
| LOW | …ib/restricted/abseil-cpp/absl/meta/internal/requires.h | 30 | // Example usage: | COMMENT |
| LOW | …restricted/abseil-cpp/absl/base/internal/raw_logging.h | 39 | // Usage example: | COMMENT |
| LOW | …cted/abseil-cpp-tstring/y_absl/synchronization/mutex.h | 168 | // Example usage: | COMMENT |
| LOW | …tricted/abseil-cpp-tstring/y_absl/hash/internal/hash.h | 114 | // Example usage: | COMMENT |
| LOW | …l-cpp-tstring/y_absl/debugging/internal/vdso_support.h | 30 | // Example usage: | COMMENT |
| LOW | …/abseil-cpp-tstring/y_absl/base/internal/raw_logging.h | 39 | // Usage example: | COMMENT |
| LOW | contrib/libs/linuxvdso/original/vdso_support.h | 48 | // Example usage: | COMMENT |
| LOW | contrib/libs/llvm18/include/llvm/ADT/Bitfields.h | 31 | /// Usage example | COMMENT |
| LOW | …/llvm18/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h | 150 | /// Usage example: | COMMENT |
| LOW | contrib/libs/tcmalloc/tcmalloc/internal/prefetch.h | 50 | // Example usage: | COMMENT |
| LOW | …ntrib/libs/grpc/src/core/lib/gprpp/validation_errors.h | 38 | // Example usage: | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | contrib/tools/cython/Cython/Debugger/libpython.py | 2139 | CODE | |
| MEDIUM | contrib/tools/cython/Cython/Debugger/libpython.py | 2141 | CODE | |
| MEDIUM | …/cython/Cython/Debugger/Tests/test_libcython_in_gdb.py | 449 | CODE | |
| MEDIUM | …/cython/Cython/Debugger/Tests/test_libcython_in_gdb.py | 456 | CODE | |
| MEDIUM | …/cython/Cython/Debugger/Tests/test_libcython_in_gdb.py | 457 | CODE | |
| MEDIUM | contrib/python/attrs/py2/attr/_compat.py | 163 | CODE | |
| MEDIUM | contrib/python/Pygments/py2/pygments/formatters/irc.py | 97 | CODE | |
| MEDIUM | contrib/python/ipython/py3/IPython/core/completer.py | 1755 | CODE | |
| MEDIUM | contrib/python/ipython/py3/IPython/core/completer.py | 1763 | CODE | |
| MEDIUM | …/python/setuptools/py2/setuptools/_vendor/pyparsing.py | 4203 | CODE | |
| MEDIUM | …/python/setuptools/py2/setuptools/_vendor/pyparsing.py | 4204 | CODE | |
| MEDIUM | …/python/setuptools/py2/setuptools/_vendor/pyparsing.py | 4205 | CODE | |
| MEDIUM | …/python/setuptools/py2/setuptools/_vendor/pyparsing.py | 4212 | CODE | |
| MEDIUM | …thon/setuptools/py2/pkg_resources/_vendor/pyparsing.py | 4203 | CODE | |
| MEDIUM | …thon/setuptools/py2/pkg_resources/_vendor/pyparsing.py | 4204 | CODE | |
| MEDIUM | …thon/setuptools/py2/pkg_resources/_vendor/pyparsing.py | 4205 | CODE | |
| MEDIUM | …thon/setuptools/py2/pkg_resources/_vendor/pyparsing.py | 4212 | CODE | |
| MEDIUM | contrib/deprecated/python/enum34/enum/__init__.py | 733 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | contrib/tools/m4/src/builtin.c | 151 | { "placeholder", true, false, false, m4_placeholder }, | CODE |
| LOW | contrib/go/_std_1.26/src/html/template/attr.go | 98 | "placeholder": contentTypePlain, | CODE |
| LOW | contrib/python/Pygments/py3/pygments/lexers/perl.py | 332 | 'pick','pickpairs','pid','placeholder','plan','plus','polar','poll', | CODE |
| LOW | contrib/python/pexpect/py3/pexpect/pty_spawn.py | 51 | child = pexpect.spawn('/usr/bin/ssh', ['user@example.com']) | STRING |
| LOW | contrib/python/pexpect/py2/pexpect/pty_spawn.py | 51 | child = pexpect.spawn('/usr/bin/ssh', ['user@example.com']) | STRING |
| LOW | …/prompt-toolkit/py3/prompt_toolkit/shortcuts/prompt.py | 368 | "placeholder", | CODE |
| LOW | contrib/libs/jemalloc/src/prof_recent.c | 85 | * "placeholder"; the real recording of the allocation requires a lock | COMMENT |
| LOW | contrib/libs/zstd/programs/lorem.h | 11 | /* lorem ipsum generator */ | COMMENT |
| LOW | contrib/libs/zstd/programs/lorem.h | 17 | * Generate @size bytes of compressible data using lorem ipsum generator | COMMENT |
| LOW | contrib/libs/zstd/programs/benchzstd.h | 128 | * if @compressibility < 0.0, uses the lorem ipsum generator | COMMENT |
| LOW | contrib/libs/zstd/programs/README.md | 133 | If no file is provided, the benchmark will use a procedurally generated "lorem ipsum" content. | CODE |
| LOW | contrib/libs/zstd/programs/benchzstd.c | 1015 | name = "Lorem ipsum"; | CODE |
| LOW⚡ | contrib/libs/zstd/programs/lorem.c | 13 | * This is a very simple lorem ipsum generator | COMMENT |
| LOW⚡ | contrib/libs/zstd/programs/lorem.c | 20 | * The resulting compression / ratio curve of the lorem ipsum generator | COMMENT |
| LOW⚡ | contrib/libs/zstd/programs/lorem.c | 25 | * The compression ratio achievable on the generated lorem ipsum | COMMENT |
| LOW | contrib/libs/zstd/programs/lorem.c | 240 | /* It's "common" for lorem ipsum generators to start with the same first | COMMENT |
| LOW | contrib/libs/zstd/programs/zstdcli.c | 872 | double compressibility = -1.0; /* lorem ipsum generator */ | CODE |
| LOW | contrib/libs/openssl/crypto/hmac/hmac.c | 217 | static const unsigned char dummy_key[1] = {'\0'}; | CODE |
| LOW | contrib/libs/openssl/crypto/hmac/hmac.c | 226 | key = dummy_key; | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | contrib/tools/python3/Lib/socketserver.py | 276 | def handle_request(self): | CODE |
| LOW | contrib/tools/python3/Lib/contextlib.py | 304 | def helper(*args, **kwds): | CODE |
| LOW | contrib/tools/python3/Lib/contextlib.py | 337 | def helper(*args, **kwds): | CODE |
| LOW⚡ | contrib/tools/python3/Lib/multiprocessing/managers.py | 229 | def handle_request(self, conn): | CODE |
| LOW | contrib/tools/python3/Lib/xmlrpc/server.py | 679 | def handle_request(self, request_text=None): | CODE |
| LOW | contrib/python/pytest/py3/_pytest/junitxml.py | 294 | def test_function(record_property): | STRING |
| LOW | contrib/python/pytest/py3/_pytest/mark/structures.py | 280 | def test_function(): | STRING |
| LOW | contrib/python/pytest/py3/_pytest/mark/structures.py | 508 | def test_function(): | STRING |
| LOW | contrib/python/pytest/py3/_pytest/assertion/rewrite.py | 793 | def helper(self, name: str, *args: ast.expr) -> ast.expr: | CODE |
| LOW | contrib/python/pytest/py2/_pytest/junitxml.py | 315 | def test_function(record_property): | STRING |
| LOW | contrib/python/pytest/py2/_pytest/mark/structures.py | 194 | def test_function(): | STRING |
| LOW | contrib/python/pytest/py2/_pytest/mark/structures.py | 297 | def test_function(): | STRING |
| LOW | contrib/python/pytest/py2/_pytest/assertion/rewrite.py | 739 | def helper(self, name, *args): | CODE |
| LOW | contrib/python/contextlib2/py3/contextlib2/__init__.py | 298 | def helper(*args, **kwds): | CODE |
| LOW | contrib/python/contextlib2/py3/contextlib2/__init__.py | 331 | def helper(*args, **kwds): | CODE |
| LOW | contrib/python/contextlib2/py2/contextlib2.py | 214 | def helper(*args, **kwds): | CODE |