Grammars written for ANTLR v4; expectation that the grammars are free of actions.
This report presents the forensic synthetic code analysis of antlr/grammars-v4, a ANTLR project with 11,048 GitHub stars. SynthScan v2.0 examined 1,326,516 lines of code across 12658 source files, recording 3486 pattern matches distributed across 22 syntactic categories. The overall adjusted score of 3.2 places this repository in the Likely human-written band.
The scanner applied 160+ deterministic lexical heuristics, multi-line block detectors, abstract syntax tree depth profilers, and a cross-file Jaccard similarity matrix to construct a statistically normalised synthetic code estimate. All matches are individually weighted by severity coefficient and contextual multiplier before summation, and the resulting headline score is temporally discounted to account for the repository's development history relative to the commercial emergence of large language model coding tooling (November 2022 onward).
This chart maps the temporal evolution of the adjusted synthetic code score across successive scan runs. An upward trajectory indicates ongoing incorporation of AI-generated code or expanding LLM-assisted scaffolding; a stable or declining trajectory may reflect active human refactoring, code removal, or the adoption of stricter authorship policies. The dashed secondary line (right axis) independently tracks total raw pattern hit count, which can diverge from the normalised score when codebase size changes significantly between scans.
Classifies detected patterns by their diagnostic confidence and structural impact. CRITICAL patterns (coefficient 10) represent definitive synthetic signatures — hallucinated imports, explicit LLM attribution metadata — virtually never produced by human authors. HIGH (5) indicates strong structural tells such as cross-file repetition or cross-linguistic idioms. MEDIUM (2) covers recognisable conversational padding and AI-specific vocabulary. LOW (1) captures subtle indicators like tautological comments and generic boilerplate that require density to carry independent signal.
This horizontal bar chart decomposes the repository's raw synthetic code score by top-level directory, allowing you to pinpoint precisely which modules or components carry the highest AI authorship density. Directories with disproportionately high scores relative to their size warrant targeted manual review: concentrated AI signatures often trace back to mass-generated configuration layers, auto-ported test suites, LLM-scaffolded boilerplate classes, or entire subsystems authored under heavy copilot assistance. Use this view to prioritise your human code-review effort.
The scanner identified 3486 distinct pattern matches across 22 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 | toml/examples/long.toml | 21 | [table.subtable] | COMMENT |
| LOW | toml/examples/hard.toml | 21 | ] | COMMENT |
| LOW | toml/examples/hard.toml | 41 | #number = 3.14 pi <--again forgot the # | COMMENT |
| LOW | …sdk/lib/_internal/js_dev_runtime/patch/core_patch.dart | 1961 | } | COMMENT |
| LOW | …/lib/_internal/js_dev_runtime/patch/convert_patch.dart | 61 | COMMENT | |
| LOW | …b/_internal/js_dev_runtime/patch/collection_patch.dart | 141 | implements HashSet<E>, LinkedHashSet<E> { | COMMENT |
| LOW | …dk/lib/_internal/js_dev_runtime/patch/async_patch.dart | 1 | // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | COMMENT |
| LOW | …dk/lib/_internal/js_dev_runtime/patch/async_patch.dart | 81 | runBody() { | COMMENT |
| LOW | …dk/lib/_internal/js_dev_runtime/patch/async_patch.dart | 201 | /// runtime/lib/core_patch.dart | COMMENT |
| LOW | …dk/lib/_internal/js_dev_runtime/patch/async_patch.dart | 261 | /// the [stream] as an error via [addError]. | COMMENT |
| LOW | …dk/lib/_internal/js_dev_runtime/patch/async_patch.dart | 361 | /// Adds element to [stream] and returns true if the caller should terminate | COMMENT |
| LOW | …ib/_internal/js_dev_runtime/patch/developer_patch.dart | 81 | _extensions[method] = handler; | COMMENT |
| LOW | …dk/lib/_internal/js_dev_runtime/private/js_string.dart | 181 | COMMENT | |
| LOW | …internal/js_dev_runtime/private/identity_hash_map.dart | 1 | // Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file | COMMENT |
| LOW | …/sdk/lib/_internal/js_dev_runtime/private/profile.dart | 41 | /// speedup lookup of source map frames when running the profiler. | COMMENT |
| LOW | …/_internal/js_dev_runtime/private/linked_hash_map.dart | 21 | action(JS('', '#[0]', entry), JS('', '#[1]', entry)); | COMMENT |
| LOW | …/_internal/js_dev_runtime/private/linked_hash_map.dart | 41 | /// we lookup the key in this map. | COMMENT |
| LOW | …b/_internal/js_dev_runtime/private/foreign_helper.dart | 281 | /// Reads an embedded global. | COMMENT |
| LOW | …b/_internal/js_dev_runtime/private/foreign_helper.dart | 301 | /// Returns the Rti object for the type for JavaScript arrays via JS-interop. | COMMENT |
| LOW | …internal/js_dev_runtime/private/native_typed_data.dart | 381 | COMMENT | |
| LOW | …internal/js_dev_runtime/private/native_typed_data.dart | 421 | double _getFloat32(int byteOffset, [bool? littleEndian]) native; | COMMENT |
| LOW | …internal/js_dev_runtime/private/native_typed_data.dart | 441 | /// | COMMENT |
| LOW | …internal/js_dev_runtime/private/native_typed_data.dart | 461 | COMMENT | |
| LOW | …internal/js_dev_runtime/private/native_typed_data.dart | 481 | /// | COMMENT |
| LOW | …internal/js_dev_runtime/private/native_typed_data.dart | 501 | /// at the specified [byteOffset] in this object, in unsigned binary | COMMENT |
| LOW | …internal/js_dev_runtime/private/native_typed_data.dart | 521 | int getUint64(int byteOffset, [Endian endian = Endian.big]) { | COMMENT |
| LOW | …internal/js_dev_runtime/private/native_typed_data.dart | 541 | /// converted to the nearest binary32 value. If two binary32 values are | COMMENT |
| LOW | …internal/js_dev_runtime/private/native_typed_data.dart | 581 | /// [value], which must fit in four bytes. In other words, [value] must lie | COMMENT |
| LOW | …internal/js_dev_runtime/private/native_typed_data.dart | 601 | } | COMMENT |
| LOW | …internal/js_dev_runtime/private/native_typed_data.dart | 641 | /// 0 and 2<sup>64</sup> - 1, inclusive. | COMMENT |
| LOW | …lib/_internal/js_dev_runtime/private/interceptors.dart | 81 | /// Superclass of all interop objects and native types defined in the web | COMMENT |
| LOW | …sdk/lib/_internal/js_dev_runtime/private/debugger.dart | 341 | // Treat Node objects as a native JavaScript type as the regular DOM render | COMMENT |
| LOW | …sdk/lib/_internal/js_dev_runtime/private/debugger.dart | 981 | var _util = JS('', r'#.$dartStackTraceUtility', dart.global_); | COMMENT |
| LOW | …_internal/js_dev_runtime/private/ddc_runtime/rtti.dart | 1 | // Copyright (c) 2015, the Dart project authors. Please see the AUTHORS file | COMMENT |
| LOW | …_internal/js_dev_runtime/private/ddc_runtime/rtti.dart | 21 | /// to the appropriate class type from core, which serves as their | COMMENT |
| LOW | …_internal/js_dev_runtime/private/ddc_runtime/rtti.dart | 41 | /// The other kind of object representing a "type" is the instances of the | COMMENT |
| LOW | …_internal/js_dev_runtime/private/ddc_runtime/rtti.dart | 201 | /// loaded in this application. | COMMENT |
| LOW | …nal/js_dev_runtime/private/ddc_runtime/operations.dart | 581 | } | COMMENT |
| LOW | …nal/js_dev_runtime/private/ddc_runtime/operations.dart | 621 | /// | COMMENT |
| LOW | …internal/js_dev_runtime/private/ddc_runtime/types.dart | 81 | COMMENT | |
| LOW | …internal/js_dev_runtime/private/ddc_runtime/types.dart | 101 | /// association can be queried via the "classes" module". | COMMENT |
| LOW | …internal/js_dev_runtime/private/ddc_runtime/types.dart | 121 | /// get String name; | COMMENT |
| LOW | …internal/js_dev_runtime/private/ddc_runtime/types.dart | 561 | /// The symbol used to store the cached `Type` object associated with a class. | COMMENT |
| LOW | …internal/js_dev_runtime/private/ddc_runtime/types.dart | 581 | /// packet. Note that required and optional parameters packages | COMMENT |
| LOW | …internal/js_dev_runtime/private/ddc_runtime/types.dart | 681 | // Named arguments native JS Object of the form { namedArgName: namedArgType } | COMMENT |
| LOW | …internal/js_dev_runtime/private/ddc_runtime/types.dart | 841 | COMMENT | |
| LOW | …internal/js_dev_runtime/private/ddc_runtime/types.dart | 981 | /// See the issue for the algorithm description: | COMMENT |
| LOW | …internal/js_dev_runtime/private/ddc_runtime/types.dart | 1121 | } | COMMENT |
| LOW | …internal/js_dev_runtime/private/ddc_runtime/types.dart | 1341 | /// | COMMENT |
| LOW | …internal/js_dev_runtime/private/ddc_runtime/types.dart | 1501 | // types, handled already above). | COMMENT |
| LOW | …internal/js_dev_runtime/private/ddc_runtime/types.dart | 1781 | COMMENT | |
| LOW | …internal/js_dev_runtime/private/ddc_runtime/types.dart | 1861 | COMMENT | |
| LOW | …internal/js_dev_runtime/private/ddc_runtime/types.dart | 1901 | /// | COMMENT |
| LOW | …internal/js_dev_runtime/private/ddc_runtime/types.dart | 1921 | // identical(). If P and Q are equal but not identical, recursing through | COMMENT |
| LOW | …internal/js_dev_runtime/private/ddc_runtime/types.dart | 1941 | } | COMMENT |
| LOW | …internal/js_dev_runtime/private/ddc_runtime/types.dart | 1981 | // Given generic functions g1 and g2, g1 <: g2 iff: | COMMENT |
| LOW | …internal/js_dev_runtime/private/ddc_runtime/types.dart | 2021 | } | COMMENT |
| LOW | …ternal/js_dev_runtime/private/ddc_runtime/classes.dart | 1 | // Copyright (c) 2015, the Dart project authors. Please see the AUTHORS file | COMMENT |
| LOW | …ternal/js_dev_runtime/private/ddc_runtime/classes.dart | 261 | /// Should be used in place of [getGenericClass] when we know the class we want | COMMENT |
| LOW | …ternal/js_dev_runtime/private/ddc_runtime/classes.dart | 521 | _applyExtension(jsType, dartExtType); | COMMENT |
| 2330 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | sync_pldb.py | 37 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | sync_pldb.py | 44 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | sync_pldb.py | 135 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | sync_pldb.py | 138 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | sync_pldb.py | 177 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | sync_pldb.py | 179 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | sync_pldb.py | 197 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | sync_pldb.py | 199 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | sync_pldb.py | 373 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | sync_pldb.py | 375 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | sync_pldb.py | 554 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | sync_pldb.py | 556 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | sync_pldb.py | 628 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | sync_pldb.py | 630 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | python/python2_7_18/examples/asyncore.py | 5 | # ====================================================================== | COMMENT |
| MEDIUM | python/python2_7_18/examples/asyncore.py | 26 | # ====================================================================== | COMMENT |
| MEDIUM⚡ | python/python2_7_18/examples/asyncore.py | 318 | # ================================================== | COMMENT |
| MEDIUM⚡ | python/python2_7_18/examples/asyncore.py | 322 | # ================================================== | COMMENT |
| MEDIUM⚡ | python/python2_7_18/examples/asyncore.py | 330 | # ================================================== | COMMENT |
| MEDIUM⚡ | python/python2_7_18/examples/asyncore.py | 332 | # ================================================== | COMMENT |
| MEDIUM | python/python2_7_18/examples/asyncore.py | 524 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | python/python2_7_18/examples/asyncore.py | 527 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | python/python2_7_18/examples/asyncore.py | 552 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | python/python2_7_18/examples/asyncore.py | 554 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | python/python2_7_18/examples/argparse.py | 1235 | # ==================== | COMMENT |
| MEDIUM⚡ | python/python2_7_18/examples/argparse.py | 1237 | # ==================== | COMMENT |
| MEDIUM⚡ | python/python2_7_18/examples/argparse.py | 1245 | # ================================== | COMMENT |
| MEDIUM⚡ | python/python2_7_18/examples/argparse.py | 1247 | # ================================== | COMMENT |
| MEDIUM | python/python2_7_18/examples/argparse.py | 108 | # ============================= | COMMENT |
| MEDIUM | python/python2_7_18/examples/argparse.py | 110 | # ============================= | COMMENT |
| MEDIUM | python/python2_7_18/examples/argparse.py | 143 | # =============== | COMMENT |
| MEDIUM | python/python2_7_18/examples/argparse.py | 145 | # =============== | COMMENT |
| MEDIUM | python/python2_7_18/examples/argparse.py | 185 | # =============================== | COMMENT |
| MEDIUM | python/python2_7_18/examples/argparse.py | 187 | # =============================== | COMMENT |
| MEDIUM | python/python2_7_18/examples/argparse.py | 233 | # ======================== | COMMENT |
| MEDIUM | python/python2_7_18/examples/argparse.py | 235 | # ======================== | COMMENT |
| MEDIUM | python/python2_7_18/examples/argparse.py | 277 | # ======================= | COMMENT |
| MEDIUM | python/python2_7_18/examples/argparse.py | 279 | # ======================= | COMMENT |
| MEDIUM | python/python2_7_18/examples/argparse.py | 672 | # ===================== | COMMENT |
| MEDIUM | python/python2_7_18/examples/argparse.py | 674 | # ===================== | COMMENT |
| MEDIUM | python/python2_7_18/examples/argparse.py | 714 | # ============== | COMMENT |
| MEDIUM | python/python2_7_18/examples/argparse.py | 716 | # ============== | COMMENT |
| MEDIUM | python/python2_7_18/examples/argparse.py | 1109 | # ============== | COMMENT |
| MEDIUM | python/python2_7_18/examples/argparse.py | 1111 | # ============== | COMMENT |
| MEDIUM | python/python2_7_18/examples/argparse.py | 1153 | # =========================== | COMMENT |
| MEDIUM | python/python2_7_18/examples/argparse.py | 1155 | # =========================== | COMMENT |
| MEDIUM | python/python2_7_18/examples/argparse.py | 1264 | # ======================= | COMMENT |
| MEDIUM | python/python2_7_18/examples/argparse.py | 1266 | # ======================= | COMMENT |
| MEDIUM | python/python2_7_18/examples/argparse.py | 1635 | # ======================= | COMMENT |
| MEDIUM | python/python2_7_18/examples/argparse.py | 1637 | # ======================= | COMMENT |
| MEDIUM | python/python2_7_18/examples/argparse.py | 1650 | # ================================== | COMMENT |
| MEDIUM | python/python2_7_18/examples/argparse.py | 1652 | # ================================== | COMMENT |
| MEDIUM | python/python2_7_18/examples/argparse.py | 1701 | # ===================================== | COMMENT |
| MEDIUM | python/python2_7_18/examples/argparse.py | 1703 | # ===================================== | COMMENT |
| MEDIUM | python/python2_7_18/examples/argparse.py | 2201 | # ======================== | COMMENT |
| MEDIUM | python/python2_7_18/examples/argparse.py | 2203 | # ======================== | COMMENT |
| MEDIUM | python/python2_7_18/examples/argparse.py | 2288 | # ======================= | COMMENT |
| MEDIUM | python/python2_7_18/examples/argparse.py | 2290 | # ======================= | COMMENT |
| MEDIUM | python/python2_7_18/examples/argparse.py | 2333 | # ===================== | COMMENT |
| MEDIUM | python/python2_7_18/examples/argparse.py | 2335 | # ===================== | COMMENT |
| 221 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | ada/ada2022/Go/transformGrammar.py | 4 | CODE | |
| LOW | ada/ada2022/Go/transformGrammar.py | 7 | CODE | |
| LOW | ada/ada2022/Python3/AdaParserBase.py | 1 | CODE | |
| LOW | ada/ada2022/Python3/AdaLexerBase.py | 1 | CODE | |
| LOW | ada/ada2022/Python3/transformGrammar.py | 4 | CODE | |
| LOW | ada/ada2022/Python3/transformGrammar.py | 7 | CODE | |
| LOW | ada/ada2022/Cpp/transformGrammar.py | 4 | CODE | |
| LOW | ada/ada2022/Cpp/transformGrammar.py | 7 | CODE | |
| LOW | ada/ada2012/Go/transformGrammar.py | 4 | CODE | |
| LOW | ada/ada2012/Go/transformGrammar.py | 7 | CODE | |
| LOW | ada/ada2012/Python3/AdaParserBase.py | 1 | CODE | |
| LOW | ada/ada2012/Python3/AdaLexerBase.py | 1 | CODE | |
| LOW | ada/ada2012/Python3/transformGrammar.py | 4 | CODE | |
| LOW | ada/ada2012/Python3/transformGrammar.py | 7 | CODE | |
| LOW | ada/ada2012/Cpp/transformGrammar.py | 4 | CODE | |
| LOW | ada/ada2012/Cpp/transformGrammar.py | 7 | CODE | |
| LOW | dart2/Go/transformGrammar.py | 1 | CODE | |
| LOW | dart2/Go/transformGrammar.py | 3 | CODE | |
| LOW | dart2/Python3/Dart2LexerBase.py | 2 | CODE | |
| LOW | dart2/Python3/Dart2LexerBase.py | 3 | CODE | |
| LOW | dart2/Python3/transformGrammar.py | 1 | CODE | |
| LOW | dart2/Python3/transformGrammar.py | 3 | CODE | |
| LOW | dart2/Cpp/transformGrammar.py | 1 | CODE | |
| LOW | dart2/Cpp/transformGrammar.py | 3 | CODE | |
| LOW | python/python3/Go/transformGrammar.py | 1 | CODE | |
| LOW | python/python3/Go/transformGrammar.py | 3 | CODE | |
| LOW | python/python3/large/test_utils.py | 39 | CODE | |
| LOW | python/python3/large/test_utils.py | 41 | CODE | |
| LOW | python/python3/large/base_events.py | 19 | CODE | |
| LOW | python/python3/large/__init__.py | 21 | CODE | |
| LOW | python/python3/large/__init__.py | 22 | CODE | |
| LOW | python/python3/large/__init__.py | 23 | CODE | |
| LOW | python/python3/large/__init__.py | 24 | CODE | |
| LOW | python/python3/large/__init__.py | 25 | CODE | |
| LOW | python/python3/large/__init__.py | 26 | CODE | |
| LOW | python/python3/large/__init__.py | 27 | CODE | |
| LOW | python/python3/large/__init__.py | 28 | CODE | |
| LOW | python/python3/large/__init__.py | 29 | CODE | |
| LOW | python/python3/large/__init__.py | 30 | CODE | |
| LOW | python/python3/large/__init__.py | 31 | CODE | |
| LOW | python/python3/large/__init__.py | 9 | CODE | |
| LOW | python/python3/large/__init__.py | 46 | CODE | |
| LOW | python/python3/large/__init__.py | 49 | CODE | |
| LOW | python/python3/large/__init__.py | 11 | CODE | |
| LOW | python/python3/large/__init__.py | 16 | CODE | |
| LOW | python/python3/large/__init__.py | 18 | CODE | |
| LOW | python/python3/Python3/Python3LexerBase.py | 2 | CODE | |
| LOW | python/python3/Python3/transformGrammar.py | 1 | CODE | |
| LOW | python/python3/Python3/Python3ParserBase.py | 1 | CODE | |
| LOW | python/python3/Cpp/transformGrammar.py | 1 | CODE | |
| LOW | python/python3/Cpp/transformGrammar.py | 3 | CODE | |
| LOW | python/python/Python3/transformGrammar.py | 1 | CODE | |
| LOW | python/python/Python3/PythonLexerBase.py | 3 | CODE | |
| LOW | python/python/Python3/PythonLexerBase.py | 4 | CODE | |
| LOW | python/python/Cpp/transformGrammar.py | 1 | CODE | |
| LOW | python/python/examples/import_stmt.py | 8 | CODE | |
| LOW | python/python/examples/import_stmt.py | 11 | CODE | |
| LOW | python/python/examples/import_stmt.py | 14 | CODE | |
| LOW | python/python/examples/import_stmt.py | 14 | CODE | |
| LOW | python/python/examples/import_stmt.py | 23 | CODE | |
| 143 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | golang/Cpp/transformGrammar.py | 0 | the script transforms the grammar to fit for the antlr4ng target | STRING |
| HIGH | golang/Antlr4ng/transformGrammar.py | 0 | the script transforms the grammar to fit for the antlr4ng target | STRING |
| HIGH | bnf/Antlr4ng/transformGrammar.py | 0 | the script transforms the grammar to fit for the antlr4ng target | STRING |
| HIGH | antlr/antlr4/Antlr4ng/transformGrammar.py | 0 | the script transforms the grammar to fit for the antlr4ng target | STRING |
| HIGH | rust/Cpp/transformGrammar.py | 0 | the script transforms the grammar to fit for the antlr4ng target | STRING |
| HIGH | rust/Antlr4ng/transformGrammar.py | 0 | the script transforms the grammar to fit for the antlr4ng target | STRING |
| HIGH | langium/Antlr4ng/transformGrammar.py | 0 | the script transforms the grammar to fit for the antlr4ng target | STRING |
| HIGH | php/Antlr4ng/transformGrammar.py | 0 | the script transforms the grammar to fit for the antlr4ng target | STRING |
| HIGH | lua/Antlr4ng/transformGrammar.py | 0 | the script transforms the grammar to fit for the antlr4ng target | STRING |
| HIGH | cpp/Cpp/transformGrammar.py | 0 | the script transforms the grammar to fit for the antlr4ng target | STRING |
| HIGH | cpp/Antlr4ng/transformGrammar.py | 0 | the script transforms the grammar to fit for the antlr4ng target | STRING |
| HIGH | swift/swift5/Cpp/transformGrammar.py | 0 | the script transforms the grammar to fit for the antlr4ng target | STRING |
| HIGH | fortran/fortran90/Antlr4ng/transformGrammar.py | 0 | the script transforms the grammar to fit for the antlr4ng target | STRING |
| HIGH | bison/Antlr4ng/transformGrammar.py | 0 | the script transforms the grammar to fit for the antlr4ng target | STRING |
| HIGH | sql/postgresql/Antlr4ng/transformGrammar.py | 0 | the script transforms the grammar to fit for the antlr4ng target | STRING |
| HIGH | sql/plsql/Antlr4ng/transformGrammar.py | 0 | the script transforms the grammar to fit for the antlr4ng target | STRING |
| HIGH | cpp/Go/transformGrammar.py | 0 | the script transforms the grammar to fit for the antlr4ng target | STRING |
| HIGH | csharp/v7/Go/transformGrammar.py | 0 | the script transforms the grammar to fit for the antlr4ng target | STRING |
| HIGH | csharp/v8-spec/Go/transformGrammar.py | 0 | the script transforms the grammar to fit for the antlr4ng target | STRING |
| HIGH | cpp/Python3/transformGrammar.py | 0 | the script transforms the grammar to fit for the antlr4ng target | STRING |
| HIGH | csharp/v7/Python3/transformGrammar.py | 0 | the script transforms the grammar to fit for the antlr4ng target | STRING |
| HIGH | csharp/v8-spec/Python3/transformGrammar.py | 0 | the script transforms the grammar to fit for the antlr4ng target | STRING |
| HIGH | c/Python3/transformGrammar.py | 0 | the script transforms the grammar to fit for the antlr4ng target | STRING |
| HIGH | asn/asn_3gpp/Antlr4ng/transformGrammar.py | 0 | the script transforms the grammar to fit for the antlr4ng target | STRING |
| HIGH | c/Antlr4ng/transformGrammar.py | 0 | the script transforms the grammar to fit for the antlr4ng target | STRING |
| HIGH | trapc/Go/transformGrammar.py | 0 | apply a sequence of (old, new) renames to a file, using placeholders to prevent double-substitution of already-correct n | STRING |
| HIGH | trapc/Python3/transformGrammar.py | 0 | apply a sequence of (old, new) renames to a file, using placeholders to prevent double-substitution of already-correct n | STRING |
| HIGH | trapc/Dart/transformGrammar.py | 0 | apply a sequence of (old, new) renames to a file, using placeholders to prevent double-substitution of already-correct n | STRING |
| HIGH | trapc/TypeScript/transformGrammar.py | 0 | apply a sequence of (old, new) renames to a file, using placeholders to prevent double-substitution of already-correct n | STRING |
| HIGH | trapc/Java/transformGrammar.py | 0 | apply a sequence of (old, new) renames to a file, using placeholders to prevent double-substitution of already-correct n | STRING |
| HIGH | trapc/Cpp/transformGrammar.py | 0 | apply a sequence of (old, new) renames to a file, using placeholders to prevent double-substitution of already-correct n | STRING |
| HIGH | trapc/CSharp/transformGrammar.py | 0 | apply a sequence of (old, new) renames to a file, using placeholders to prevent double-substitution of already-correct n | STRING |
| HIGH | trapc/JavaScript/transformGrammar.py | 0 | apply a sequence of (old, new) renames to a file, using placeholders to prevent double-substitution of already-correct n | STRING |
| HIGH | trapc/Antlr4ng/transformGrammar.py | 0 | apply a sequence of (old, new) renames to a file, using placeholders to prevent double-substitution of already-correct n | STRING |
| HIGH | sql/mariadb/examples/fast/dml_select.sql | 0 | as col2; select '\'quoted string\' ' col1, 'backslash \\ ' ', two double quote "" ' ', two single quote | STRING |
| HIGH | sql/mysql/Oracle/examples/dml_select.sql | 0 | as col2; select '\'quoted string\' ' col1, 'backslash \\ ' ', two double quote "" ' ', two single quote | STRING |
| HIGH | sql/mysql/Positive-Technologies/examples/dml_select.sql | 0 | as col2; select '\'quoted string\' ' col1, 'backslash \\ ' ', two double quote "" ' ', two single quote | STRING |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| CRITICAL | _scripts/templates/Java/st.Test.java | 273 | String s = org.antlr.v4.runtime.misc.Utils.escapeWhitespace(getNodeText(t, ruleNames), false); | CODE |
| CRITICAL | _scripts/templates/Java/st.Test.java | 279 | s = org.antlr.v4.runtime.misc.Utils.escapeWhitespace(getNodeText(t, ruleNames), false); | CODE |
| CRITICAL | scala/scala3/examples/lila/app/controllers/Simul.scala | 51 | chat <- canHaveChat(sim).optionFu(env.chat.api.userChat.cached.findMine(sim.id.into(ChatId))) | CODE |
| CRITICAL | …/scala3/examples/lila/app/controllers/Tournament.scala | 397 | lila.tournament.Schedule.Freq.byName.get(freq).so { fr => | CODE |
| CRITICAL | scala/scala3/examples/lila/app/controllers/Auth.scala | 181 | lila.core.i18n.I18nKey.emails.welcome_subject.txt(user.username) | CODE |
| CRITICAL | scala/scala3/examples/lila/app/controllers/Auth.scala | 285 | lila.mon.email.send.fix.increment() | CODE |
| CRITICAL | scala/scala3/examples/lila/app/controllers/Study.scala | 142 | .flatMap(_.study.members.members.values.take(StudyModel.previewNbMembers)) | CODE |
| CRITICAL | scala/scala3/examples/lila/app/controllers/Study.scala | 585 | v => env.study.pager.featured.setting.setString(v.toString).inject(Redirect(routes.Study.staffPicks)) | CODE |
| CRITICAL | …a/scala3/examples/lila/app/controllers/Challenge.scala | 394 | req.sid orElse lila.security.Mobile.LichessMobileUa.sriFromUA.map(_.value) | CODE |
| CRITICAL | scala/scala3/examples/lila/app/controllers/Team.scala | 72 | chat <- hasChat.optionFu(env.chat.api.userChat.cached.findMine(team.id.into(ChatId))) | CODE |
| CRITICAL | scala/scala3/examples/lila/app/controllers/Team.scala | 403 | val msg = lila.core.i18n.I18nKey.team.onlyLeaderLeavesTeam.txt() | CODE |
| CRITICAL | scala/scala3/examples/lila/app/controllers/Clas.scala | 146 | views.clas.teacherDashboard.wall.edit(clas, _, env.clas.forms.clas.wall.fill(clas.wall)) | CODE |
| CRITICAL | scala/scala3/examples/lila/app/controllers/Round.scala | 224 | env.chat.api.userChat.cached.findMine(sid.into(ChatId)).dmap(toEventChat(PublicSource.Simul(sid))) | CODE |
| CRITICAL | scala/scala3/examples/lila/app/controllers/Main.scala | 134 | val meta = lila.memo.PicfitApi.form.upload.bindFromRequest().value | CODE |
| CRITICAL | …ala/scala3/examples/lila/app/controllers/Account.scala | 200 | lila.core.i18n.I18nKey.site.checkYourEmail.txt()) | CODE |
| CRITICAL | scala/scala3/examples/lila/app/views/study.scala | 100 | .csp(views.analyse.ui.bits.cspExternalEngine.compose(_.withPeer.withExternalAnalysisApis)) | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …ples/lua-test-suite/luvit/tests/test-fs-readstream.lua | 24 | local text = [[Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do | CODE |
| LOW | …ples/lua-test-suite/luvit/tests/test-fs-readstream.lua | 24 | local text = [[Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do | CODE |
| LOW⚡ | …test-suite/neovim/test/functional/ui/messages_spec.lua | 1624 | {5: x Lorem ipsum labore et dolore magna aliqua }| | CODE |
| LOW⚡ | …test-suite/neovim/test/functional/ui/messages_spec.lua | 1632 | {5: x Lorem ipsum labore et dolore magna aliqua }| | CODE |
| LOW⚡ | …test-suite/neovim/test/functional/ui/messages_spec.lua | 1640 | {5: x Lorem ipsum labore et dolore magna aliqua }| | CODE |
| LOW | …test-suite/neovim/test/functional/ui/messages_spec.lua | 1383 | Lorem ipsum dolor sit amet, consectetur | CODE |
| LOW | …test-suite/neovim/test/functional/ui/messages_spec.lua | 1383 | Lorem ipsum dolor sit amet, consectetur | CODE |
| LOW | …test-suite/neovim/test/functional/ui/messages_spec.lua | 1415 | {2:":lua"]:1: Lorem ipsum dolor sit am}| | CODE |
| LOW | …test-suite/neovim/test/functional/ui/messages_spec.lua | 1426 | {2:":lua"]:1: Lorem ipsum dolor sit am}| | CODE |
| LOW | …test-suite/neovim/test/functional/ui/messages_spec.lua | 1439 | {2:":lua"]:1: Lorem ipsum dolor sit am}| | CODE |
| LOW | …test-suite/neovim/test/functional/ui/messages_spec.lua | 1450 | {2:":lua"]:1: Lorem ipsum dolor sit am}| | CODE |
| LOW | …test-suite/neovim/test/functional/ui/messages_spec.lua | 1465 | {2:":lua"]:1: Lorem ipsum dolor sit am}| | CODE |
| LOW | …test-suite/neovim/test/functional/ui/messages_spec.lua | 1487 | {2:":lua"]:1: Lorem ipsum dolor sit am}| | CODE |
| LOW | …test-suite/neovim/test/functional/ui/messages_spec.lua | 1514 | {3:":lua"]:1: Lorem ipsum dolor sit am}| | CODE |
| LOW | …test-suite/neovim/test/functional/ui/messages_spec.lua | 1525 | {3:":lua"]:1: Lorem ipsum dolor sit am}| | CODE |
| LOW | …test-suite/neovim/test/functional/ui/messages_spec.lua | 1538 | {3:":lua"]:1: Lorem ipsum dolor sit am}| | CODE |
| LOW | …test-suite/neovim/test/functional/ui/messages_spec.lua | 1549 | {3:":lua"]:1: Lorem ipsum dolor sit am}| | CODE |
| LOW | …test-suite/neovim/test/functional/ui/messages_spec.lua | 1565 | {3:":lua"]:1: Lorem ipsum dolor sit am}| | CODE |
| LOW | …test-suite/neovim/test/functional/ui/messages_spec.lua | 1587 | {3:":lua"]:1: Lorem ipsum dolor sit am}| | CODE |
| LOW | …test-suite/neovim/test/functional/ui/messages_spec.lua | 1611 | command("map x Lorem ipsum labore et dolore magna aliqua") | CODE |
| LOW | …test-suite/neovim/test/functional/ui/messages_spec.lua | 1741 | {2:":lua"]:1: Lorem ipsum dolor sit am}| | CODE |
| LOW | …test-suite/neovim/test/functional/ui/messages_spec.lua | 1765 | {2:":lua"]:1: Lorem ipsum dolor s}| | CODE |
| LOW | …test-suite/neovim/test/functional/ui/messages_spec.lua | 1782 | {2:":lua"]:1: Lorem ipsum dolor s}| | CODE |
| LOW | …est-suite/neovim/test/functional/ui/multigrid_spec.lua | 1755 | insert('Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmo') | CODE |
| LOW | …est-suite/neovim/test/functional/ui/multigrid_spec.lua | 1755 | insert('Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmo') | CODE |
| LOW | …est-suite/neovim/test/functional/ui/multigrid_spec.lua | 1782 | Lorem ipsum dolor sit amet, consectetur adipiscing el| | CODE |
| LOW | …est-suite/neovim/test/functional/ui/multigrid_spec.lua | 1782 | Lorem ipsum dolor sit amet, consectetur adipiscing el| | CODE |
| LOW | …est-suite/neovim/test/functional/ui/multigrid_spec.lua | 1816 | Lorem ipsum dolor sit amet, consectetur adipiscing el| | CODE |
| LOW | …est-suite/neovim/test/functional/ui/multigrid_spec.lua | 1816 | Lorem ipsum dolor sit amet, consectetur adipiscing el| | CODE |
| LOW | …est-suite/neovim/test/functional/ui/multigrid_spec.lua | 1850 | Lorem ipsum dolor sit amet, consectetur adipiscing el| | CODE |
| LOW | …est-suite/neovim/test/functional/ui/multigrid_spec.lua | 1850 | Lorem ipsum dolor sit amet, consectetur adipiscing el| | CODE |
| LOW | …est-suite/neovim/test/functional/ui/multigrid_spec.lua | 1884 | Lorem ipsum dolor sit amet, consectetur adipiscing elit, ^sed do eiusmo | | CODE |
| LOW | …est-suite/neovim/test/functional/ui/multigrid_spec.lua | 1884 | Lorem ipsum dolor sit amet, consectetur adipiscing elit, ^sed do eiusmo | | CODE |
| LOW | …est-suite/neovim/test/functional/ui/multigrid_spec.lua | 1914 | Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do ^eiusmo | | CODE |
| LOW | …est-suite/neovim/test/functional/ui/multigrid_spec.lua | 1914 | Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do ^eiusmo | | CODE |
| LOW | …est-suite/neovim/test/functional/ui/multigrid_spec.lua | 1951 | Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do ^eiusmo | | CODE |
| LOW | …est-suite/neovim/test/functional/ui/multigrid_spec.lua | 1951 | Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do ^eiusmo | | CODE |
| LOW | …est-suite/neovim/test/functional/ui/multigrid_spec.lua | 1983 | Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmo | | CODE |
| LOW | …est-suite/neovim/test/functional/ui/multigrid_spec.lua | 1983 | Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmo | | CODE |
| LOW | …est-suite/neovim/test/functional/ui/multigrid_spec.lua | 2025 | Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmo | | CODE |
| LOW | …est-suite/neovim/test/functional/ui/multigrid_spec.lua | 2025 | Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmo | | CODE |
| LOW | …est-suite/neovim/test/functional/ui/multigrid_spec.lua | 2123 | Lorem ipsum dolor sit amet, consectetur | CODE |
| LOW | …est-suite/neovim/test/functional/ui/multigrid_spec.lua | 2123 | Lorem ipsum dolor sit amet, consectetur | CODE |
| LOW | …est-suite/neovim/test/functional/ui/multigrid_spec.lua | 2271 | Lorem ipsum dolor sit amet, consectetur | | CODE |
| LOW | …est-suite/neovim/test/functional/ui/multigrid_spec.lua | 2271 | Lorem ipsum dolor sit amet, consectetur | | CODE |
| LOW | …est-suite/neovim/test/functional/ui/multigrid_spec.lua | 2310 | Lorem ipsum dolor sit amet, consectetur | CODE |
| LOW | …est-suite/neovim/test/functional/ui/multigrid_spec.lua | 2310 | Lorem ipsum dolor sit amet, consectetur | CODE |
| LOW⚡ | …ua-test-suite/neovim/test/functional/ui/bufhl_spec.lua | 661 | id2 = set_virtual_text(0, 2, {{"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor in | CODE |
| LOW⚡ | …ua-test-suite/neovim/test/functional/ui/bufhl_spec.lua | 661 | id2 = set_virtual_text(0, 2, {{"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor in | CODE |
| LOW⚡ | …ua-test-suite/neovim/test/functional/ui/bufhl_spec.lua | 671 | , 5, 5, 5, 5, 5, 5, Lorem ipsum dolor s| | CODE |
| LOW | …ua-test-suite/neovim/test/functional/ui/bufhl_spec.lua | 683 | , 5, 5, 5, 5, 5, 5, Lorem ipsum dolor s| | CODE |
| LOW | …ua-test-suite/neovim/test/functional/ui/bufhl_spec.lua | 697 | , 5, 5, 5, 5, 5, 5, Lorem ipsum dolor s| | CODE |
| LOW | …ua-test-suite/neovim/test/functional/ui/bufhl_spec.lua | 709 | , 5, 5, 5, 5, 5, 5, Lorem ipsum dolor s| | CODE |
| LOW | …ua-test-suite/neovim/test/functional/ui/bufhl_spec.lua | 733 | -- , 5, 5, 5, 5, 5, 5, Lorem ipsum dolor s| | CODE |
| LOW | …ua-test-suite/neovim/test/functional/ui/bufhl_spec.lua | 788 | {13:, 5, 5, 5, 5, 5, 5, } Lorem ipsum dolor s| | CODE |
| LOW | …ua-test-suite/neovim/test/functional/ui/bufhl_spec.lua | 800 | , 5, 5, 5, 5, 5, 5, Lorem ipsum dolor s| | CODE |
| LOW | …ua-test-suite/neovim/test/functional/ui/bufhl_spec.lua | 813 | , 5, 5, 5, 5, 5, 5, Lorem ipsum dolor s| | CODE |
| LOW | …ua-test-suite/neovim/test/functional/ui/bufhl_spec.lua | 825 | , 5, 5, 5, 5, 5, 5, Lorem ipsum dolor s| | CODE |
| LOW | …ua-test-suite/neovim/test/functional/ui/bufhl_spec.lua | 837 | , 5, 5, 5, 5, 5, 5, Lorem ipsum dolor s| | CODE |
| LOW | …ua-test-suite/neovim/test/functional/ui/bufhl_spec.lua | 852 | , 5, 5, 5, 5, 5, 5,{1:-$}Lorem ipsum dolor s| | CODE |
| 63 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | sync_pldb.py | 239 | CODE | |
| LOW | sync_pldb.py | 479 | CODE | |
| LOW | sync_pldb.py | 611 | CODE | |
| LOW | ada/ada2022/Python3/AdaParserBase.py | 31 | CODE | |
| LOW | ada/ada2022/Python3/AdaParserBase.py | 44 | CODE | |
| LOW | ada/ada2022/Python3/AdaParserBase.py | 104 | CODE | |
| LOW | ada/ada2022/Python3/AdaParserBase.py | 386 | CODE | |
| LOW | ada/ada2022/Python3/AdaParserBase.py | 514 | CODE | |
| LOW | ada/ada2012/Python3/AdaParserBase.py | 31 | CODE | |
| LOW | ada/ada2012/Python3/AdaParserBase.py | 44 | CODE | |
| LOW | ada/ada2012/Python3/AdaParserBase.py | 102 | CODE | |
| LOW | ada/ada2012/Python3/AdaParserBase.py | 384 | CODE | |
| LOW | ada/ada2012/Python3/AdaParserBase.py | 512 | CODE | |
| LOW | python/python3/large/tasks.py | 555 | CODE | |
| LOW | python/python3/large/tasks.py | 163 | CODE | |
| LOW | python/python3/large/selector_events.py | 779 | CODE | |
| LOW | python/python3/large/selector_events.py | 864 | CODE | |
| LOW | python/python3/large/selector_events.py | 953 | CODE | |
| LOW | python/python3/large/base_events.py | 101 | CODE | |
| LOW | python/python3/large/base_events.py | 680 | CODE | |
| LOW | python/python3/large/base_events.py | 836 | CODE | |
| LOW | python/python3/large/base_events.py | 967 | CODE | |
| LOW | python/python3/large/base_events.py | 1329 | CODE | |
| LOW | python/python3/large/proactor_events.py | 180 | CODE | |
| LOW | python/python3/large/sslproto.py | 169 | CODE | |
| LOW | python/python3/large/sslproto.py | 624 | CODE | |
| LOW | python/python3/large/base_tasks.py | 23 | CODE | |
| LOW | python/python3/large/coroutines.py | 192 | CODE | |
| LOW | python/python3/large/coroutines.py | 209 | CODE | |
| LOW | python/python3/large/windows_events.py | 660 | CODE | |
| LOW | python/python3/large/windows_events.py | 721 | CODE | |
| LOW | python/python3/large/unix_events.py | 256 | CODE | |
| LOW | python/python3/large/unix_events.py | 980 | CODE | |
| LOW | python/python3/Python3/Python3LexerBase.py | 77 | CODE | |
| LOW | python/python3_13/Python3/PythonLexerBase.py | 137 | CODE | |
| LOW | python/python3_13/Python3/PythonLexerBase.py | 207 | CODE | |
| LOW | python/python3_13/examples/_pyio.py | 74 | CODE | |
| LOW | python/python3_13/examples/_pyio.py | 1151 | CODE | |
| LOW | python/python3_13/examples/_pyio.py | 1237 | CODE | |
| LOW | python/python3_13/examples/_pyio.py | 1475 | CODE | |
| LOW | python/python3_13/examples/_pyio.py | 1793 | CODE | |
| LOW | python/python3_13/examples/_pyio.py | 2319 | CODE | |
| LOW | python/python3_13/examples/_pyio.py | 2545 | CODE | |
| LOW | python/python3_13/examples/_sitebuiltins.py | 67 | CODE | |
| LOW | python/python3_13/examples/_markupbase.py | 60 | CODE | |
| LOW | python/python3_13/examples/_markupbase.py | 179 | CODE | |
| LOW | python/python3_13/examples/_markupbase.py | 340 | CODE | |
| LOW | python/python3_13/examples/_compression.py | 72 | CODE | |
| LOW | python/python3_13/examples/_compression.py | 130 | CODE | |
| LOW | python/python3_13/examples/_strptime.py | 415 | CODE | |
| LOW | python/python3_13/examples/_strptime.py | 122 | CODE | |
| LOW | python/python3_13/examples/_osx_support.py | 153 | CODE | |
| LOW | python/python3_13/examples/_osx_support.py | 274 | CODE | |
| LOW | python/python3_13/examples/_osx_support.py | 331 | CODE | |
| LOW | python/python3_13/examples/_osx_support.py | 358 | CODE | |
| LOW | python/python3_13/examples/_osx_support.py | 499 | CODE | |
| LOW | python/python3_13/examples/_pydatetime.py | 208 | CODE | |
| LOW | python/python3_13/examples/_pydatetime.py | 278 | CODE | |
| LOW | python/python3_13/examples/_collections_abc.py | 108 | CODE | |
| LOW | python/python3_13/examples/_pylong.py | 51 | CODE | |
| 75 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | sync_pldb.py | 239 | def build_reverse_map_from_antlr_entries(concepts_dir): | CODE |
| LOW | sync_pldb.py | 261 | def extract_concept_from_readme(readme_path): | CODE |
| LOW | sync_pldb.py | 334 | def build_grammar_to_concept_mapping(grammar_dirs, grammars_dir, concepts_dir, pldb_dir): | CODE |
| LOW | sync_pldb.py | 437 | def _rename_links_to_reference(lines): | CODE |
| LOW | sync_pldb.py | 449 | def _merge_duplicate_reference_sections(lines): | CODE |
| LOW | sync_pldb.py | 516 | def _ensure_reference_section(lines, concept): | CODE |
| LOW | sync_pldb.py | 591 | def _find_scroll_insert_position(lines): | CODE |
| LOW | ada/ada2022/Python3/AdaParserBase.py | 330 | def _define_subprogram_from_spec(self, spec): | CODE |
| LOW | ada/ada2022/Python3/AdaParserBase.py | 468 | def _package_name_to_file_name(self, package_name): | CODE |
| LOW | ada/ada2012/Python3/AdaParserBase.py | 328 | def _define_subprogram_from_spec(self, spec): | CODE |
| LOW | ada/ada2012/Python3/AdaParserBase.py | 466 | def _package_name_to_file_name(self, package_name): | CODE |
| LOW | …dk/sdk/lib/_internal/js_runtime/lib/native_helper.dart | 439 | function getUnknownTagGenericBrowser(object, tag) { | CODE |
| LOW | python/python3/large/test_utils.py | 87 | class SilentWSGIRequestHandler(WSGIRequestHandler): | CODE |
| LOW | python/python3/large/selector_events.py | 90 | def _make_legacy_ssl_transport(self, rawsock, protocol, sslcontext, | CODE |
| LOW | python/python3/large/events.py | 501 | def default_exception_handler(self, context): | CODE |
| LOW⚡ | python/python3/large/base_events.py | 325 | def _make_read_pipe_transport(self, pipe, protocol, waiter=None, | CODE |
| LOW⚡ | python/python3/large/base_events.py | 330 | def _make_write_pipe_transport(self, pipe, protocol, waiter=None, | CODE |
| LOW⚡ | python/python3/large/base_events.py | 336 | def _make_subprocess_transport(self, protocol, args, shell, | CODE |
| LOW | python/python3/large/base_events.py | 812 | def _create_connection_transport(self, sock, protocol_factory, ssl, | CODE |
| LOW | python/python3/large/base_events.py | 958 | def _create_server_getaddrinfo(self, host, port, family, flags): | CODE |
| LOW | python/python3/large/base_events.py | 1217 | def default_exception_handler(self, context): | CODE |
| LOW⚡ | python/python3/large/proactor_events.py | 410 | def _make_duplex_pipe_transport(self, sock, protocol, waiter=None, | CODE |
| LOW⚡ | python/python3/large/proactor_events.py | 415 | def _make_read_pipe_transport(self, sock, protocol, waiter=None, | CODE |
| LOW⚡ | python/python3/large/proactor_events.py | 419 | def _make_write_pipe_transport(self, sock, protocol, waiter=None, | CODE |
| LOW | python/python3/large/futures.py | 343 | def _set_result_unless_cancelled(fut, result): | CODE |
| LOW | python/python3/large/futures.py | 350 | def _set_concurrent_future_state(concurrent, source): | CODE |
| LOW | python/python3/large/sslproto.py | 15 | def _create_transport_context(server_side, server_hostname): | CODE |
| LOW | python/python3/large/windows_events.py | 371 | def _make_subprocess_transport(self, protocol, args, shell, | CODE |
| LOW⚡ | python/python3/large/unix_events.py | 174 | def _make_read_pipe_transport(self, pipe, protocol, waiter=None, | CODE |
| LOW⚡ | python/python3/large/unix_events.py | 178 | def _make_write_pipe_transport(self, pipe, protocol, waiter=None, | CODE |
| LOW⚡ | python/python3/large/unix_events.py | 183 | def _make_subprocess_transport(self, protocol, args, shell, | CODE |
| LOW | python/python/Python3/PythonLexerBase.py | 110 | def __is_not_new_line_or_comment(self, next_char: str) -> bool: | CODE |
| LOW | python/python/Python3/PythonLexerBase.py | 137 | def __emit_token_type_on_channel(self, token_type: int, channel: int, text: str) -> None: | CODE |
| LOW | python/python3_13/Python3/PythonLexerBase.py | 128 | def __set_current_and_following_tokens(self) -> None: | CODE |
| LOW | python/python3_13/Python3/PythonLexerBase.py | 198 | def __insert_leading_indent_token(self) -> None: | CODE |
| LOW | python/python3_13/Python3/PythonLexerBase.py | 297 | def __append_to_brace_expression(self, text: str) -> None: | CODE |
| LOW | python/python3_13/Python3/PythonLexerBase.py | 406 | def __get_last_two_chars_of_the_cur_token_text(self) -> str: | CODE |
| LOW | python/python3_13/Python3/PythonLexerBase.py | 410 | def __trim_last_char_add_pending_token_set_cur_token(self, type: int, text: str, channel: int) -> None: | CODE |
| LOW | python/python3_13/Python3/PythonLexerBase.py | 470 | def __is_dictionary_comprehension_or_set_comprehension(self, code: str) -> bool: | CODE |
| LOW | python/python3_13/Python3/PythonLexerBase.py | 508 | def __hide_and_add_pending_token(self, ctkn: CommonToken) -> None: | CODE |
| LOW | python/python3_13/Python3/PythonLexerBase.py | 512 | def __create_and_add_pending_token(self, ttype: int, channel: int, text: Optional[str], sample_token: CommonToken) - | CODE |
| LOW | python/python3_13/examples/_weakrefset.py | 184 | def symmetric_difference_update(self, other): | CODE |
| LOW | python/python3_13/examples/_osx_support.py | 117 | def _get_system_version_tuple(): | CODE |
| LOW | python/python3_13/examples/_osx_support.py | 178 | def _supports_universal_builds(): | CODE |
| LOW | python/python3_13/examples/_osx_support.py | 198 | def _find_appropriate_compiler(_config_vars): | CODE |
| LOW | python/python3_13/examples/_osx_support.py | 274 | def _remove_unsupported_archs(_config_vars): | CODE |
| LOW | python/python3_13/examples/_osx_support.py | 331 | def _check_for_unavailable_sdk(_config_vars): | CODE |
| LOW | python/python3_13/examples/_pydatetime.py | 278 | def _find_isoformat_datetime_separator(dtstr): | CODE |
| LOW | python/python3_13/examples/_pydecimal.py | 4039 | def create_decimal_from_float(self, f): | CODE |
| LOW | python/python2_7_18/Python3/PythonLexerBase.py | 102 | def __set_current_and_following_tokens(self) -> None: | CODE |
| LOW | python/python2_7_18/Python3/PythonLexerBase.py | 129 | def __insert_leading_indent_token(self) -> None: | CODE |
| LOW | python/python2_7_18/Python3/PythonLexerBase.py | 167 | def __insert_indent_or_dedent_token(self, indent_length: int) -> None: | CODE |
| LOW | python/python2_7_18/Python3/PythonLexerBase.py | 196 | def __hide_and_add_pending_token(self, ctkn: CommonToken) -> None: | CODE |
| LOW | python/python2_7_18/Python3/PythonLexerBase.py | 200 | def __create_and_add_pending_token(self, ttype: int, channel: int, text: str, sample_token: CommonToken) -> None: | CODE |
| LOW | python/python2_7_18/examples/_weakrefset.py | 188 | def symmetric_difference_update(self, other): | CODE |
| LOW | python/python2_7_18/examples/_osx_support.py | 128 | def _supports_universal_builds(): | CODE |
| LOW | python/python2_7_18/examples/_osx_support.py | 144 | def _find_appropriate_compiler(_config_vars): | CODE |
| LOW | python/python2_7_18/examples/_osx_support.py | 220 | def _remove_unsupported_archs(_config_vars): | CODE |
| LOW | python/python2_7_18/examples/_osx_support.py | 277 | def _check_for_unavailable_sdk(_config_vars): | CODE |
| LOW | python/python2_7_18/examples/argparse.py | 538 | def _format_action_invocation(self, action): | CODE |
| 15 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | md_to_sortable_html.py | 22 | except Exception: | CODE |
| LOW | ada/ada2022/Python3/AdaParserBase.py | 507 | except Exception as ex: | CODE |
| LOW | ada/ada2012/Python3/AdaParserBase.py | 505 | except Exception as ex: | CODE |
| MEDIUM | dart2/examples/sdk/sdk/lib/async/future.dart | 811 | /// print('Error: $err'); // Prints 401. | COMMENT |
| MEDIUM | dart2/examples/sdk/sdk/lib/io/io.dart | 124 | /// }, onError: (e) => print("An error occurred.")); | COMMENT |
| MEDIUM | dart2/examples/sdk/sdk/lib/io/file.dart | 125 | /// print('Error: $e'); | COMMENT |
| LOW | python/python3/large/tasks.py | 186 | except Exception as exc: | CODE |
| LOW | python/python3/large/tasks.py | 245 | except Exception as exc: | CODE |
| LOW | python/python3/large/tasks.py | 704 | except Exception as exc: | CODE |
| MEDIUM | python/python3/large/tasks.py | 242 | def _wakeup(self, future): | CODE |
| MEDIUM | python/python3/large/tasks.py | 701 | def callback(): | CODE |
| MEDIUM | python/python3/large/selector_events.py | 249 | def _ensure_fd_no_transport(self, fd): | CODE |
| MEDIUM | python/python3/large/selector_events.py | 660 | def _call_connection_lost(self, exc): | CODE |
| MEDIUM | python/python3/large/selector_events.py | 864 | def _on_handshake(self, start_time): | CODE |
| LOW | python/python3/large/selector_events.py | 236 | except Exception as exc: | CODE |
| LOW | python/python3/large/selector_events.py | 385 | except Exception as exc: | CODE |
| LOW | python/python3/large/selector_events.py | 422 | except Exception as exc: | CODE |
| LOW | python/python3/large/selector_events.py | 465 | except Exception as exc: | CODE |
| LOW | python/python3/large/selector_events.py | 485 | except Exception as exc: | CODE |
| LOW | python/python3/large/selector_events.py | 517 | except Exception as exc: | CODE |
| LOW | python/python3/large/selector_events.py | 727 | except Exception as exc: | CODE |
| LOW | python/python3/large/selector_events.py | 765 | except Exception as exc: | CODE |
| LOW | python/python3/large/selector_events.py | 788 | except Exception as exc: | CODE |
| LOW | python/python3/large/selector_events.py | 899 | except Exception as exc: | CODE |
| LOW | python/python3/large/selector_events.py | 971 | except Exception as exc: | CODE |
| LOW | python/python3/large/selector_events.py | 1006 | except Exception as exc: | CODE |
| LOW | python/python3/large/selector_events.py | 1075 | except Exception as exc: | CODE |
| LOW | python/python3/large/selector_events.py | 1110 | except Exception as exc: | CODE |
| LOW | python/python3/large/selector_events.py | 1133 | except Exception as exc: | CODE |
| LOW | python/python3/large/events.py | 127 | except Exception as exc: | CODE |
| MEDIUM | python/python3/large/events.py | 124 | def _run(self): | CODE |
| LOW⚡ | python/python3/large/base_events.py | 1285 | except Exception: | CODE |
| LOW⚡ | python/python3/large/base_events.py | 1294 | except Exception as exc: | CODE |
| LOW⚡ | python/python3/large/base_events.py | 1303 | except Exception: | CODE |
| LOW | python/python3/large/proactor_events.py | 484 | except Exception as exc: | CODE |
| MEDIUM | python/python3/large/proactor_events.py | 127 | def _call_connection_lost(self, exc): | CODE |
| LOW | python/python3/large/base_subprocess.py | 192 | except Exception as exc: | CODE |
| MEDIUM | python/python3/large/base_subprocess.py | 163 | def _connect_pipes(self, waiter): | CODE |
| LOW | python/python3/large/transports.py | 262 | except Exception as exc: | CODE |
| LOW | python/python3/large/transports.py | 276 | except Exception as exc: | CODE |
| LOW | python/python3/large/windows_events.py | 381 | except Exception as exc: | CODE |
| LOW | python/python3/large/unix_events.py | 197 | except Exception as exc: | CODE |
| LOW | python/python3/large/unix_events.py | 552 | except Exception as exc: | CODE |
| LOW | python/python3/large/unix_events.py | 572 | except Exception as exc: | CODE |
| LOW | python/python3/large/unix_events.py | 811 | except Exception as exc: | CODE |
| MEDIUM | python/python3/large/unix_events.py | 379 | def _read_ready(self): | CODE |
| MEDIUM | python/python3/large/unix_events.py | 652 | def _call_connection_lost(self, exc): | CODE |
| LOW | python/python/examples/try_stmt.py | 12 | except Exception as ex: | CODE |
| LOW | python/python/examples/try_stmt.py | 22 | except Exception: | CODE |
| LOW | python/python3_13/examples/_pydatetime.py | 1001 | except Exception: | CODE |
| LOW | python/python3_13/examples/_pydatetime.py | 1560 | except Exception: | CODE |
| LOW | python/python2_7_18/examples/_pyio.py | 778 | except Exception: | CODE |
| LOW | python/python2_7_18/examples/_pyio.py | 1548 | except Exception: | STRING |
| MEDIUM | python/python2_7_18/examples/_pyio.py | 1218 | def close(self): | CODE |
| LOW | python/python2_7_18/examples/_MozillaCookieJar.py | 108 | except Exception: | STRING |
| LOW | python/python2_7_18/examples/_LWPCookieJar.py | 167 | except Exception: | CODE |
| MEDIUM | csharp/v8-spec/Python3/CSharpParserBase.py | 44 | def ReduceTree(self, currentctx): | CODE |
| MEDIUM | csharp/v8-spec/Python3/CSharpParserBase.py | 647 | def pre_scan(self, tokens): | CODE |
| LOW | csharp/v8-spec/Python3/CSharpParserBase.py | 399 | except Exception: | CODE |
| LOW | csharp/v8-spec/Python3/CSharpParserBase.py | 442 | except Exception: | CODE |
| 1 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | python/python3/large/streams.py | 548 | # Check if we now have enough data in the buffer for `separator` to | COMMENT |
| LOW | python/python3/large/unix_events.py | 104 | # Set SA_RESTART to limit EINTR occurrences. | COMMENT |
| LOW | python/python3/Python3/Python3LexerBase.py | 32 | # Check if the end-of-file is ahead and there are still some DEDENTS expected. | COMMENT |
| LOW | python/python/Python3/PythonLexerBase.py | 43 | # Check if the end-of-file is ahead and there are still some DEDENTS expected. | COMMENT |
| LOW⚡ | python/python3_13/examples/_py_abc.py | 131 | # Check if it's a direct subclass | COMMENT |
| LOW⚡ | python/python3_13/examples/_py_abc.py | 135 | # Check if it's a subclass of a registered class (recursive) | COMMENT |
| LOW⚡ | python/python3_13/examples/_py_abc.py | 140 | # Check if it's a subclass of a subclass (recursive) | COMMENT |
| LOW | python/python3_13/examples/_osx_support.py | 412 | # Check if the SDK that is used during compilation actually exists, | COMMENT |
| LOW | python/python2_7_18/examples/_osx_support.py | 348 | # Check if the SDK that is used during compilation actually exists, | COMMENT |
| LOW | python/python2_7_18/examples/BaseHTTPServer.py | 514 | # Set this to HTTP/1.1 to enable automatic keepalive | COMMENT |
| LOW⚡ | python/python2_7_18/examples/abc.py | 169 | # Check if it's a direct subclass | COMMENT |
| LOW⚡ | python/python2_7_18/examples/abc.py | 173 | # Check if it's a subclass of a registered class (recursive) | COMMENT |
| LOW⚡ | python/python2_7_18/examples/abc.py | 178 | # Check if it's a subclass of a subclass (recursive) | COMMENT |
| LOW | golang/Python3/GoParserBase.py | 136 | # Check if we're in a call to a built-in function that takes a type as first argument. | COMMENT |
| LOW | golang/Python3/GoParserBase.py | 150 | # Check if we're NOT in a call to a built-in function that takes a type. | COMMENT |
| LOW | _scripts/find-stale-links.sh | 118 | # Check if a URL is accessible (returns 0 if accessible, 1 if stale) | COMMENT |
| LOW | _scripts/find-stale-links.sh | 236 | # Check if archived_snapshots is empty or has no closest snapshot | COMMENT |
| LOW | _scripts/templates/Go/st.test.sh | 98 | # Check if any files in the test files directory have changed. | COMMENT |
| LOW | _scripts/templates/Go/st.test.sh | 121 | # Check if any untracked .errors files. | COMMENT |
| LOW | _scripts/templates/Python3/st.test.sh | 101 | # Check if any files in the test files directory have changed. | COMMENT |
| LOW | _scripts/templates/Python3/st.test.sh | 124 | # Check if any untracked .errors files. | COMMENT |
| LOW | _scripts/templates/Dart/st.test.sh | 98 | # Check if any files in the test files directory have changed. | COMMENT |
| LOW | _scripts/templates/Dart/st.test.sh | 121 | # Check if any untracked .errors files. | COMMENT |
| LOW | _scripts/templates/TypeScript/st.test.sh | 98 | # Check if any files in the test files directory have changed. | COMMENT |
| LOW | _scripts/templates/TypeScript/st.test.sh | 121 | # Check if any untracked .errors files. | COMMENT |
| LOW | _scripts/templates/Rust/st.test.sh | 98 | # Check if any files in the test files directory have changed. | COMMENT |
| LOW | _scripts/templates/Rust/st.test.sh | 121 | # Check if any untracked .errors files. | COMMENT |
| LOW | _scripts/templates/Java/st.test.sh | 106 | # Check if any files in the test files directory have changed. | COMMENT |
| LOW | _scripts/templates/Java/st.test.sh | 129 | # Check if any untracked .errors files. | COMMENT |
| LOW | _scripts/templates/PHP/st.test.sh | 98 | # Check if any files in the test files directory have changed. | COMMENT |
| LOW | _scripts/templates/PHP/st.test.sh | 121 | # Check if any untracked .errors files. | COMMENT |
| LOW | _scripts/templates/Antlr4cs/st.test.sh | 98 | # Check if any files in the test files directory have changed. | COMMENT |
| LOW | _scripts/templates/Antlr4cs/st.test.sh | 121 | # Check if any untracked .errors files. | COMMENT |
| LOW | _scripts/templates/Cpp/st.test.sh | 98 | # Check if any files in the test files directory have changed. | COMMENT |
| LOW | _scripts/templates/Cpp/st.test.sh | 121 | # Check if any untracked .errors files. | COMMENT |
| LOW | _scripts/templates/CSharp/st.test.sh | 117 | # Check if any files in the test files directory have changed. | COMMENT |
| LOW | _scripts/templates/CSharp/st.test.sh | 140 | # Check if any untracked .errors files. | COMMENT |
| LOW | _scripts/templates/JavaScript/st.test.sh | 98 | # Check if any files in the test files directory have changed. | COMMENT |
| LOW | _scripts/templates/JavaScript/st.test.sh | 121 | # Check if any untracked .errors files. | COMMENT |
| LOW | _scripts/templates/Antlr4ng/st.test.sh | 98 | # Check if any files in the test files directory have changed. | COMMENT |
| LOW | _scripts/templates/Antlr4ng/st.test.sh | 121 | # Check if any untracked .errors files. | COMMENT |
| LOW | csharp/v7/testing/test.sh | 93 | # Write file list to a temp file to avoid command-line length limits | COMMENT |
| LOW | csharp/v8-spec/testing/test.sh | 93 | # Write file list to a temp file to avoid command-line length limits | COMMENT |
| LOW | javascript/javascript/Python3/JavaScriptParserBase.py | 84 | # Check if the token is, or contains a line terminator. | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | python/python3/large/queues.py | 3 | __all__ = ['Queue', 'PriorityQueue', 'LifoQueue', 'QueueFull', 'QueueEmpty'] | CODE |
| LOW | python/python3/large/streams.py | 3 | __all__ = ['StreamReader', 'StreamWriter', 'StreamReaderProtocol', | CODE |
| LOW | python/python3/large/tasks.py | 3 | __all__ = ['Task', | CODE |
| LOW | python/python3/large/selector_events.py | 7 | __all__ = ['BaseSelectorEventLoop'] | CODE |
| LOW | python/python3/large/protocols.py | 3 | __all__ = ['BaseProtocol', 'Protocol', 'DatagramProtocol', | CODE |
| LOW | python/python3/large/events.py | 3 | __all__ = ['AbstractEventLoopPolicy', | CODE |
| LOW | python/python3/large/base_events.py | 41 | __all__ = ['BaseEventLoop'] | CODE |
| LOW | python/python3/large/subprocess.py | 1 | __all__ = ['create_subprocess_exec', 'create_subprocess_shell'] | CODE |
| LOW | python/python3/large/proactor_events.py | 7 | __all__ = ['BaseProactorEventLoop'] | CODE |
| LOW | python/python3/large/locks.py | 3 | __all__ = ['Lock', 'Event', 'Condition', 'Semaphore', 'BoundedSemaphore'] | CODE |
| LOW | python/python3/large/futures.py | 3 | __all__ = ['CancelledError', 'TimeoutError', 'InvalidStateError', | CODE |
| LOW | python/python3/large/windows_utils.py | 20 | __all__ = ['socketpair', 'pipe', 'Popen', 'PIPE', 'PipeHandle'] | CODE |
| LOW | python/python3/large/transports.py | 5 | __all__ = ['BaseTransport', 'ReadTransport', 'WriteTransport', | CODE |
| LOW | python/python3/large/coroutines.py | 1 | __all__ = ['coroutine', | CODE |
| LOW | python/python3/large/windows_events.py | 22 | __all__ = ['SelectorEventLoop', 'ProactorEventLoop', 'IocpProactor', | CODE |
| LOW | python/python3/large/base_futures.py | 1 | __all__ = [] | CODE |
| LOW | python/python3/large/unix_events.py | 28 | __all__ = ['SelectorEventLoop', | CODE |
| LOW | python/python3/small/base_futures.py | 1 | __all__ = [] | CODE |
| LOW | python/python/Python3/PythonLexerBase.py | 177 | def set_version(self, required_version: int) -> None: | CODE |
| LOW | python/python3_13/examples/_threading_local.py | 134 | __all__ = ["local"] | CODE |
| LOW | python/python3_13/examples/_weakrefset.py | 8 | __all__ = ['WeakSet'] | CODE |
| LOW | python/python3_13/examples/_strptime.py | 26 | __all__ = [] | CODE |
| LOW | python/python3_13/examples/_osx_support.py | 7 | __all__ = [ | CODE |
| LOW | python/python3_13/examples/_collections_abc.py | 44 | __all__ = ["Awaitable", "Coroutine", | CODE |
| LOW | python/python3_13/examples/__future__.py | 63 | __all__ = ["all_feature_names"] + all_feature_names | CODE |
| LOW | python/python3_13/examples/_pydecimal.py | 18 | __all__ = [ | CODE |
| LOW | python/python2_7_18/examples/bdb.py | 8 | __all__ = ["BdbQuit","Bdb","Breakpoint"] | CODE |
| LOW | python/python2_7_18/examples/base64.py | 14 | __all__ = [ | CODE |
| LOW | python/python2_7_18/examples/Bastion.py | 32 | __all__ = ["BastionClass", "Bastion"] | CODE |
| LOW | python/python2_7_18/examples/_threading_local.py | 132 | __all__ = ["local"] | CODE |
| LOW | python/python2_7_18/examples/_weakrefset.py | 7 | __all__ = ['WeakSet'] | CODE |
| LOW | python/python2_7_18/examples/atexit.py | 8 | __all__ = ["register"] | CODE |
| LOW | python/python2_7_18/examples/audiodev.py | 6 | __all__ = ["error","AudioDev"] | CODE |
| LOW | python/python2_7_18/examples/_strptime.py | 25 | __all__ = [] | CODE |
| LOW | python/python2_7_18/examples/_abcoll.py | 14 | __all__ = ["Hashable", "Iterable", "Iterator", | CODE |
| LOW | python/python2_7_18/examples/binhex.py | 29 | __all__ = ["binhex","hexbin","Error"] | CODE |
| LOW | python/python2_7_18/examples/_osx_support.py | 7 | __all__ = [ | CODE |
| LOW | python/python2_7_18/examples/argparse.py | 65 | __all__ = [ | CODE |
| LOW | python/python2_7_18/examples/__future__.py | 60 | __all__ = ["all_feature_names"] + all_feature_names | CODE |
| LOW | python/python2_7_18/examples/BaseHTTPServer.py | 71 | __all__ = ["HTTPServer", "BaseHTTPRequestHandler"] | CODE |
| LOW | python/python2_7_18/examples/aifc.py | 140 | __all__ = ["Error","open","openfp"] | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | dart2/examples/sdk/sdk/lib/io/directory.dart | 28 | /// ## Create a directory | COMMENT |
| MEDIUM | python/python3/large/selector_events.py | 173 | # This method is only called once for each event loop tick where the | COMMENT |
| MEDIUM | python/python3/large/futures.py | 111 | """This class is *almost* compatible with concurrent.futures.Future. | STRING |
| MEDIUM | python/python3/large/base_subprocess.py | 36 | # Create the child process: set the _proc attribute | COMMENT |
| MEDIUM | python/python3/large/coroutines.py | 80 | # This function is called from 'sys.set_coroutine_wrapper'. | COMMENT |
| MEDIUM | python/python3_13/examples/_pyio.py | 279 | # Define a default pure-Python implementation for open_code() | STRING |
| MEDIUM | python/python3_13/examples/_compat_pickle.py | 1 | # This module is used to map the old Python 2 names to the new names used in | COMMENT |
| MEDIUM | python/python3_13/examples/_opcode_metadata.py | 1 | # This file is generated by Tools/cases_generator/py_metadata_generator.py | COMMENT |
| MEDIUM | python/python3_13/examples/_pylong.py | 111 | # This function implements a divide-and-conquer algorithm that is | COMMENT |
| MEDIUM | python/python3_13/examples/_pylong.py | 195 | # This function implements a divide-and-conquer algorithm making use | COMMENT |
| MEDIUM⚡ | python/python2_7_18/examples/bdb.py | 158 | """This method is called when there is the remote possibility | STRING |
| MEDIUM⚡ | python/python2_7_18/examples/bdb.py | 163 | """This method is called when we stop or break at this line.""" | STRING |
| MEDIUM⚡ | python/python2_7_18/examples/bdb.py | 167 | """This method is called when a return trap is set here.""" | STRING |
| MEDIUM⚡ | python/python2_7_18/examples/bdb.py | 172 | """This method is called if an exception occurs, | STRING |
| MEDIUM | python/python2_7_18/examples/bdb.py | 429 | # This method is more useful to debug a single function call. | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | c/Rust/transformGrammar.py | 48 | " __bt.push((__btt, __btx));" | CODE |
| HIGH | c/Rust/transformGrammar.py | 49 | " if __btt == 116 || __btt == 92 || __btt == 93 || __btt == 88 || __btt == 117 || __bk >= 200 { break; }" | CODE |
| HIGH⚡ | c/Rust/transformGrammar.py | 143 | " __etoks.push((__ett, __etx));" | CODE |
| HIGH⚡ | c/Rust/transformGrammar.py | 145 | " else if __ett == 92 && __edepth > 0 { __edepth -= 1; }" # 92 = LBRACE: leaving | CODE |
| HIGH⚡ | c/Rust/transformGrammar.py | 146 | " if __edepth == 0 && (__ett == 116 || __ek >= 500) { break; }" # SEMI only at depth 0 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | …nal/js_dev_runtime/private/ddc_runtime/operations.dart | 61 | /// Essentially this works like `obj?.call`. It also handles the needs of | COMMENT |
| MEDIUM | …internal/js_dev_runtime/private/ddc_runtime/types.dart | 1103 | // This is not robust in general for user-defined JS functions, but it | COMMENT |
| LOW | python/python3/large/streams.py | 618 | # bytes. So just call self.read(self._limit) until EOF. | COMMENT |
| LOW | python/python3/large/base_events.py | 115 | # SOCK_NONBLOCK, we simply return None, which will trigger | COMMENT |
| LOW | python/python3/large/base_events.py | 1403 | # All other places just add them to ready. | COMMENT |
| LOW | python/python3_13/examples/_pydecimal.py | 3271 | # otherwise, simply return the adjusted exponent of self, as a | COMMENT |
| MEDIUM | python/python2_7_18/examples/asyncore.py | 15 | # Rushing not be used in advertising or publicity pertaining to | COMMENT |
| LOW | python/python2_7_18/examples/argparse.py | 1997 | # for regular arguments, just add them back into the list | COMMENT |
| MEDIUM | python/python2_7_18/examples/BaseHTTPServer.py | 511 | # Essentially static class variables | COMMENT |
| MEDIUM | python/python2_7_18/examples/asynchat.py | 15 | # Rushing not be used in advertising or publicity pertaining to | COMMENT |
| MEDIUM | html/examples/wikipedia.html | 102 | <p><i><b><a href="/wiki/Oryzomys_peninsulae" title="Oryzomys peninsulae">Oryzomys peninsulae</a></b></i>, also known as | CODE |
| MEDIUM | html/examples/abc.com.html | 443 | The doctors of Grey Sloan Memorial Hospital deal with life-or-death consequences on a daily basis -- it's in one another | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | dart2/examples/sdk/sdk/lib/_http/websocket.dart | 180 | /// negotiating the max window bits for both client and server as requested | COMMENT |
| HIGH | rust/examples/long/deno_core_runtime.rs | 1210 | // 1. Source code resolved result have the same module name as requested | COMMENT |
| HIGH | rust/examples/long/deno_core_runtime.rs | 1213 | // 2. Source code resolved result have a different name as requested: | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | java/java9/additional-examples/RecyclerView.java | 3444 | // Step 0: Find out where all non-removed items are, pre-layout | COMMENT |
| LOW | java/java9/additional-examples/RecyclerView.java | 3471 | // Step 1: run prelayout: This will use the old positions of items. The layout manager | COMMENT |
| LOW | java/java9/additional-examples/RecyclerView.java | 3528 | // Step 2: Run layout | COMMENT |
| LOW | java/java9/additional-examples/RecyclerView.java | 3552 | // Step 3: Find out where things are now, and process change animations. | COMMENT |
| LOW | java/java9/additional-examples/RecyclerView.java | 3599 | // Step 4: Process view info lists and trigger animations | COMMENT |
| LOW⚡ | c/Cpp/test_and_example/CMakeLists.txt | 45 | # Step 1: transformGrammar.py → 生成 Cpp 版 .g4 | COMMENT |
| LOW⚡ | c/Cpp/test_and_example/CMakeLists.txt | 67 | # Step 2: ANTLR4 → 生成 CLexer / CParser C++ 源码 | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …/examples/sdk/sdk/lib/_internal/js_shared/lib/rti.dart | 2969 | // then we need to check if for some i, Ci <: [t]. However, this requires us | COMMENT |
| LOW | rust/examples/long/deno_core_runtime.rs | 1087 | /// Thus during turn of event loop we need to check if V8 has | COMMENT |
| LOW | java/java9/additional-examples/RecyclerView.java | 3444 | // Step 0: Find out where all non-removed items are, pre-layout | COMMENT |
| LOW | java/java9/additional-examples/RecyclerView.java | 3471 | // Step 1: run prelayout: This will use the old positions of items. The layout manager | COMMENT |
| LOW | java/java9/additional-examples/RecyclerView.java | 3528 | // Step 2: Run layout | COMMENT |
| LOW | java/java9/additional-examples/RecyclerView.java | 3552 | // Step 3: Find out where things are now, and process change animations. | COMMENT |
| LOW | java/java9/additional-examples/RecyclerView.java | 3599 | // Step 4: Process view info lists and trigger animations | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | python/python3/large/events.py | 301 | CODE | |
| LOW | python/python3/large/events.py | 306 | CODE | |
| LOW | python/python3/large/events.py | 373 | CODE | |
| LOW | python/python3/large/base_events.py | 680 | CODE | |
| LOW | python/python3/large/base_events.py | 836 | CODE | |
| LOW | python/python3/large/base_events.py | 967 | CODE | |
| LOW | python/python3_13/examples/_pydatetime.py | 1688 | CODE | |
| LOW | python/python3_13/examples/_pydatetime.py | 1960 | CODE | |
| LOW | python/python3_13/examples/_pydecimal.py | 3816 | CODE | |
| LOW | python/python2_7_18/examples/argparse.py | 769 | CODE | |
| LOW | python/python2_7_18/examples/argparse.py | 811 | CODE | |
| LOW | python/python2_7_18/examples/argparse.py | 903 | CODE | |
| LOW | python/python2_7_18/examples/argparse.py | 1560 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …sdk/lib/_internal/js_dev_runtime/patch/core_patch.dart | 1367 | // Don't forget to add the hidden bit. | COMMENT |
| LOW | …s/sdk/sdk/lib/_internal/js_runtime/lib/core_patch.dart | 1317 | // Don't forget to add the hidden bit. | COMMENT |
| LOW | …xamples/sdk/sdk/lib/_internal/vm/lib/bigint_patch.dart | 431 | // Don't forget to add the hidden bit. | COMMENT |
| MEDIUM | java/java9/additional-examples/RecyclerView.java | 8800 | * {@link View#measure(int, int)}, you can use this method to get decorations. | COMMENT |
| LOW | …xamples/lua-test-suite/neovim/test/unit/preprocess.lua | 185 | -- Don't forget to close the stream by calling the close() method on it. | CODE |
| LOW | …test-suite/neovim/test/functional/api/version_spec.lua | 111 | "don't forget to set NVIM_API_PRERELEASE to true.") | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | csharp/v8-spec/Python3/CSharpParserBase.py | 93 | CODE | |
| MEDIUM | csharp/v8-spec/Python3/CSharpParserBase.py | 94 | CODE | |
| MEDIUM | csharp/v8-spec/Python3/CSharpParserBase.py | 96 | CODE | |
| MEDIUM | csharp/v8-spec/Python3/CSharpParserBase.py | 97 | CODE | |
| MEDIUM | csharp/v8-spec/Python3/CSharpParserBase.py | 98 | CODE | |
| MEDIUM | csharp/v8-spec/Python3/CSharpParserBase.py | 100 | CODE | |
| MEDIUM | csharp/v8-spec/Python3/CSharpParserBase.py | 101 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | golang/examples/4739.go | 2300 | // Example usage: | COMMENT |
| LOW | _scripts/templates/CSharp/EarleyAtnParser.cs | 16 | // Usage example: | COMMENT |
| LOW | csharp/v7/symbol-mapping.sh | 6 | # Usage: | COMMENT |
| LOW | csharp/v8-spec/tooling/generate-csharp-parser.sh | 26 | # Usage: | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | javascript/javascript/examples/TemplateLiterals.js | 2 | // TODO: implement interpolation expressions parsing. | COMMENT |