build-once run-anywhere c library
This report presents the forensic synthetic code analysis of jart/cosmopolitan, a C project with 21,200 GitHub stars. SynthScan v2.0 examined 3,342,296 lines of code across 10312 source files, recording 18184 pattern matches distributed across 25 syntactic categories. The overall adjusted score of 5.8 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).
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 18184 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 | libc/inttypes.h | 21 | COMMENT | |
| LOW | libc/inttypes.h | 41 | #define __PRI32 "ll" | COMMENT |
| LOW | libc/inttypes.h | 61 | #define __PRI128 "jj" | COMMENT |
| LOW | libc/inttypes.h | 81 | #define __PRIFAST32 "" | COMMENT |
| LOW | libc/inttypes.h | 101 | COMMENT | |
| LOW | libc/inttypes.h | 121 | #define PRIuLEAST64 __PRI64 "u" | COMMENT |
| LOW | libc/inttypes.h | 141 | #define PRIiLEAST16 __PRI16 "i" | COMMENT |
| LOW | libc/inttypes.h | 161 | COMMENT | |
| LOW | libc/inttypes.h | 181 | #define PRIx64 __PRI64 "x" | COMMENT |
| LOW | libc/inttypes.h | 201 | COMMENT | |
| LOW | libc/inttypes.h | 221 | #define PRIb64 __PRI64 "b" | COMMENT |
| LOW | libc/inttypes.h | 241 | COMMENT | |
| LOW | libc/inttypes.h | 261 | #define PRIuMAX "ju" | COMMENT |
| LOW | libc/inttypes.h | 281 | COMMENT | |
| LOW | libc/inttypes.h | 301 | #define SCNi64 __PRI64 "i" | COMMENT |
| LOW | libc/inttypes.h | 321 | #define SCNu16 __PRI16 "u" | COMMENT |
| LOW | libc/inttypes.h | 341 | COMMENT | |
| LOW | libc/inttypes.h | 361 | │ cosmopolitan § dismal format notation » scanf » hexadecimal ─╬─│┼ | COMMENT |
| LOW | libc/inttypes.h | 381 | COMMENT | |
| LOW | libc/inttypes.h | 401 | #define SCNbFAST64 __PRI64 "b" | COMMENT |
| LOW | libc/limits.h | 1 | #ifndef COSMOPOLITAN_LIBC_LIMITS_H_ | COMMENT |
| LOW | libc/limits.h | 21 | #define SCHAR_MAX __SCHAR_MAX__ | COMMENT |
| LOW | libc/limits.h | 41 | #define INTMAX_MAX __INTMAX_MAX__ | COMMENT |
| LOW | libc/limits.h | 61 | COMMENT | |
| LOW | libc/limits.h | 81 | #define UINTPTR_MIN 0ull | COMMENT |
| LOW | libc/limits.h | 101 | #define FILESIZEBITS 64 | COMMENT |
| LOW | libc/limits.h | 121 | #define INT_FAST64_MIN (-__INT_FAST64_MAX__ - 1) | COMMENT |
| LOW | libc/limits.h | 141 | #define UINT_LEAST64_MAX __UINT_LEAST64_MAX__ | COMMENT |
| LOW | libc/dce.h | 1 | #ifdef _COSMO_SOURCE | COMMENT |
| LOW | libc/dce.h | 21 | #define _HOSTMETAL 2 | COMMENT |
| LOW | libc/dce.h | 41 | #define IsTiny() 1 | COMMENT |
| LOW | libc/dce.h | 61 | #define _ARCH_NAME "amd64" | COMMENT |
| LOW | libc/dce.h | 81 | #ifdef __x86_64__ | COMMENT |
| LOW | libc/dce.h | 101 | #define IsBsd() (IsXnu() || IsFreebsd() || IsOpenbsd() || IsNetbsd()) | COMMENT |
| LOW | libc/literal.h | 1 | #ifndef COSMOPOLITAN_LIBC_LITERAL_H_ | COMMENT |
| LOW | libc/literal.h | 21 | #define INT64_C(c) c##L | COMMENT |
| LOW | libc/stdckdint.h | 41 | * @see https://github.com/jart/jtckdint | COMMENT |
| LOW | libc/stdckdint.h | 621 | #define ckd_sub(res, x, y) (*(res) = (x) - (y), 0) | COMMENT |
| LOW | libc/macros.h | 21 | #define TRUE 1 | COMMENT |
| LOW | libc/macros.h | 41 | #define EQUIVALENT(X, Y) (__builtin_constant_p((X) == (Y)) && ((X) == (Y))) | COMMENT |
| LOW | libc/macros.h | 301 | xchg %ax,%ax | COMMENT |
| LOW | libc/zip.h | 1 | #ifndef COSMOPOLITAN_ZIP_H_ | COMMENT |
| LOW | libc/zip.h | 21 | #define kZipErrorEocdNotFound _ZE(-1) | COMMENT |
| LOW | libc/zip.h | 41 | #define kZipOsUnix 3 | COMMENT |
| LOW | libc/zip.h | 61 | #define kZipEra2001 45 /* PKZIP 4.5: kZipExtraZip64 support */ | COMMENT |
| LOW | libc/zip.h | 81 | #define kZipCdirCommentSizeOffset 20 | COMMENT |
| LOW | libc/zip.h | 101 | #define kZipCfileOffsetOffset 42 | COMMENT |
| LOW | libc/zip.h | 121 | #define kZipExtraUnix 0x000d | COMMENT |
| LOW | libc/zip.h | 181 | #define ZIP_CDIR_MAGIC(P) ZIP_READ32(P) | COMMENT |
| LOW | libc/zip.h | 201 | #define ZIP_CDIR64_SIZE(P) ZIP_READ64((P) + 40) | COMMENT |
| LOW | libc/zip.h | 221 | ZIP_READ16((P) + kZipCfileOffsetLastmodifiedtime) /* @see DOS_TIME() */ | COMMENT |
| LOW | libc/zip.h | 241 | ZIP_CFILE_EXTRASIZE(P))) /* recommend stopping at nul */ | COMMENT |
| LOW | libc/zip.h | 261 | ZIP_READ32((P) + kZipLfileOffsetUncompressedsize) | COMMENT |
| LOW | libc/paths.h | 1 | #ifndef COSMOPOLITAN_LIBC_PATHS_H_ | COMMENT |
| LOW | libc/paths.h | 21 | #define _PATH_UTMP "/dev/null/utmp" | COMMENT |
| LOW | libc/imag.h | 1 | #ifndef COSMOPOLITAN_LIBC_IMAG_H_ | COMMENT |
| LOW | libc/iso646.h | 1 | #ifndef COSMOPOLITAN_LIBC_ISO646_H_ | COMMENT |
| LOW | libc/macho.h | 1 | #ifndef COSMOPOLITAN_LIBC_MACHO_H_ | COMMENT |
| LOW | libc/macho.h | 21 | #define MAC_CPU_ARM64_32 (MAC_CPU_ARM | MAC_ARCH_ABI64_32) | COMMENT |
| LOW | libc/macho.h | 81 | #define MAC_BINDATLOAD 0x8 | COMMENT |
| 8792 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | third_party/python/Tools/gdb/libpython.py | 1647 | def get_selected_python_frame(cls): | CODE |
| LOW | third_party/python/Tools/gdb/libpython.py | 1665 | def get_selected_bytecode_frame(cls): | CODE |
| LOW | third_party/python/Tools/iobench/iobench.py | 191 | def modify_seek_forward_bytewise(f, source): | CODE |
| LOW | third_party/python/Tools/iobench/iobench.py | 200 | def modify_seek_forward_blockwise(f, source): | CODE |
| LOW⚡ | third_party/python/Tools/stringbench/stringbench.py | 76 | def in_test_quick_match_single_character(STR): | CODE |
| LOW⚡ | third_party/python/Tools/stringbench/stringbench.py | 83 | def in_test_no_match_single_character(STR): | CODE |
| LOW⚡ | third_party/python/Tools/stringbench/stringbench.py | 91 | def in_test_quick_match_two_characters(STR): | CODE |
| LOW⚡ | third_party/python/Tools/stringbench/stringbench.py | 98 | def in_test_no_match_two_character(STR): | CODE |
| LOW⚡ | third_party/python/Tools/stringbench/stringbench.py | 105 | def in_test_slow_match_two_characters(STR): | CODE |
| LOW⚡ | third_party/python/Tools/stringbench/stringbench.py | 141 | def find_test_quick_match_single_character(STR): | CODE |
| LOW⚡ | third_party/python/Tools/stringbench/stringbench.py | 149 | def find_test_no_match_single_character(STR): | CODE |
| LOW⚡ | third_party/python/Tools/stringbench/stringbench.py | 158 | def find_test_quick_match_two_characters(STR): | CODE |
| LOW⚡ | third_party/python/Tools/stringbench/stringbench.py | 166 | def find_test_no_match_two_character(STR): | CODE |
| LOW⚡ | third_party/python/Tools/stringbench/stringbench.py | 174 | def find_test_no_match_two_character_bis(STR): | CODE |
| LOW⚡ | third_party/python/Tools/stringbench/stringbench.py | 182 | def find_test_slow_match_two_characters(STR): | CODE |
| LOW⚡ | third_party/python/Tools/stringbench/stringbench.py | 190 | def find_test_slow_match_two_characters_bis(STR): | CODE |
| LOW⚡ | third_party/python/Tools/stringbench/stringbench.py | 225 | def rfind_test_quick_match_single_character(STR): | CODE |
| LOW⚡ | third_party/python/Tools/stringbench/stringbench.py | 233 | def rfind_test_no_match_single_character(STR): | CODE |
| LOW⚡ | third_party/python/Tools/stringbench/stringbench.py | 242 | def rfind_test_quick_match_two_characters(STR): | CODE |
| LOW⚡ | third_party/python/Tools/stringbench/stringbench.py | 250 | def rfind_test_no_match_two_character(STR): | CODE |
| LOW⚡ | third_party/python/Tools/stringbench/stringbench.py | 258 | def rfind_test_no_match_two_character_bis(STR): | CODE |
| LOW⚡ | third_party/python/Tools/stringbench/stringbench.py | 266 | def rfind_test_slow_match_two_characters(STR): | CODE |
| LOW⚡ | third_party/python/Tools/stringbench/stringbench.py | 274 | def rfind_test_slow_match_two_characters_bis(STR): | CODE |
| LOW⚡ | third_party/python/Tools/stringbench/stringbench.py | 310 | def index_test_quick_match_single_character(STR): | CODE |
| LOW⚡ | third_party/python/Tools/stringbench/stringbench.py | 318 | def index_test_quick_match_two_characters(STR): | CODE |
| LOW⚡ | third_party/python/Tools/stringbench/stringbench.py | 326 | def index_test_slow_match_two_characters(STR): | CODE |
| LOW⚡ | third_party/python/Tools/stringbench/stringbench.py | 349 | def rindex_test_quick_match_single_character(STR): | CODE |
| LOW⚡ | third_party/python/Tools/stringbench/stringbench.py | 357 | def rindex_test_quick_match_two_characters(STR): | CODE |
| LOW⚡ | third_party/python/Tools/stringbench/stringbench.py | 365 | def rindex_test_slow_match_two_characters(STR): | CODE |
| LOW⚡ | third_party/python/Tools/stringbench/stringbench.py | 388 | def partition_test_quick_match_single_character(STR): | CODE |
| LOW⚡ | third_party/python/Tools/stringbench/stringbench.py | 396 | def partition_test_no_match_single_character(STR): | CODE |
| LOW⚡ | third_party/python/Tools/stringbench/stringbench.py | 405 | def partition_test_quick_match_two_characters(STR): | CODE |
| LOW⚡ | third_party/python/Tools/stringbench/stringbench.py | 413 | def partition_test_no_match_two_character(STR): | CODE |
| LOW⚡ | third_party/python/Tools/stringbench/stringbench.py | 421 | def partition_test_slow_match_two_characters(STR): | CODE |
| LOW⚡ | third_party/python/Tools/stringbench/stringbench.py | 444 | def rpartition_test_quick_match_single_character(STR): | CODE |
| LOW⚡ | third_party/python/Tools/stringbench/stringbench.py | 452 | def rpartition_test_no_match_single_character(STR): | CODE |
| LOW⚡ | third_party/python/Tools/stringbench/stringbench.py | 461 | def rpartition_test_quick_match_two_characters(STR): | CODE |
| LOW⚡ | third_party/python/Tools/stringbench/stringbench.py | 469 | def rpartition_test_no_match_two_character(STR): | CODE |
| LOW⚡ | third_party/python/Tools/stringbench/stringbench.py | 477 | def rpartition_test_slow_match_two_characters(STR): | CODE |
| LOW⚡ | third_party/python/Tools/stringbench/stringbench.py | 500 | def split_test_quick_match_single_character(STR): | CODE |
| LOW⚡ | third_party/python/Tools/stringbench/stringbench.py | 508 | def split_test_no_match_single_character(STR): | CODE |
| LOW⚡ | third_party/python/Tools/stringbench/stringbench.py | 517 | def split_test_quick_match_two_characters(STR): | CODE |
| LOW⚡ | third_party/python/Tools/stringbench/stringbench.py | 525 | def split_test_no_match_two_character(STR): | CODE |
| LOW⚡ | third_party/python/Tools/stringbench/stringbench.py | 533 | def split_test_slow_match_two_characters(STR): | CODE |
| LOW⚡ | third_party/python/Tools/stringbench/stringbench.py | 556 | def rsplit_test_quick_match_single_character(STR): | CODE |
| LOW⚡ | third_party/python/Tools/stringbench/stringbench.py | 564 | def rsplit_test_no_match_single_character(STR): | CODE |
| LOW⚡ | third_party/python/Tools/stringbench/stringbench.py | 573 | def rsplit_test_quick_match_two_characters(STR): | CODE |
| LOW⚡ | third_party/python/Tools/stringbench/stringbench.py | 581 | def rsplit_test_no_match_two_character(STR): | CODE |
| LOW⚡ | third_party/python/Tools/stringbench/stringbench.py | 589 | def rsplit_test_slow_match_two_characters(STR): | CODE |
| LOW | third_party/python/Tools/stringbench/stringbench.py | 717 | def join_alphabet_list_single(STR): | CODE |
| LOW | third_party/python/Tools/stringbench/stringbench.py | 925 | def split_multichar_sep_small(STR): | STRING |
| LOW | third_party/python/Tools/stringbench/stringbench.py | 934 | def rsplit_multichar_sep_small(STR): | STRING |
| LOW | third_party/python/Tools/stringbench/stringbench.py | 1143 | def terminal_newline_strip_right(STR): | STRING |
| LOW | third_party/python/Tools/stringbench/stringbench.py | 1157 | def terminal_newline_strip_left(STR): | STRING |
| LOW | third_party/python/Tools/stringbench/stringbench.py | 1164 | def terminal_newline_strip_both(STR): | STRING |
| LOW | third_party/python/Tools/stringbench/stringbench.py | 1224 | def replace_single_character_re(STR): | STRING |
| LOW | third_party/python/Tools/stringbench/stringbench.py | 1234 | def replace_single_character_big(STR): | STRING |
| LOW | third_party/python/Tools/stringbench/stringbench.py | 1245 | def replace_single_character_big_re(STR): | STRING |
| LOW | third_party/python/Tools/stringbench/stringbench.py | 1256 | def replace_multiple_characters_dna(STR): | STRING |
| LOW | third_party/python/Tools/stringbench/stringbench.py | 1267 | def replace_multiple_character_big(STR): | STRING |
| 4748 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | third_party/python/Parser/asdl_c.py | 861 | if (obj != Py_None && obj != Py_True && obj != Py_False) { | CODE |
| HIGH | third_party/python/Parser/asdl_c.py | 934 | if (i == -1 && PyErr_Occurred()) | CODE |
| HIGH | third_party/python/Parser/asdl_c.py | 1236 | assert(0 <= mode && mode <= 2); | CODE |
| HIGH | third_party/python/Lib/macpath.py | 58 | path[:0] + colon #23780: Ensure compatible data type even if p is null. | CODE |
| HIGH | third_party/python/Lib/code.py | 233 | more = self.push(line) | CODE |
| HIGH | third_party/python/Lib/numbers.py | 28 | ## binary floats (i.e. Decimal('3.14') + 2.71828 is undefined). But, | COMMENT |
| HIGH | third_party/python/Lib/turtle.py | 1969 | self.undobuffer.push(["seq"]) | CODE |
| HIGH | third_party/python/Lib/turtle.py | 2410 | self.undobuffer.push(("pen", _p_buf)) | CODE |
| HIGH | third_party/python/Lib/turtle.py | 3076 | self.undobuffer.push(("stamp", stitem)) | CODE |
| HIGH | third_party/python/Lib/turtle.py | 3162 | self.undobuffer.push(undo_entry) | CODE |
| HIGH | third_party/python/Lib/turtle.py | 3266 | self.undobuffer.push(("rot", angle, self._degreesPerAU)) | CODE |
| HIGH | third_party/python/Lib/turtle.py | 3327 | self.undobuffer.push(("beginfill", self._fillitem)) | CODE |
| HIGH | third_party/python/Lib/turtle.py | 3347 | self.undobuffer.push(("dofill", self._fillitem)) | CODE |
| HIGH | third_party/python/Lib/turtle.py | 3381 | self.undobuffer.push(("dot", item)) | CODE |
| HIGH | third_party/python/Lib/turtle.py | 3385 | self.undobuffer.push(["seq"]) | CODE |
| HIGH | third_party/python/Lib/turtle.py | 3406 | self.undobuffer.push(("wri", item)) | CODE |
| HIGH | third_party/python/Lib/turtle.py | 3429 | self.undobuffer.push(["seq"]) | CODE |
| HIGH | third_party/python/Lib/posixpath.py | 87 | path[:0] + sep #23780: Ensure compatible data type even if p is null. | CODE |
| HIGH⚡ | third_party/python/Lib/locale.py | 1674 | print('Language: ', lang or '(undefined)') | CODE |
| HIGH⚡ | third_party/python/Lib/locale.py | 1675 | print('Encoding: ', enc or '(undefined)') | CODE |
| HIGH⚡ | third_party/python/Lib/locale.py | 1683 | print(' Language: ', lang or '(undefined)') | CODE |
| HIGH⚡ | third_party/python/Lib/locale.py | 1684 | print(' Encoding: ', enc or '(undefined)') | CODE |
| HIGH⚡ | third_party/python/Lib/locale.py | 1694 | print(' Language: ', lang or '(undefined)') | CODE |
| HIGH⚡ | third_party/python/Lib/locale.py | 1695 | print(' Encoding: ', enc or '(undefined)') | CODE |
| HIGH | third_party/python/Lib/locale.py | 1711 | print(' Language: ', lang or '(undefined)') | CODE |
| HIGH | third_party/python/Lib/locale.py | 1712 | print(' Encoding: ', enc or '(undefined)') | CODE |
| HIGH | third_party/python/Lib/contextlib.py | 286 | self.push(_exit_wrapper) | CODE |
| HIGH | third_party/python/Lib/contextlib.py | 318 | self.push(_exit_wrapper) | CODE |
| HIGH | third_party/python/Lib/ntpath.py | 88 | path[:0] + sep #23780: Ensure compatible data type even if p is null. | CODE |
| HIGH⚡ | third_party/python/Lib/smtpd.py | 353 | self.push('500 Error: line too long') | CODE |
| HIGH⚡ | third_party/python/Lib/smtpd.py | 357 | self.push('500 Error: command "%s" not recognized' % command) | CODE |
| HIGH⚡ | third_party/python/Lib/smtpd.py | 363 | self.push('451 Internal confusion') | CODE |
| HIGH⚡ | third_party/python/Lib/smtpd.py | 367 | self.push('552 Error: Too much mail data') | CODE |
| HIGH⚡ | third_party/python/Lib/smtpd.py | 389 | self.push('250 OK') | CODE |
| HIGH⚡ | third_party/python/Lib/smtpd.py | 391 | self.push(status) | CODE |
| HIGH⚡ | third_party/python/Lib/smtpd.py | 396 | self.push('501 Syntax: HELO hostname') | CODE |
| HIGH⚡ | third_party/python/Lib/smtpd.py | 400 | self.push('503 Duplicate HELO/EHLO') | CODE |
| HIGH⚡ | third_party/python/Lib/smtpd.py | 404 | self.push('250 %s' % self.fqdn) | CODE |
| HIGH⚡ | third_party/python/Lib/smtpd.py | 408 | self.push('501 Syntax: EHLO hostname') | CODE |
| HIGH⚡ | third_party/python/Lib/smtpd.py | 412 | self.push('503 Duplicate HELO/EHLO') | CODE |
| HIGH⚡ | third_party/python/Lib/smtpd.py | 417 | self.push('250-%s' % self.fqdn) | CODE |
| HIGH⚡ | third_party/python/Lib/smtpd.py | 419 | self.push('250-SIZE %s' % self.data_size_limit) | CODE |
| HIGH⚡ | third_party/python/Lib/smtpd.py | 422 | self.push('250-8BITMIME') | CODE |
| HIGH⚡ | third_party/python/Lib/smtpd.py | 424 | self.push('250-SMTPUTF8') | CODE |
| HIGH⚡ | third_party/python/Lib/smtpd.py | 426 | self.push('250 HELP') | CODE |
| HIGH⚡ | third_party/python/Lib/smtpd.py | 430 | self.push('501 Syntax: NOOP') | CODE |
| HIGH⚡ | third_party/python/Lib/smtpd.py | 432 | self.push('250 OK') | CODE |
| HIGH⚡ | third_party/python/Lib/smtpd.py | 436 | self.push('221 Bye') | CODE |
| HIGH⚡ | third_party/python/Lib/smtpd.py | 472 | self.push('250 Syntax: EHLO hostname') | CODE |
| HIGH⚡ | third_party/python/Lib/smtpd.py | 474 | self.push('250 Syntax: HELO hostname') | CODE |
| HIGH⚡ | third_party/python/Lib/smtpd.py | 479 | self.push(msg) | CODE |
| HIGH⚡ | third_party/python/Lib/smtpd.py | 484 | self.push(msg) | CODE |
| HIGH⚡ | third_party/python/Lib/smtpd.py | 486 | self.push('250 Syntax: DATA') | CODE |
| HIGH⚡ | third_party/python/Lib/smtpd.py | 488 | self.push('250 Syntax: RSET') | CODE |
| HIGH⚡ | third_party/python/Lib/smtpd.py | 490 | self.push('250 Syntax: NOOP') | CODE |
| HIGH⚡ | third_party/python/Lib/smtpd.py | 492 | self.push('250 Syntax: QUIT') | CODE |
| HIGH⚡ | third_party/python/Lib/smtpd.py | 494 | self.push('250 Syntax: VRFY <address>') | CODE |
| HIGH⚡ | third_party/python/Lib/smtpd.py | 496 | self.push('501 Supported commands: EHLO HELO MAIL RCPT ' | CODE |
| HIGH⚡ | third_party/python/Lib/smtpd.py | 499 | self.push('250 Supported commands: EHLO HELO MAIL RCPT DATA ' | CODE |
| HIGH⚡ | third_party/python/Lib/smtpd.py | 506 | self.push('252 Cannot VRFY user, but will accept message ' | CODE |
| 236 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM⚡ | libc/sysv/syscalls.sh | 22 | # The Fifth Bell System Interface, Community Edition ┌─────────────────────────┐ | COMMENT |
| MEDIUM⚡ | libc/sysv/syscalls.sh | 24 | # ├─────────────────────────┤ | COMMENT |
| MEDIUM⚡ | libc/sysv/syscalls.sh | 29 | # FreeBSD┐ │ │ └─────────────────────────┘ | COMMENT |
| MEDIUM | libc/sysv/syscalls.sh | 294 | #──────────────────────RHEL 5.0 LIMIT──────────────────────────────── # ←┬─ last distro with gplv2 licensed compi | COMMENT |
| MEDIUM | libc/sysv/syscalls.sh | 315 | #──────────────────────RHEL 6.0 LIMIT──────────────────────────────── # ←┬─ modern glibc needs rhel6+ c. 2011 | COMMENT |
| MEDIUM | libc/sysv/syscalls.sh | 331 | #──────────────────────RHEL 7.0 LIMIT──────────────────────────────── # ←┬─ anything that links or uses c++11 code needs | COMMENT |
| MEDIUM | libc/sysv/syscalls.sh | 353 | #──────────────────────LINUX 4.18 LIMIT────────────────────────────── # ←┬─ last version of linux kernel buildable with | COMMENT |
| MEDIUM | libc/sysv/syscalls.sh | 358 | #────────────────────────RHEL CLOUD────────────────────────────────── # ←──────┬─ red hat terminates community release o | COMMENT |
| MEDIUM | libc/sysv/syscalls.sh | 415 | #──────────────────XNU & FREEBSD & NETBSD──────────────────────────────────── | COMMENT |
| MEDIUM | libc/sysv/syscalls.sh | 427 | #───────────────────────XNU & FREEBSD──────────────────────────────────────── | COMMENT |
| MEDIUM | libc/sysv/syscalls.sh | 458 | #─────────────────────FREEBSD & OPENBSD────────────────────────────────────── | COMMENT |
| MEDIUM | libc/sysv/syscalls.sh | 465 | #───────────────────────────XNU────────────────────────────────────────────── | COMMENT |
| MEDIUM | libc/sysv/syscalls.sh | 634 | #──────────────────────────FREEBSD─────────────────────────────────────────── | COMMENT |
| MEDIUM | libc/sysv/syscalls.sh | 761 | #──────────────────────────OPENBSD─────────────────────────────────────────── | COMMENT |
| MEDIUM | libc/sysv/syscalls.sh | 781 | #──────────────────────────NETBSD──────────────────────────────────────────── | COMMENT |
| MEDIUM | libc/dlopen/dlopen.c | 471 | // │├┐┌─┴──┐├┐┌──────┴───────┐┌─┴─┐ | COMMENT |
| MEDIUM | libc/thread/mktls.c | 65 | // ┌───┬──────────┬──────────┼───┐ | COMMENT |
| MEDIUM | libc/thread/mktls.c | 67 | // └───┴──────────┴──────────┼───┘ | COMMENT |
| MEDIUM | libc/thread/mktls.c | 102 | // ┌───┼───┬──────────┬──────────┐ | COMMENT |
| MEDIUM | libc/thread/mktls.c | 104 | // ├───┴───┴──────────┴──────────┘ | COMMENT |
| MEDIUM | libc/thread/lock.h | 22 | // ┌──────────────┴───────────────┐ │││┌─┴──┐│││├┐ | COMMENT |
| MEDIUM | libc/thread/posixthread.internal.h | 18 | // └──────────────┘ | COMMENT |
| MEDIUM | libc/str/SpecialCasing.txt | 27 | # ================================================================================ | COMMENT |
| MEDIUM | libc/str/SpecialCasing.txt | 29 | # ================================================================================ | COMMENT |
| MEDIUM⚡ | libc/str/SpecialCasing.txt | 56 | # ================================================================================ | COMMENT |
| MEDIUM⚡ | libc/str/SpecialCasing.txt | 58 | # ================================================================================ | COMMENT |
| MEDIUM⚡ | libc/str/SpecialCasing.txt | 60 | # ================================================================================ | COMMENT |
| MEDIUM⚡ | libc/str/SpecialCasing.txt | 198 | # ================================================================================ | COMMENT |
| MEDIUM⚡ | libc/str/SpecialCasing.txt | 202 | # ================================================================================ | COMMENT |
| MEDIUM⚡ | libc/str/SpecialCasing.txt | 207 | # ================================================================================ | COMMENT |
| MEDIUM | libc/str/SpecialCasing.txt | 224 | # ================================================================================ | COMMENT |
| MEDIUM | libc/str/SpecialCasing.txt | 229 | # ================================================================================ | COMMENT |
| MEDIUM | libc/str/SpecialCasing.txt | 250 | # ================================================================================ | COMMENT |
| MEDIUM | libc/str/blocks.txt | 12 | # ================================================ | COMMENT |
| MEDIUM⚡ | ape/specification.md | 532 | // IM: Invalid Operation ───────────────┐ | COMMENT |
| MEDIUM⚡ | ape/specification.md | 533 | // DM: Denormal Operand ───────────────┐│ | COMMENT |
| MEDIUM⚡ | ape/specification.md | 534 | // ZM: Zero Divide ───────────────────┐││ | COMMENT |
| MEDIUM⚡ | ape/specification.md | 535 | // OM: Overflow ─────────────────────┐│││ | COMMENT |
| MEDIUM⚡ | ape/specification.md | 536 | // UM: Underflow ───────────────────┐││││ | COMMENT |
| MEDIUM⚡ | ape/specification.md | 537 | // PM: Precision ──────────────────┐│││││ | COMMENT |
| MEDIUM⚡ | ape/specification.md | 538 | // PC: Precision Control ───────┐ ││││││ | COMMENT |
| MEDIUM⚡ | ape/specification.md | 540 | // RC: Rounding Control ──────┐ │ ││││││ | COMMENT |
| MEDIUM | net/http/khttptoken.c | 25 | // ──────────────── ──────────────── | COMMENT |
| MEDIUM | net/http/kescapeip.c | 25 | // ──────────────── ──────────────── | COMMENT |
| MEDIUM | net/http/kescapepath.c | 25 | // ──────────────── ──────────────── | COMMENT |
| MEDIUM | net/http/khostchars.c | 25 | // ──────────────── ──────────────── | COMMENT |
| MEDIUM | net/http/kescapefragment.c | 25 | // ──────────────── ──────────────── | COMMENT |
| MEDIUM | net/http/kescapesegment.c | 25 | // ──────────────── ──────────────── | COMMENT |
| MEDIUM | net/http/kescapeauthority.c | 25 | // ──────────────── ──────────────── | COMMENT |
| MEDIUM | net/http/kescapeparam.c | 25 | // ──────────────── ──────────────── | COMMENT |
| MEDIUM | third_party/python/Tools/unicode/makeunicodedata.py | 42 | # -------------------- | COMMENT |
| MEDIUM | third_party/python/Tools/unicode/makeunicodedata.py | 165 | # -------------------------------------------------------------------- | STRING |
| MEDIUM | third_party/python/Tools/unicode/makeunicodedata.py | 485 | # -------------------------------------------------------------------- | STRING |
| MEDIUM | third_party/python/Tools/unicode/makeunicodedata.py | 667 | # -------------------------------------------------------------------- | STRING |
| MEDIUM | third_party/python/Tools/unicode/makeunicodedata.py | 958 | # -------------------------------------------------------------------- | STRING |
| MEDIUM | third_party/python/Tools/scripts/texi2html.py | 85 | # ----------------------------------------------------- | COMMENT |
| MEDIUM | third_party/python/Parser/asdl.py | 1 | #------------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | third_party/python/Parser/asdl.py | 21 | #------------------------------------------------------------------------------- | COMMENT |
| MEDIUM | third_party/python/Lib/asyncore.py | 5 | # ====================================================================== | COMMENT |
| MEDIUM | third_party/python/Lib/asyncore.py | 26 | # ====================================================================== | COMMENT |
| 334 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | third_party/python/PC/testpy.py | 15 | CODE | |
| LOW | third_party/python/Tools/ssl/multissltests.py | 25 | CODE | |
| LOW | third_party/python/Tools/gdb/libpython.py | 47 | CODE | |
| LOW | third_party/python/Tools/unicode/makeunicodedata.py | 36 | CODE | |
| LOW | third_party/python/Tools/ccbench/ccbench.py | 3 | CODE | |
| LOW | third_party/python/Tools/ccbench/ccbench.py | 4 | CODE | |
| LOW | third_party/python/Tools/pybench/systimes.py | 35 | CODE | |
| LOW | third_party/python/Tools/pybench/CommandLine.py | 14 | CODE | |
| LOW | third_party/python/Tools/pybench/Imports.py | 4 | CODE | |
| LOW | third_party/python/Tools/pybench/Imports.py | 5 | CODE | |
| LOW | third_party/python/Tools/pybench/Imports.py | 16 | CODE | |
| LOW | third_party/python/Tools/pybench/Imports.py | 17 | CODE | |
| LOW | third_party/python/Tools/pybench/Imports.py | 18 | CODE | |
| LOW | third_party/python/Tools/pybench/Imports.py | 19 | CODE | |
| LOW | third_party/python/Tools/pybench/Imports.py | 20 | CODE | |
| LOW | third_party/python/Tools/pybench/Imports.py | 22 | CODE | |
| LOW | third_party/python/Tools/pybench/Imports.py | 23 | CODE | |
| LOW | third_party/python/Tools/pybench/Imports.py | 24 | CODE | |
| LOW | third_party/python/Tools/pybench/Imports.py | 25 | CODE | |
| LOW | third_party/python/Tools/pybench/Imports.py | 26 | CODE | |
| LOW | third_party/python/Tools/pybench/Imports.py | 28 | CODE | |
| LOW | third_party/python/Tools/pybench/Imports.py | 29 | CODE | |
| LOW | third_party/python/Tools/pybench/Imports.py | 30 | CODE | |
| LOW | third_party/python/Tools/pybench/Imports.py | 31 | CODE | |
| LOW | third_party/python/Tools/pybench/Imports.py | 32 | CODE | |
| LOW | third_party/python/Tools/pybench/Imports.py | 34 | CODE | |
| LOW | third_party/python/Tools/pybench/Imports.py | 35 | CODE | |
| LOW | third_party/python/Tools/pybench/Imports.py | 36 | CODE | |
| LOW | third_party/python/Tools/pybench/Imports.py | 37 | CODE | |
| LOW | third_party/python/Tools/pybench/Imports.py | 38 | CODE | |
| LOW | third_party/python/Tools/pybench/Imports.py | 40 | CODE | |
| LOW | third_party/python/Tools/pybench/Imports.py | 41 | CODE | |
| LOW | third_party/python/Tools/pybench/Imports.py | 42 | CODE | |
| LOW | third_party/python/Tools/pybench/Imports.py | 43 | CODE | |
| LOW | third_party/python/Tools/pybench/Imports.py | 44 | CODE | |
| LOW | third_party/python/Tools/pybench/Imports.py | 61 | CODE | |
| LOW | third_party/python/Tools/pybench/Imports.py | 62 | CODE | |
| LOW | third_party/python/Tools/pybench/Imports.py | 63 | CODE | |
| LOW | third_party/python/Tools/pybench/Imports.py | 64 | CODE | |
| LOW | third_party/python/Tools/pybench/Imports.py | 65 | CODE | |
| LOW | third_party/python/Tools/pybench/Imports.py | 67 | CODE | |
| LOW | third_party/python/Tools/pybench/Imports.py | 68 | CODE | |
| LOW | third_party/python/Tools/pybench/Imports.py | 69 | CODE | |
| LOW | third_party/python/Tools/pybench/Imports.py | 70 | CODE | |
| LOW | third_party/python/Tools/pybench/Imports.py | 71 | CODE | |
| LOW | third_party/python/Tools/pybench/Imports.py | 73 | CODE | |
| LOW | third_party/python/Tools/pybench/Imports.py | 74 | CODE | |
| LOW | third_party/python/Tools/pybench/Imports.py | 75 | CODE | |
| LOW | third_party/python/Tools/pybench/Imports.py | 76 | CODE | |
| LOW | third_party/python/Tools/pybench/Imports.py | 77 | CODE | |
| LOW | third_party/python/Tools/pybench/Imports.py | 79 | CODE | |
| LOW | third_party/python/Tools/pybench/Imports.py | 80 | CODE | |
| LOW | third_party/python/Tools/pybench/Imports.py | 81 | CODE | |
| LOW | third_party/python/Tools/pybench/Imports.py | 82 | CODE | |
| LOW | third_party/python/Tools/pybench/Imports.py | 83 | CODE | |
| LOW | third_party/python/Tools/pybench/Imports.py | 85 | CODE | |
| LOW | third_party/python/Tools/pybench/Imports.py | 86 | CODE | |
| LOW | third_party/python/Tools/pybench/Imports.py | 87 | CODE | |
| LOW | third_party/python/Tools/pybench/Imports.py | 88 | CODE | |
| LOW | third_party/python/Tools/pybench/Imports.py | 89 | CODE | |
| 1253 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | third_party/python/Tools/demo/markov.py | 39 | CODE | |
| LOW | third_party/python/Tools/ssl/multissltests.py | 393 | CODE | |
| LOW | third_party/python/Tools/gdb/libpython.py | 490 | CODE | |
| LOW | third_party/python/Tools/gdb/libpython.py | 1080 | CODE | |
| LOW | third_party/python/Tools/gdb/libpython.py | 1178 | CODE | |
| LOW | third_party/python/Tools/gdb/libpython.py | 1250 | CODE | |
| LOW | third_party/python/Tools/gdb/libpython.py | 1678 | CODE | |
| LOW | third_party/python/Tools/gdb/libpython.py | 1697 | CODE | |
| LOW | third_party/python/Tools/freeze/parsesetup.py | 48 | CODE | |
| LOW | third_party/python/Tools/freeze/makefreeze.py | 32 | CODE | |
| LOW | third_party/python/Tools/freeze/freeze.py | 110 | CODE | |
| LOW | third_party/python/Tools/freeze/checkextensions.py | 8 | CODE | |
| LOW | third_party/python/Tools/freeze/makeconfig.py | 9 | CODE | |
| LOW | third_party/python/Tools/unicode/mkstringprep.py | 17 | CODE | |
| LOW | third_party/python/Tools/unicode/makeunicodedata.py | 168 | CODE | |
| LOW | third_party/python/Tools/unicode/makeunicodedata.py | 488 | CODE | |
| LOW | third_party/python/Tools/unicode/makeunicodedata.py | 670 | CODE | |
| LOW | third_party/python/Tools/unicode/makeunicodedata.py | 843 | CODE | |
| LOW | third_party/python/Tools/unicode/makeunicodedata.py | 971 | CODE | |
| LOW | third_party/python/Tools/unicode/makeunicodedata.py | 1426 | CODE | |
| LOW | third_party/python/Tools/stringbench/stringbench.py | 1409 | CODE | |
| LOW | third_party/python/Tools/parser/unparse.py | 679 | CODE | |
| LOW | third_party/python/Tools/ccbench/ccbench.py | 434 | CODE | |
| LOW | third_party/python/Tools/pybench/CommandLine.py | 63 | CODE | |
| LOW | third_party/python/Tools/pybench/CommandLine.py | 407 | CODE | |
| LOW | third_party/python/Tools/pybench/pybench.py | 98 | CODE | |
| LOW | third_party/python/Tools/pybench/pybench.py | 639 | CODE | |
| LOW | third_party/python/Tools/pybench/Constructs.py | 9 | CODE | |
| LOW | third_party/python/Tools/pybench/Constructs.py | 476 | CODE | |
| LOW | third_party/python/Tools/scripts/reindent.py | 69 | CODE | |
| LOW | third_party/python/Tools/scripts/reindent.py | 104 | CODE | |
| LOW | third_party/python/Tools/scripts/reindent.py | 201 | CODE | |
| LOW | third_party/python/Tools/scripts/reindent.py | 285 | CODE | |
| LOW | third_party/python/Tools/scripts/pickle2db.py | 55 | CODE | |
| LOW | third_party/python/Tools/scripts/linktree.py | 50 | CODE | |
| LOW | third_party/python/Tools/scripts/pdeps.py | 94 | CODE | |
| LOW | third_party/python/Tools/scripts/db2pickle.py | 50 | CODE | |
| LOW | third_party/python/Tools/scripts/ifdef.py | 52 | CODE | |
| LOW | third_party/python/Tools/scripts/pathfix.py | 38 | CODE | |
| LOW | third_party/python/Tools/scripts/pathfix.py | 77 | CODE | |
| LOW | third_party/python/Tools/scripts/fixdiv.py | 205 | CODE | |
| LOW | third_party/python/Tools/scripts/cleanfuture.py | 57 | CODE | |
| LOW | third_party/python/Tools/scripts/cleanfuture.py | 156 | CODE | |
| LOW | third_party/python/Tools/scripts/fixcid.py | 62 | CODE | |
| LOW | third_party/python/Tools/scripts/fixcid.py | 95 | CODE | |
| LOW | third_party/python/Tools/scripts/fixcid.py | 117 | CODE | |
| LOW | third_party/python/Tools/scripts/fixcid.py | 227 | CODE | |
| LOW | third_party/python/Tools/scripts/pysource.py | 91 | CODE | |
| LOW | third_party/python/Tools/scripts/findnocoding.py | 19 | CODE | |
| LOW | third_party/python/Tools/scripts/analyze_dxp.py | 54 | CODE | |
| LOW | third_party/python/Tools/scripts/checkpyc.py | 15 | CODE | |
| LOW | third_party/python/Tools/scripts/fixnotice.py | 59 | CODE | |
| LOW | third_party/python/Tools/scripts/h2py.py | 59 | CODE | |
| LOW | third_party/python/Tools/scripts/h2py.py | 110 | CODE | |
| LOW | third_party/python/Tools/scripts/highlight.py | 27 | CODE | |
| LOW | third_party/python/Tools/scripts/mailerdaemon.py | 97 | CODE | |
| LOW | third_party/python/Tools/scripts/md5sum.py | 72 | CODE | |
| LOW | third_party/python/Tools/scripts/patchcheck.py | 95 | CODE | |
| LOW | third_party/python/Tools/scripts/patchcheck.py | 172 | CODE | |
| LOW | third_party/python/Tools/scripts/which.py | 16 | CODE | |
| 1005 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | third_party/python/Tools/demo/mcast.py | 55 | # Create a socket | COMMENT |
| MEDIUM | third_party/python/Tools/freeze/freeze.py | 437 | # Create a module definition for the bootstrap C code. | COMMENT |
| MEDIUM | …ird_party/python/Tools/freeze/checkextensions_win32.py | 58 | # Create a table of frozen extensions | COMMENT |
| MEDIUM | third_party/python/Tools/unicode/mkstringprep.py | 115 | print("""# This file is generated by mkstringprep.py. DO NOT EDIT. | CODE |
| MEDIUM | third_party/python/Tools/ccbench/ccbench.py | 302 | # Create a listening socket to receive the pings. We use UDP which should | COMMENT |
| MEDIUM | third_party/python/Tools/ccbench/ccbench.py | 435 | # Create a listening socket to receive the packets. We use UDP which should | COMMENT |
| MEDIUM | third_party/python/Tools/scripts/ptags.py | 5 | # Create a tags file for Python programs, usable with vi. | COMMENT |
| MEDIUM⚡ | third_party/python/Tools/scripts/highlight.py | 215 | # Create an HTML section to embed in an existing webpage | COMMENT |
| MEDIUM⚡ | third_party/python/Tools/scripts/highlight.py | 218 | # Create a complete HTML file | COMMENT |
| MEDIUM⚡ | third_party/python/Tools/scripts/highlight.py | 221 | # Create a PDF using LaTeX | COMMENT |
| MEDIUM | third_party/python/Tools/scripts/texi2html.py | 208 | # Initialize an instance | COMMENT |
| MEDIUM | third_party/python/Tools/scripts/pindent.py | 3 | # This file contains a class and a main program that perform three | COMMENT |
| MEDIUM⚡ | third_party/python/Parser/asdl.py | 29 | # The following classes define nodes into which the ASDL description is parsed. | COMMENT |
| MEDIUM | third_party/python/Lib/ipaddress.py | 1447 | """This class represents and manipulates 32-bit IPv4 network + addresses.. | STRING |
| MEDIUM | third_party/python/Lib/ipaddress.py | 2129 | """This class represents and manipulates 128-bit IPv6 networks. | STRING |
| MEDIUM | third_party/python/Lib/_compat_pickle.py | 1 | # This module is used to map the old Python 2 names to the new names used in | COMMENT |
| MEDIUM⚡ | third_party/python/Lib/bdb.py | 182 | """This method is called when there is the remote possibility | STRING |
| MEDIUM⚡ | third_party/python/Lib/bdb.py | 187 | """This method is called when we stop or break at this line.""" | STRING |
| MEDIUM⚡ | third_party/python/Lib/bdb.py | 191 | """This method is called when a return trap is set here.""" | STRING |
| MEDIUM⚡ | third_party/python/Lib/bdb.py | 195 | """This method is called if an exception occurs, | STRING |
| MEDIUM | third_party/python/Lib/bdb.py | 419 | # The following methods can be called by clients to use | COMMENT |
| MEDIUM | third_party/python/Lib/bdb.py | 461 | # This method is more useful to debug a single function call. | COMMENT |
| MEDIUM | third_party/python/Lib/cProfile.py | 105 | # This method is more useful to profile a single function call. | COMMENT |
| MEDIUM | third_party/python/Lib/token.py | 5 | # This file is automatically generated; please don't muck it up! | COMMENT |
| MEDIUM | third_party/python/Lib/base64.py | 414 | # The following code is originally taken (with permission) from Mercurial | COMMENT |
| MEDIUM | third_party/python/Lib/gettext.py | 13 | # This module represents the integration of work, contributions, feedback, and | COMMENT |
| MEDIUM | third_party/python/Lib/modulefinder.py | 611 | # Create the module finder and turn its crank | COMMENT |
| MEDIUM | third_party/python/Lib/subprocess.py | 1366 | # This method is called (indirectly) by __del__, so it cannot | COMMENT |
| MEDIUM | third_party/python/Lib/subprocess.py | 1577 | # This method is called from the _communicate_with_*() methods | COMMENT |
| MEDIUM | third_party/python/Lib/profile.py | 429 | # This method is more useful to profile a single function call. | COMMENT |
| MEDIUM | third_party/python/Lib/pydoc.py | 613 | # Create a link for methods like 'self.method(...)' | COMMENT |
| MEDIUM | third_party/python/Lib/symbol.py | 5 | # This file is automatically generated; please don't muck it up! | COMMENT |
| MEDIUM | third_party/python/Lib/types.py | 242 | # The following code is primarily to support functions that | COMMENT |
| MEDIUM | third_party/python/Lib/pdb.py | 245 | """This method is called when there is the remote possibility | STRING |
| MEDIUM | third_party/python/Lib/pdb.py | 254 | """This function is called when we stop or break at this line.""" | STRING |
| MEDIUM | third_party/python/Lib/pdb.py | 288 | """This function is called when a return trap is set here.""" | STRING |
| MEDIUM | third_party/python/Lib/pdb.py | 296 | """This function is called if an exception occurs, | STRING |
| MEDIUM | third_party/python/Lib/threading.py | 284 | # This method is called only if _lock doesn't have _is_owned(). | COMMENT |
| MEDIUM | third_party/python/Lib/threading.py | 1328 | # Create the main thread object, | COMMENT |
| MEDIUM | third_party/python/Lib/threading.py | 1380 | # This function is called by Python/ceval.c:PyEval_ReInitThreads which | COMMENT |
| MEDIUM | third_party/python/Lib/threading.py | 115 | """This class implements reentrant lock objects. | STRING |
| MEDIUM | third_party/python/Lib/threading.py | 398 | """This class implements semaphore objects. | STRING |
| MEDIUM | third_party/python/Lib/platform.py | 11 | # This module is maintained by Marc-Andre Lemburg <mal@egenix.com>. | COMMENT |
| MEDIUM | third_party/python/Lib/pstats.py | 33 | """This class is used for creating reports from data generated by the | STRING |
| MEDIUM | third_party/python/Lib/pstats.py | 275 | # The following functions support actual printing of reports | COMMENT |
| MEDIUM | third_party/python/Lib/pstats.py | 439 | """This class provides a generic function for comparing any two tuples. | STRING |
| MEDIUM | third_party/python/Lib/pstats.py | 482 | # The following functions combine statists for pairs functions. | COMMENT |
| MEDIUM | third_party/python/Lib/pstats.py | 520 | # The following functions support printing of reports | COMMENT |
| MEDIUM | third_party/python/Lib/inspect.py | 29 | # This module is in the public domain. No warranties. | COMMENT |
| MEDIUM | third_party/python/Lib/plistlib.py | 81 | # This class is needed while Dict is scheduled for deprecation: | STRING |
| MEDIUM | third_party/python/Lib/fractions.py | 61 | """This class implements rational numbers. | STRING |
| MEDIUM | third_party/python/Lib/mailbox.py | 560 | # This method is for backward compatibility only. | COMMENT |
| MEDIUM | third_party/python/Lib/doctest.py | 134 | # Create a new flag unless `name` is already known. | STRING |
| MEDIUM | third_party/python/Lib/doctest.py | 646 | # Create an Example, and add it to the list. | STRING |
| MEDIUM | third_party/python/Lib/doctest.py | 1210 | # Create a fake output target for capturing doctest output. | STRING |
| MEDIUM | third_party/python/Lib/tarfile.py | 888 | # Create a pax extended header if necessary. | COMMENT |
| MEDIUM | third_party/python/Lib/tarfile.py | 1937 | # Create a TarInfo object from the file. | COMMENT |
| MEDIUM | third_party/python/Lib/stringprep.py | 1 | # This file is generated by mkstringprep.py. DO NOT EDIT. | COMMENT |
| MEDIUM | third_party/python/Lib/ssl.py | 4 | """This module provides some more Pythonic support for SSL. | STRING |
| MEDIUM | third_party/python/Lib/ssl.py | 568 | """This class implements an interface on top of a low-level SSL object as | STRING |
| 146 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | third_party/python/Tools/ssl/multissltests.py | 451 | except Exception as e: | CODE |
| LOW | third_party/python/Tools/gdb/libpython.py | 940 | except Exception: | CODE |
| MEDIUM | third_party/python/Tools/gdb/libpython.py | 271 | def safe_tp_name(self): | CODE |
| LOW | third_party/python/Tools/unicode/listcodecs.py | 25 | except Exception as reason: | CODE |
| LOW | third_party/python/Tools/parser/unparse.py | 692 | except Exception as e: | CODE |
| LOW | third_party/python/Tools/scripts/pysource.py | 84 | except Exception as err: | CODE |
| MEDIUM | third_party/python/Tools/scripts/pysource.py | 33 | def _open(fullpath): | CODE |
| LOW | third_party/python/Tools/scripts/patchcheck.py | 185 | except Exception as err: | CODE |
| MEDIUM | third_party/python/Tools/scripts/texi2html.py | 1782 | print('Error log file=ErrorLog.log', file=fp) | CODE |
| MEDIUM | third_party/python/Tools/pynche/ColorDB.py | 56 | print('Error in', fp.name, ' line', lineno, file=sys.stderr) | CODE |
| LOW | third_party/python/Tools/clinic/clinic.py | 1772 | except Exception: | STRING |
| LOW | third_party/python/Tools/clinic/clinic.py | 3778 | except Exception as e: | STRING |
| MEDIUM | third_party/python/Tools/clinic/cpp.py | 57 | print("Error at" + filename, "line", self.line_number, ":") | CODE |
| LOW | third_party/python/Parser/asdl.py | 130 | except Exception as e: | CODE |
| MEDIUM | third_party/python/Parser/asdl.py | 131 | print("Error visiting %r: %s" % (obj, e)) | CODE |
| LOW | third_party/python/Lib/shutil.py | 476 | except Exception: | CODE |
| LOW | third_party/python/Lib/shutil.py | 481 | except Exception: | CODE |
| LOW | third_party/python/Lib/_pyio.py | 818 | except Exception: | CODE |
| LOW | third_party/python/Lib/_pyio.py | 1986 | except Exception: | STRING |
| LOW | third_party/python/Lib/_pyio.py | 1992 | except Exception: | STRING |
| MEDIUM | third_party/python/Lib/_pyio.py | 1302 | def close(self): | CODE |
| LOW | third_party/python/Lib/pkgutil.py | 96 | except Exception: | CODE |
| LOW | third_party/python/Lib/rlcompleter.py | 149 | except Exception: | CODE |
| LOW | third_party/python/Lib/rlcompleter.py | 174 | except Exception: | CODE |
| LOW | third_party/python/Lib/weakref.py | 625 | except Exception: | CODE |
| LOW | third_party/python/Lib/warnings.py | 44 | except Exception: | CODE |
| LOW | third_party/python/Lib/warnings.py | 59 | except Exception: | CODE |
| LOW | third_party/python/Lib/warnings.py | 75 | except Exception: | CODE |
| MEDIUM | third_party/python/Lib/pydoc.py | 463 | def repr_instance(self, x, level): | CODE |
| LOW | third_party/python/Lib/pydoc.py | 807 | except Exception: | CODE |
| LOW | third_party/python/Lib/pydoc.py | 856 | except Exception: | CODE |
| LOW | third_party/python/Lib/pydoc.py | 1246 | except Exception: | CODE |
| LOW | third_party/python/Lib/pydoc.py | 2519 | except Exception as exc: | CODE |
| LOW | third_party/python/Lib/pydoc.py | 2106 | except Exception: | STRING |
| LOW | third_party/python/Lib/pydoc.py | 2272 | except Exception as e: | STRING |
| LOW | third_party/python/Lib/socketserver.py | 321 | except Exception: | CODE |
| LOW | third_party/python/Lib/socketserver.py | 631 | except Exception: | CODE |
| LOW | third_party/python/Lib/socketserver.py | 664 | except Exception: | CODE |
| LOW | third_party/python/Lib/pdb.py | 469 | except Exception: | CODE |
| LOW | third_party/python/Lib/pdb.py | 1310 | except Exception: | CODE |
| LOW | third_party/python/Lib/pdb.py | 1318 | except Exception: | CODE |
| MEDIUM | third_party/python/Lib/pdb.py | 1153 | def _getval(self, arg): | CODE |
| MEDIUM | third_party/python/Lib/threading.py | 660 | def _release(self): | CODE |
| LOW | third_party/python/Lib/threading.py | 881 | except Exception: | CODE |
| MEDIUM | third_party/python/Lib/turtle.py | 651 | def eventfun(event): | CODE |
| LOW | third_party/python/Lib/turtle.py | 223 | except Exception: | CODE |
| LOW | third_party/python/Lib/turtle.py | 232 | except Exception: | CODE |
| LOW | third_party/python/Lib/turtle.py | 656 | except Exception: | CODE |
| LOW | third_party/python/Lib/turtle.py | 3868 | except Exception: | CODE |
| LOW | third_party/python/Lib/turtle.py | 3878 | except Exception: | CODE |
| LOW | third_party/python/Lib/pstats.py | 89 | except Exception: | CODE |
| LOW | third_party/python/Lib/pstats.py | 620 | except Exception as err: | CODE |
| MEDIUM | third_party/python/Lib/inspect.py | 1538 | def _is_type(obj): | CODE |
| LOW | third_party/python/Lib/inspect.py | 429 | except Exception as exc: | CODE |
| LOW | third_party/python/Lib/inspect.py | 1132 | except Exception as ex: | CODE |
| LOW | third_party/python/Lib/inspect.py | 3095 | except Exception as exc: | CODE |
| LOW | third_party/python/Lib/inspect.py | 3123 | except Exception: | CODE |
| LOW | third_party/python/Lib/site.py | 175 | except Exception: | CODE |
| MEDIUM | third_party/python/Lib/site.py | 176 | print("Error processing line {:d} of {}:\n".format(n+1, fullname), | CODE |
| LOW | third_party/python/Lib/site.py | 522 | except Exception as err: | CODE |
| 325 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | third_party/python/Lib/sysconfig.py | 348 | CODE | |
| MEDIUM | …party/python/Lib/unittest/test/testmock/testhelpers.py | 404 | CODE | |
| MEDIUM | …party/python/Lib/unittest/test/testmock/testhelpers.py | 408 | CODE | |
| MEDIUM | …party/python/Lib/unittest/test/testmock/testhelpers.py | 409 | CODE | |
| MEDIUM | …party/python/Lib/unittest/test/testmock/testhelpers.py | 410 | CODE | |
| MEDIUM | …party/python/Lib/unittest/test/testmock/testhelpers.py | 413 | CODE | |
| MEDIUM | …party/python/Lib/unittest/test/testmock/testhelpers.py | 414 | CODE | |
| MEDIUM | …party/python/Lib/unittest/test/testmock/testhelpers.py | 415 | CODE | |
| MEDIUM | …d_party/python/Lib/unittest/test/testmock/testpatch.py | 671 | CODE | |
| MEDIUM | …d_party/python/Lib/unittest/test/testmock/testpatch.py | 674 | CODE | |
| MEDIUM | …d_party/python/Lib/unittest/test/testmock/testpatch.py | 698 | CODE | |
| MEDIUM | …d_party/python/Lib/unittest/test/testmock/testpatch.py | 699 | CODE | |
| MEDIUM | …d_party/python/Lib/unittest/test/testmock/testpatch.py | 700 | CODE | |
| MEDIUM | …d_party/python/Lib/unittest/test/testmock/testpatch.py | 701 | CODE | |
| MEDIUM | …d_party/python/Lib/unittest/test/testmock/testpatch.py | 703 | CODE | |
| MEDIUM | …d_party/python/Lib/unittest/test/testmock/testpatch.py | 704 | CODE | |
| MEDIUM | …d_party/python/Lib/unittest/test/testmock/testpatch.py | 705 | CODE | |
| MEDIUM | …d_party/python/Lib/unittest/test/testmock/testpatch.py | 706 | CODE | |
| MEDIUM | …d_party/python/Lib/unittest/test/testmock/testpatch.py | 707 | CODE | |
| MEDIUM | third_party/python/Lib/test/test_gettext.py | 599 | CODE | |
| MEDIUM | third_party/python/Lib/test/test_gettext.py | 608 | CODE | |
| MEDIUM | third_party/python/Lib/test/test_gettext.py | 609 | CODE | |
| MEDIUM | third_party/python/Lib/test/test_gettext.py | 610 | CODE | |
| MEDIUM | third_party/python/Lib/test/test_gzip.py | 655 | CODE | |
| MEDIUM | third_party/python/Lib/test/test_gzip.py | 656 | CODE | |
| MEDIUM | third_party/python/Lib/test/test_gzip.py | 657 | CODE | |
| MEDIUM | third_party/python/Lib/test/test_gzip.py | 659 | CODE | |
| MEDIUM | third_party/python/Lib/test/test_gzip.py | 662 | CODE | |
| MEDIUM | third_party/python/Lib/test/test_strftime.py | 138 | CODE | |
| MEDIUM | third_party/python/Lib/test/test_strftime.py | 160 | CODE | |
| MEDIUM | third_party/python/Lib/test/test_configparser.py | 1335 | CODE | |
| MEDIUM | third_party/python/Lib/test/test_configparser.py | 1336 | CODE | |
| MEDIUM | third_party/python/Lib/test/test_configparser.py | 1337 | CODE | |
| MEDIUM | third_party/python/Lib/test/test_itertools.py | 2019 | CODE | |
| MEDIUM | third_party/python/Lib/test/test_array.py | 161 | CODE | |
| MEDIUM | third_party/python/Lib/test/test_array.py | 162 | CODE | |
| MEDIUM | third_party/python/Lib/test/test_array.py | 168 | CODE | |
| MEDIUM | third_party/python/Lib/test/test_array.py | 977 | CODE | |
| MEDIUM | third_party/python/Lib/test/test_bytes.py | 892 | CODE | |
| MEDIUM | third_party/python/Lib/test/test_bytes.py | 893 | CODE | |
| MEDIUM | third_party/python/Lib/test/test_bytes.py | 894 | CODE | |
| MEDIUM | third_party/python/Lib/test/test_bytes.py | 895 | CODE | |
| MEDIUM | third_party/python/Lib/test/test_bytes.py | 901 | CODE | |
| MEDIUM | third_party/python/Lib/test/test_bytes.py | 902 | CODE | |
| MEDIUM | third_party/python/Lib/test/test_bytes.py | 905 | CODE | |
| MEDIUM | third_party/python/Lib/test/test_bytes.py | 907 | CODE | |
| MEDIUM | third_party/python/Lib/test/test_bytes.py | 911 | CODE | |
| MEDIUM | third_party/python/Lib/test/test_bytes.py | 913 | CODE | |
| MEDIUM | third_party/python/Lib/test/test_bytes.py | 915 | CODE | |
| MEDIUM | third_party/python/Lib/test/test_bytes.py | 917 | CODE | |
| MEDIUM | third_party/python/Lib/test/test_bytes.py | 921 | CODE | |
| MEDIUM | third_party/python/Lib/test/test_bytes.py | 925 | CODE | |
| MEDIUM | third_party/python/Lib/test/test_bytes.py | 929 | CODE | |
| MEDIUM | third_party/python/Lib/test/test_bytes.py | 931 | CODE | |
| MEDIUM | third_party/python/Lib/test/test_bytes.py | 933 | CODE | |
| MEDIUM | third_party/python/Lib/test/test_bytes.py | 936 | CODE | |
| MEDIUM | third_party/python/Lib/test/test_bytes.py | 938 | CODE | |
| MEDIUM | third_party/python/Lib/test/test_bytes.py | 948 | CODE | |
| MEDIUM | third_party/python/Lib/test/test_bytes.py | 949 | CODE | |
| MEDIUM | third_party/python/Lib/test/test_bytes.py | 951 | CODE | |
| 105 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | libc/sysv/consts/s.h | 16 | #define S_IXUSR 0000100 /* user --x; just use octal */ | COMMENT |
| LOW⚡ | libc/sysv/consts/s.h | 17 | #define S_IWUSR 0000200 /* user -w-; just use octal */ | COMMENT |
| LOW⚡ | libc/sysv/consts/s.h | 18 | #define S_IRUSR 0000400 /* user r--; just use octal */ | COMMENT |
| LOW⚡ | libc/sysv/consts/s.h | 19 | #define S_IRWXU 0000700 /* user rwx; just use octal */ | COMMENT |
| LOW⚡ | libc/sysv/consts/s.h | 20 | #define S_IXGRP 0000010 /* group --x; just use octal */ | COMMENT |
| LOW⚡ | libc/sysv/consts/s.h | 21 | #define S_IWGRP 0000020 /* group -w-; just use octal */ | COMMENT |
| LOW⚡ | libc/sysv/consts/s.h | 22 | #define S_IRGRP 0000040 /* group r--; just use octal */ | COMMENT |
| LOW⚡ | libc/sysv/consts/s.h | 23 | #define S_IRWXG 0000070 /* group rwx; just use octal */ | COMMENT |
| LOW⚡ | libc/sysv/consts/s.h | 24 | #define S_IXOTH 0000001 /* other --x; just use octal */ | COMMENT |
| LOW⚡ | libc/sysv/consts/s.h | 25 | #define S_IWOTH 0000002 /* other -w-; just use octal */ | COMMENT |
| LOW⚡ | libc/sysv/consts/s.h | 26 | #define S_IROTH 0000004 /* other r--; just use octal */ | COMMENT |
| LOW⚡ | libc/sysv/consts/s.h | 27 | #define S_IRWXO 0000007 /* other rwx; just use octal */ | COMMENT |
| LOW⚡ | libc/sysv/consts/s.h | 28 | #define S_IREAD 0000400 /* just use octal */ | COMMENT |
| LOW⚡ | libc/sysv/consts/s.h | 29 | #define S_IEXEC 0000100 /* just use octal */ | COMMENT |
| LOW⚡ | libc/sysv/consts/s.h | 30 | #define S_IWRITE 0000200 /* just use octal */ | COMMENT |
| LOW⚡ | libc/sysv/consts/s.h | 31 | #define S_ISTXT 0001000 /* just use octal */ | COMMENT |
| MEDIUM | libc/thread/pthread_mutex_consistent.c | 32 | // The POSIX concept of robust mutexes is a bit cray. So let's change | COMMENT |
| MEDIUM | libc/thread/lock.h | 10 | // ││┌robust | COMMENT |
| MEDIUM⚡ | third_party/libcxx/__iterator/iter_swap.h | 46 | // NOLINTNEXTLINE(libcpp-robust-against-adl) iter_swap ADL calls should only be made through ranges::iter_swap | COMMENT |
| MEDIUM⚡ | third_party/libcxx/__iterator/iter_swap.h | 56 | // NOLINTBEGIN(libcpp-robust-against-adl) iter_swap ADL calls should only be made through ranges::iter_swap | COMMENT |
| MEDIUM⚡ | third_party/libcxx/__iterator/iter_swap.h | 63 | // NOLINTEND(libcpp-robust-against-adl) | COMMENT |
| MEDIUM | third_party/libcxx/__iterator/iter_move.h | 42 | // NOLINTNEXTLINE(libcpp-robust-against-adl) iter_swap ADL calls should only be made through ranges::iter_swap | COMMENT |
| MEDIUM | third_party/libcxx/__iterator/iter_move.h | 61 | // NOLINTBEGIN(libcpp-robust-against-adl) iter_move ADL calls should only be made through ranges::iter_move | COMMENT |
| MEDIUM | third_party/libcxx/__iterator/iter_move.h | 68 | // NOLINTEND(libcpp-robust-against-adl) | COMMENT |
| MEDIUM | third_party/libcxx/__compare/weak_order.h | 36 | // NOLINTBEGIN(libcpp-robust-against-adl) weak_order should use ADL, but only here | COMMENT |
| MEDIUM | third_party/libcxx/__compare/weak_order.h | 44 | // NOLINTEND(libcpp-robust-against-adl) | COMMENT |
| MEDIUM | third_party/libcxx/__compare/partial_order.h | 34 | // NOLINTBEGIN(libcpp-robust-against-adl) partial_order should use ADL, but only here | COMMENT |
| MEDIUM | third_party/libcxx/__compare/partial_order.h | 42 | // NOLINTEND(libcpp-robust-against-adl) | COMMENT |
| MEDIUM | third_party/libcxx/__compare/strong_order.h | 43 | // NOLINTBEGIN(libcpp-robust-against-adl) strong_order should use ADL, but only here | COMMENT |
| MEDIUM | third_party/libcxx/__compare/strong_order.h | 51 | // NOLINTEND(libcpp-robust-against-adl) | COMMENT |
| LOW | third_party/python/Tools/scripts/patchcheck.py | 98 | # We just use an existence check here as: | COMMENT |
| LOW | third_party/python/Lib/zipfile.py | 222 | # end-of-archive record, so just return the end record we were given. | COMMENT |
| LOW | third_party/python/Lib/shutil.py | 1143 | # what file suffixes are executable, so just pass on cmd as-is. | COMMENT |
| MEDIUM | third_party/python/Lib/asyncore.py | 15 | # Rushing not be used in advertising or publicity pertaining to | COMMENT |
| MEDIUM | third_party/python/Lib/trace.py | 27 | # Bioreason or Mojam Media be used in advertising or publicity pertaining to | COMMENT |
| MEDIUM | third_party/python/Lib/cgitb.py | 1 | """More comprehensive traceback formatting for Python scripts. | STRING |
| MEDIUM | third_party/python/Lib/uu.py | 11 | # not be used in advertising or publicity pertaining to distribution | COMMENT |
| LOW | third_party/python/Lib/difflib.py | 1447 | # Handle case where no user markup is to be added, just return line of | STRING |
| LOW | third_party/python/Lib/difflib.py | 1805 | # if blank line or context separator, just add it to the output list | COMMENT |
| LOW | third_party/python/Lib/difflib.py | 1810 | # if line text doesn't need wrapping, just add it to the output list | COMMENT |
| LOW | third_party/python/Lib/ftplib.py | 418 | # then we'll just use anonymous@ | COMMENT |
| LOW | third_party/python/Lib/optparse.py | 575 | # Check all the attributes we just set. There are lots of | COMMENT |
| LOW | third_party/python/Lib/threading.py | 251 | # these override the default implementations (which just call | COMMENT |
| MEDIUM | third_party/python/Lib/turtle.py | 708 | """Set focus on canvas (in order to collect key-events) | STRING |
| MEDIUM | third_party/python/Lib/turtle.py | 1429 | """Set focus on TurtleScreen (in order to collect key-events) | STRING |
| MEDIUM | third_party/python/Lib/doctest.py | 1621 | # in conjunction with the ELLIPSIS flag. | STRING |
| LOW | third_party/python/Lib/argparse.py | 2026 | # for regular arguments, just add them back into the list | COMMENT |
| LOW | third_party/python/Lib/tarfile.py | 1238 | # Normally, we could just use "utf-8" as the encoding and "strict" | COMMENT |
| LOW | third_party/python/Lib/typing.py | 888 | # For non-ABC extras we'll just call issubclass(). | COMMENT |
| LOW | third_party/python/Lib/_pydecimal.py | 3384 | # otherwise, simply return the adjusted exponent of self, as a | COMMENT |
| LOW | third_party/python/Lib/ntpath.py | 680 | # This is overkill on Windows - just pass the path to GetFileAttributes | COMMENT |
| MEDIUM | third_party/python/Lib/asynchat.py | 15 | # Rushing not be used in advertising or publicity pertaining to | COMMENT |
| LOW | third_party/python/Lib/distutils/unixccompiler.py | 30 | # * optimization/debug/warning flags; we just use whatever's in Python's | COMMENT |
| MEDIUM | third_party/python/Lib/distutils/util.py | 397 | # safety's sake (script should be more robust in the face of | STRING |
| MEDIUM | third_party/python/Lib/distutils/spawn.py | 49 | # XXX this doesn't seem very robust to me -- but if the Windows guys | COMMENT |
| LOW | third_party/python/Lib/distutils/tests/support.py | 199 | # To further add to the shared builds fun on Unix, we can't just add | COMMENT |
| LOW | third_party/python/Lib/distutils/command/build_py.py | 171 | # package_dir at all, as we just use the directory implied | COMMENT |
| LOW | third_party/python/Lib/distutils/command/install.py | 86 | # Or, just set the base director(y|ies) | COMMENT |
| LOW | third_party/python/Lib/unittest/test/test_loader.py | 775 | # XXX Should this raise a ValueError or just return an empty TestSuite? | COMMENT |
| LOW | …rd_party/python/Lib/unittest/test/testmock/testmock.py | 966 | # need to do this because MagicMock.mock_calls used to just return | COMMENT |
| 46 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | third_party/python/Tools/scripts/pysource.py | 20 | __all__ = ["has_python_ext", "looks_like_python", "can_be_compiled", "walk_python_files"] | CODE |
| LOW⚡ | third_party/python/Parser/asdl.py | 25 | __all__ = [ | CODE |
| LOW | third_party/python/Lib/zipfile.py | 39 | __all__ = ["BadZipFile", "BadZipfile", "error", | CODE |
| LOW | third_party/python/Lib/shutil.py | 45 | __all__ = ["copyfileobj", "copyfile", "copymode", "copystat", "copy", "copy2", | CODE |
| LOW | third_party/python/Lib/tempfile.py | 26 | __all__ = [ | CODE |
| LOW | third_party/python/Lib/queue.py | 11 | __all__ = ['Empty', 'Full', 'Queue', 'PriorityQueue', 'LifoQueue'] | CODE |
| LOW | third_party/python/Lib/macpath.py | 20 | __all__ = ["normcase","isabs","join","splitdrive","split","splitext", | CODE |
| LOW | third_party/python/Lib/pkgutil.py | 14 | __all__ = [ | CODE |
| LOW | third_party/python/Lib/_dummy_thread.py | 16 | __all__ = [ | CODE |
| LOW | third_party/python/Lib/lzma.py | 11 | __all__ = [ | CODE |
| LOW | third_party/python/Lib/copyreg.py | 7 | __all__ = ["pickle", "constructor", | CODE |
| LOW | third_party/python/Lib/sndhdr.py | 33 | __all__ = ['what', 'whathdr'] | CODE |
| LOW | third_party/python/Lib/rlcompleter.py | 36 | __all__ = ["Completer"] | CODE |
| LOW | third_party/python/Lib/gzip.py | 14 | __all__ = ["GzipFile", "open", "compress", "decompress"] | CODE |
| LOW | third_party/python/Lib/trace.py | 50 | __all__ = ['Trace', 'CoverageResults'] | CODE |
| LOW | third_party/python/Lib/webbrowser.py | 11 | __all__ = ["Error", "open", "open_new", "open_new_tab", "get", "register"] | CODE |
| LOW | third_party/python/Lib/nntplib.py | 82 | __all__ = ["NNTP", | CODE |
| LOW | third_party/python/Lib/dis.py | 10 | __all__ = ["code_info", "dis", "disassemble", "distb", "disco", | CODE |
| LOW | third_party/python/Lib/bdb.py | 8 | __all__ = ["BdbQuit", "Bdb", "Breakpoint"] | CODE |
| LOW | third_party/python/Lib/zipapp.py | 9 | __all__ = ['ZipAppError', 'create_archive', 'get_interpreter'] | CODE |
| LOW | third_party/python/Lib/cmd.py | 47 | __all__ = ["Cmd"] | CODE |
| LOW | third_party/python/Lib/tty.py | 7 | __all__ = ["setraw", "setcbreak"] | CODE |
| LOW | third_party/python/Lib/tabnanny.py | 30 | __all__ = ["check", "NannyNag", "process_tokens"] | CODE |
| LOW | third_party/python/Lib/cProfile.py | 7 | __all__ = ["run", "runctx", "Profile"] | CODE |
| LOW | third_party/python/Lib/token.py | 3 | __all__ = ['tok_name', 'ISTERMINAL', 'ISNONTERMINAL', 'ISEOF'] | CODE |
| LOW | third_party/python/Lib/textwrap.py | 10 | __all__ = ['TextWrapper', 'wrap', 'fill', 'dedent', 'indent', 'shorten'] | CODE |
| LOW | third_party/python/Lib/base64.py | 14 | __all__ = [ | CODE |
| LOW | third_party/python/Lib/bz2.py | 7 | __all__ = ["BZ2File", "BZ2Compressor", "BZ2Decompressor", | CODE |
| LOW | third_party/python/Lib/macurl2path.py | 8 | __all__ = ["url2pathname","pathname2url"] | CODE |
| LOW | third_party/python/Lib/_threading_local.py | 134 | __all__ = ["local"] | CODE |
| LOW | third_party/python/Lib/pyclbr.py | 48 | __all__ = ["readmodule", "readmodule_ex", "Class", "Function"] | CODE |
| LOW | third_party/python/Lib/gettext.py | 53 | __all__ = ['NullTranslations', 'GNUTranslations', 'Catalog', | CODE |
| LOW | third_party/python/Lib/wave.py | 76 | __all__ = ["open", "openfp", "Error", "Wave_read", "Wave_write"] | CODE |
| LOW | third_party/python/Lib/weakref.py | 30 | __all__ = ["ref", "proxy", "getweakrefcount", "getweakrefs", | CODE |
| LOW | third_party/python/Lib/opcode.py | 7 | __all__ = ["cmp_op", "hasconst", "hasname", "hasjrel", "hasjabs", | CODE |
| LOW | third_party/python/Lib/netrc.py | 7 | __all__ = ["netrc", "NetrcParseError"] | CODE |
| LOW | third_party/python/Lib/heapq.py | 127 | __all__ = ['heappush', 'heappop', 'heapify', 'heapreplace', 'merge', | STRING |
| LOW | third_party/python/Lib/functools.py | 12 | __all__ = ['update_wrapper', 'wraps', 'WRAPPER_ASSIGNMENTS', 'WRAPPER_UPDATES', | CODE |
| LOW | third_party/python/Lib/cgi.py | 46 | __all__ = ["MiniFieldStorage", "FieldStorage", | CODE |
| LOW | third_party/python/Lib/codeop.py | 64 | __all__ = ["compile_command", "Compile", "CommandCompiler"] | STRING |
| LOW | third_party/python/Lib/fnmatch.py | 17 | __all__ = ["filter", "fnmatch", "fnmatchcase", "translate"] | CODE |
| LOW | third_party/python/Lib/traceback.py | 8 | __all__ = ['extract_stack', 'extract_tb', 'format_exception', | CODE |
| LOW | third_party/python/Lib/warnings.py | 6 | __all__ = ["warn", "warn_explicit", "showwarning", | CODE |
| LOW | third_party/python/Lib/subprocess.py | 158 | __all__ = ["Popen", "PIPE", "STDOUT", "call", "check_call", "getstatusoutput", | CODE |
| LOW | third_party/python/Lib/profile.py | 33 | __all__ = ["run", "runctx", "Profile"] | CODE |
| LOW | third_party/python/Lib/imghdr.py | 5 | __all__ = ["what"] | CODE |
| LOW | third_party/python/Lib/filecmp.py | 17 | __all__ = ['clear_cache', 'cmp', 'dircmp', 'cmpfiles', 'DEFAULT_IGNORES'] | CODE |
| LOW | third_party/python/Lib/codecs.py | 16 | __all__ = ["register", "lookup", "open", "EncodedFile", "BOM", "BOM_BE", | CODE |
| LOW | third_party/python/Lib/uu.py | 37 | __all__ = ["Error", "encode", "decode"] | CODE |
| LOW | third_party/python/Lib/_weakrefset.py | 7 | __all__ = ['WeakSet'] | CODE |
| LOW | third_party/python/Lib/io.py | 44 | __all__ = ["BlockingIOError", "open", "IOBase", "RawIOBase", "FileIO", | CODE |
| LOW | third_party/python/Lib/code.py | 13 | __all__ = ["InteractiveInterpreter", "InteractiveConsole", "interact", | CODE |
| LOW | third_party/python/Lib/operator.py | 13 | __all__ = ['abs', 'add', 'and_', 'attrgetter', 'concat', 'contains', 'countOf', | CODE |
| LOW | third_party/python/Lib/fileinput.py | 77 | __all__ = ["input", "close", "nextfile", "filename", "lineno", "filelineno", | CODE |
| LOW | third_party/python/Lib/os.py | 32 | __all__ = ["altsep", "curdir", "pardir", "sep", "pathsep", "linesep", | STRING |
| LOW | third_party/python/Lib/difflib.py | 29 | __all__ = ['get_close_matches', 'ndiff', 'restore', 'SequenceMatcher', | CODE |
| LOW | third_party/python/Lib/pydoc.py | 37 | __all__ = ['help'] | CODE |
| LOW | third_party/python/Lib/socketserver.py | 138 | __all__ = ["BaseServer", "TCPServer", "UDPServer", | CODE |
| LOW | third_party/python/Lib/copy.py | 64 | __all__ = ["Error", "copy", "deepcopy"] | CODE |
| LOW | third_party/python/Lib/genericpath.py | 9 | __all__ = ['commonprefix', 'exists', 'getatime', 'getctime', 'getmtime', | CODE |
| 171 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | third_party/python/Lib/macpath.py | 0 | test whether a path exists. returns true for broken symbolic links | STRING |
| HIGH | third_party/python/Lib/posixpath.py | 0 | test whether a path exists. returns true for broken symbolic links | STRING |
| HIGH | third_party/python/Lib/ntpath.py | 0 | test whether a path exists. returns true for broken symbolic links | STRING |
| HIGH | third_party/python/Lib/macurl2path.py | 0 | os-specific conversion from a relative url of the 'file' scheme to a file system path; not recommended for general use. | STRING |
| HIGH | third_party/python/Lib/nturl2path.py | 0 | os-specific conversion from a relative url of the 'file' scheme to a file system path; not recommended for general use. | STRING |
| HIGH | third_party/python/Lib/urllib/request.py | 0 | os-specific conversion from a relative url of the 'file' scheme to a file system path; not recommended for general use. | STRING |
| HIGH | third_party/python/Lib/macurl2path.py | 0 | os-specific conversion from a file system path to a relative url of the 'file' scheme; not recommended for general use. | STRING |
| HIGH | third_party/python/Lib/nturl2path.py | 0 | os-specific conversion from a file system path to a relative url of the 'file' scheme; not recommended for general use. | STRING |
| HIGH | third_party/python/Lib/urllib/request.py | 0 | os-specific conversion from a file system path to a relative url of the 'file' scheme; not recommended for general use. | STRING |
| HIGH | third_party/python/Lib/encodings/raw_unicode_escape.py | 0 | python 'utf-16' codec written by marc-andre lemburg (mal@lemburg.com). (c) copyright cnri, all rights reserved. no warra | STRING |
| HIGH | third_party/python/Lib/encodings/utf_8.py | 0 | python 'utf-16' codec written by marc-andre lemburg (mal@lemburg.com). (c) copyright cnri, all rights reserved. no warra | STRING |
| HIGH | third_party/python/Lib/encodings/unicode_internal.py | 0 | python 'utf-16' codec written by marc-andre lemburg (mal@lemburg.com). (c) copyright cnri, all rights reserved. no warra | STRING |
| HIGH | third_party/python/Lib/encodings/utf_16_be.py | 0 | python 'utf-16' codec written by marc-andre lemburg (mal@lemburg.com). (c) copyright cnri, all rights reserved. no warra | STRING |
| HIGH | third_party/python/Lib/encodings/ascii.py | 0 | python 'utf-16' codec written by marc-andre lemburg (mal@lemburg.com). (c) copyright cnri, all rights reserved. no warra | STRING |
| HIGH | third_party/python/Lib/encodings/latin_1.py | 0 | python 'utf-16' codec written by marc-andre lemburg (mal@lemburg.com). (c) copyright cnri, all rights reserved. no warra | STRING |
| HIGH | third_party/python/Lib/encodings/unicode_escape.py | 0 | python 'utf-16' codec written by marc-andre lemburg (mal@lemburg.com). (c) copyright cnri, all rights reserved. no warra | STRING |
| HIGH | third_party/python/Lib/encodings/utf_16_le.py | 0 | python 'utf-16' codec written by marc-andre lemburg (mal@lemburg.com). (c) copyright cnri, all rights reserved. no warra | STRING |
| HIGH | third_party/python/Lib/encodings/utf_16.py | 0 | python 'utf-16' codec written by marc-andre lemburg (mal@lemburg.com). (c) copyright cnri, all rights reserved. no warra | STRING |
| HIGH | third_party/python/Lib/distutils/_msvccompiler.py | 0 | return path to an msvc executable program. tries to find the program in several places: first, one of the msvc program s | STRING |
| HIGH | third_party/python/Lib/distutils/msvc9compiler.py | 0 | return path to an msvc executable program. tries to find the program in several places: first, one of the msvc program s | STRING |
| HIGH | third_party/python/Lib/distutils/msvccompiler.py | 0 | return path to an msvc executable program. tries to find the program in several places: first, one of the msvc program s | STRING |
| HIGH | third_party/python/Lib/distutils/_msvccompiler.py | 0 | concrete class that implements an interface to microsoft visual c++, as defined by the ccompiler abstract class. | STRING |
| HIGH | third_party/python/Lib/distutils/msvc9compiler.py | 0 | concrete class that implements an interface to microsoft visual c++, as defined by the ccompiler abstract class. | STRING |
| HIGH | third_party/python/Lib/distutils/msvccompiler.py | 0 | concrete class that implements an interface to microsoft visual c++, as defined by the ccompiler abstract class. | STRING |
| HIGH | third_party/python/Lib/distutils/msvc9compiler.py | 0 | return the version of msvc that was used to build python. for python 2.3 and up, the version number is included in sys.v | STRING |
| HIGH | third_party/python/Lib/distutils/msvccompiler.py | 0 | return the version of msvc that was used to build python. for python 2.3 and up, the version number is included in sys.v | STRING |
| HIGH | third_party/python/Lib/ctypes/util.py | 0 | return the version of msvc that was used to build python. for python 2.3 and up, the version number is included in sys.v | STRING |
| HIGH | third_party/python/Lib/test/test_wave.py | 0 | \ 022d65ffeb9d 4b5a0f00fa54 3113c304ee2b 80dcd6084303 \ cbdec006b261 48a99803f2f8 bfe82401b07d 036bfbfe7b5d \ b85756fa3e | STRING |
| HIGH | third_party/python/Lib/test/test_sunau.py | 0 | \ 022d65ffeb9d 4b5a0f00fa54 3113c304ee2b 80dcd6084303 \ cbdec006b261 48a99803f2f8 bfe82401b07d 036bfbfe7b5d \ b85756fa3e | STRING |
| HIGH | third_party/python/Lib/test/test_aifc.py | 0 | \ 022d65ffeb9d 4b5a0f00fa54 3113c304ee2b 80dcd6084303 \ cbdec006b261 48a99803f2f8 bfe82401b07d 036bfbfe7b5d \ b85756fa3e | STRING |
| HIGH | third_party/python/Lib/test/test_wave.py | 0 | \ 022d65bcffeb9d92 4b5a0f8000fa549c 3113c34004ee2bc0 80dcd680084303e0 \ cbdec0c006b26140 48a9980003f2f8fc bfe8248001b07d | STRING |
| HIGH | third_party/python/Lib/test/test_sunau.py | 0 | \ 022d65bcffeb9d92 4b5a0f8000fa549c 3113c34004ee2bc0 80dcd680084303e0 \ cbdec0c006b26140 48a9980003f2f8fc bfe8248001b07d | STRING |
| HIGH | third_party/python/Lib/test/test_aifc.py | 0 | \ 022d65bcffeb9d92 4b5a0f8000fa549c 3113c34004ee2bc0 80dcd680084303e0 \ cbdec0c006b26140 48a9980003f2f8fc bfe8248001b07d | STRING |
| HIGH | third_party/python/Lib/test/test_nntplib.py | 0 | ensures that the correct values are exposed in the public api. | STRING |
| HIGH | third_party/python/Lib/test/test_shutil.py | 0 | ensures that the correct values are exposed in the public api. | STRING |
| HIGH | third_party/python/Lib/test/test_warnings/__init__.py | 0 | ensures that the correct values are exposed in the public api. | STRING |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | third_party/python/Lib/ipaddress.py | 28 | Take an IP string/int and return an object of the correct type. Args: address: A string or integer, the IP | STRING |
| HIGH | third_party/python/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 | third_party/python/Lib/ipaddress.py | 88 | Take an IP string/int and return an object of the correct type. Args: address: A string or integer, the IP | STRING |
| HIGH | third_party/python/Lib/ipaddress.py | 123 | Represent an address as 4 packed bytes in network (big-endian) order. Args: address: An integer representat | STRING |
| HIGH | third_party/python/Lib/ipaddress.py | 307 | Collapse a list of IP objects. Example: collapse_addresses([IPv4Network('192.0.2.0/25'), | STRING |
| HIGH | third_party/python/Lib/ipaddress.py | 448 | Return prefix length from the bitwise netmask. Args: ip_int: An integer, the netmask in expanded bi | STRING |
| HIGH | third_party/python/Lib/ipaddress.py | 478 | Return prefix length from a numeric string Args: prefixlen_str: The string to be converted | STRING |
| HIGH | third_party/python/Lib/ipaddress.py | 503 | Turn a netmask/hostmask string into a prefix length Args: ip_str: The netmask/hostmask to be conver | STRING |
| HIGH | third_party/python/Lib/ipaddress.py | 737 | Remove an address from a larger block. For example: addr1 = ip_network('192.0.2.0/28') | STRING |
| HIGH | third_party/python/Lib/ipaddress.py | 815 | Compare two IP objects. This is only concerned about the comparison of the integer representation of th | STRING |
| HIGH | third_party/python/Lib/ipaddress.py | 873 | The subnets which join to make the current subnet. In the case that self contains only one IP (self._pr | STRING |
| HIGH | third_party/python/Lib/ipaddress.py | 926 | The supernet containing the current network. Args: prefixlen_diff: An integer, the amount the prefi | STRING |
| HIGH | third_party/python/Lib/ipaddress.py | 1101 | Turn the given IP string into an integer for comparison. Args: ip_str: A string, the IP ip_str. | STRING |
| HIGH | third_party/python/Lib/ipaddress.py | 1127 | Convert a decimal octet into an integer. Args: octet_str: A string, the number to parse. R | STRING |
| HIGH | third_party/python/Lib/ipaddress.py | 1616 | Turn an IPv6 ip_str into an integer. Args: ip_str: A string, the IPv6 ip_str. Returns: | STRING |
| HIGH | third_party/python/Lib/ipaddress.py | 1720 | Convert an IPv6 hextet string into an integer. Args: hextet_str: A string, the number to parse. | STRING |
| HIGH | third_party/python/Lib/ipaddress.py | 1794 | Turns a 128-bit integer into hexadecimal notation. Args: ip_int: An integer, the IP address. | STRING |
| HIGH | third_party/python/Lib/selectors.py | 22 | Return a file descriptor from a file object. Parameters: fileobj -- file object or file descriptor Returns | STRING |
| HIGH | third_party/python/Lib/selectors.py | 97 | Register a file object. Parameters: fileobj -- file object or file descriptor events -- events | STRING |
| HIGH | third_party/python/Lib/selectors.py | 120 | Unregister a file object. Parameters: fileobj -- file object or file descriptor Returns: | STRING |
| HIGH | third_party/python/Lib/selectors.py | 138 | Change a registered file object monitored events or attached data. Parameters: fileobj -- file object o | STRING |
| HIGH | third_party/python/Lib/getpass.py | 30 | Prompt for a password, with echo turned off. Args: prompt: Written on stream to ask for the input. Default: | STRING |
| HIGH | third_party/python/Lib/concurrent/futures/_base.py | 197 | An iterator over the given futures that yields each as it completes. Args: fs: The sequence of Futures (pos | STRING |
| HIGH | third_party/python/Lib/concurrent/futures/_base.py | 406 | Return the result of the call that the future represents. Args: timeout: The number of seconds to w | STRING |
| HIGH | third_party/python/Lib/concurrent/futures/_base.py | 437 | Return the exception raised by the call that the future represents. Args: timeout: The number of se | STRING |
| HIGH | third_party/python/Lib/concurrent/futures/_base.py | 551 | Returns an iterator equivalent to map(fn, iter). Args: fn: A callable that will take as many argume | STRING |
| HIGH | third_party/python/Lib/concurrent/futures/process.py | 471 | Returns an iterator equivalent to map(fn, iter). Args: fn: A callable that will take as many argume | STRING |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| CRITICAL | third_party/python/Lib/test/test_urllib2net.py | 307 | self.assertIsNone(u.fp.fp.raw._sock.gettimeout()) | CODE |
| CRITICAL | third_party/python/Lib/test/test_urllib2net.py | 319 | self.assertEqual(u.fp.fp.raw._sock.gettimeout(), 60) | CODE |
| CRITICAL | third_party/python/Lib/test/test_urllib2net.py | 331 | self.assertIsNone(u.fp.fp.raw._sock.gettimeout()) | CODE |
| CRITICAL | third_party/python/Lib/test/test_urllib2net.py | 338 | self.assertEqual(u.fp.fp.raw._sock.gettimeout(), 60) | CODE |
| CRITICAL⚡ | …y/python/Lib/test/test_asyncio/test_proactor_events.py | 532 | self.proactor.recv.return_value.add_done_callback.assert_called_with( | CODE |
| CRITICAL⚡ | …y/python/Lib/test/test_asyncio/test_proactor_events.py | 540 | self.proactor.recv.return_value.add_done_callback.assert_called_with( | CODE |
| CRITICAL⚡ | third_party/python/Lib/xml/dom/expatbuilder.py | 319 | self.document.doctype.entities._seq.append(node) | CODE |
| CRITICAL⚡ | third_party/python/Lib/xml/dom/expatbuilder.py | 325 | self.document.doctype.notations._seq.append(node) | CODE |
| CRITICAL | third_party/python/Lib/lib2to3/tests/test_fixers.py | 225 | a = """x = a.b.c.d.e.f(*args, **kwds)""" | CODE |
| CRITICAL⚡ | …rd_party/python/Lib/idlelib/idle_test/test_textview.py | 159 | self.assertEqual(self.view.viewframe.textframe.text.get('1.0', '1.end'), | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | third_party/python/Tools/gdb/libpython.py | 763 | CODE | |
| LOW | third_party/python/Tools/gdb/libpython.py | 1127 | CODE | |
| LOW | third_party/python/Tools/gdb/libpython.py | 1248 | CODE | |
| LOW | third_party/python/Tools/pynche/StripViewer.py | 165 | CODE | |
| LOW | third_party/python/Tools/clinic/clinic.py | 2044 | CODE | |
| LOW | third_party/python/Lib/tempfile.py | 525 | CODE | |
| LOW | third_party/python/Lib/tempfile.py | 639 | CODE | |
| LOW | third_party/python/Lib/lzma.py | 263 | CODE | |
| LOW | third_party/python/Lib/sndhdr.py | 55 | CODE | |
| LOW | third_party/python/Lib/trace.py | 401 | CODE | |
| LOW | third_party/python/Lib/dis.py | 338 | CODE | |
| LOW | third_party/python/Lib/textwrap.py | 115 | CODE | |
| LOW | third_party/python/Lib/cgi.py | 409 | CODE | |
| LOW | third_party/python/Lib/subprocess.py | 601 | CODE | |
| LOW | third_party/python/Lib/pydoc.py | 1197 | CODE | |
| LOW | third_party/python/Lib/ftplib.py | 731 | CODE | |
| LOW | third_party/python/Lib/optparse.py | 1178 | CODE | |
| LOW | third_party/python/Lib/inspect.py | 1212 | CODE | |
| LOW | third_party/python/Lib/configparser.py | 600 | CODE | |
| LOW | third_party/python/Lib/compileall.py | 50 | CODE | |
| LOW | third_party/python/Lib/doctest.py | 1859 | CODE | |
| LOW | third_party/python/Lib/doctest.py | 1963 | CODE | |
| LOW | third_party/python/Lib/argparse.py | 793 | CODE | |
| LOW | third_party/python/Lib/argparse.py | 835 | CODE | |
| LOW | third_party/python/Lib/argparse.py | 927 | CODE | |
| LOW | third_party/python/Lib/argparse.py | 1604 | CODE | |
| LOW | third_party/python/Lib/smtplib.py | 1010 | CODE | |
| LOW | third_party/python/Lib/enum.py | 801 | CODE | |
| LOW | third_party/python/Lib/enum.py | 819 | CODE | |
| LOW | third_party/python/Lib/tarfile.py | 1413 | CODE | |
| LOW | third_party/python/Lib/ssl.py | 520 | CODE | |
| LOW | third_party/python/Lib/ssl.py | 1147 | CODE | |
| LOW | third_party/python/Lib/ssl.py | 726 | CODE | |
| LOW | third_party/python/Lib/datetime.py | 1389 | CODE | |
| LOW | third_party/python/Lib/datetime.py | 1616 | CODE | |
| LOW | third_party/python/Lib/_pydecimal.py | 3925 | CODE | |
| LOW | third_party/python/Lib/distutils/_msvccompiler.py | 456 | CODE | |
| LOW | third_party/python/Lib/distutils/unixccompiler.py | 148 | CODE | |
| LOW | third_party/python/Lib/distutils/ccompiler.py | 617 | CODE | |
| LOW | third_party/python/Lib/distutils/ccompiler.py | 679 | CODE | |
| LOW | third_party/python/Lib/distutils/ccompiler.py | 700 | CODE | |
| LOW | third_party/python/Lib/distutils/ccompiler.py | 720 | CODE | |
| LOW | third_party/python/Lib/distutils/msvc9compiler.py | 568 | CODE | |
| LOW | third_party/python/Lib/distutils/cygwinccompiler.py | 174 | CODE | |
| LOW | third_party/python/Lib/distutils/extension.py | 86 | CODE | |
| LOW | third_party/python/Lib/distutils/msvccompiler.py | 453 | CODE | |
| LOW | third_party/python/Lib/distutils/bcppcompiler.py | 171 | CODE | |
| LOW | third_party/python/Lib/unittest/runner.py | 128 | CODE | |
| LOW | third_party/python/Lib/unittest/_main.py | 59 | CODE | |
| LOW | third_party/python/Lib/unittest/mock.py | 371 | CODE | |
| LOW | third_party/python/Lib/unittest/mock.py | 912 | CODE | |
| LOW | third_party/python/Lib/test/test_buffer.py | 764 | CODE | |
| LOW | third_party/python/Lib/test/test_decimal.py | 4110 | CODE | |
| LOW | third_party/python/Lib/test/mock_socket.py | 54 | CODE | |
| LOW | third_party/python/Lib/test/test_ssl.py | 2085 | CODE | |
| LOW | third_party/python/Lib/test/test_regrtest.py | 400 | CODE | |
| LOW | third_party/python/Lib/urllib/request.py | 1062 | CODE | |
| LOW | third_party/python/Lib/urllib/request.py | 1077 | CODE | |
| LOW | third_party/python/Lib/tkinter/__init__.py | 3320 | CODE | |
| LOW | third_party/python/Lib/json/__init__.py | 120 | CODE | |
| 18 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | third_party/python/Tools/scripts/abitype.py | 200 | # Output result to stdout | COMMENT |
| LOW | third_party/python/Lib/zipfile.py | 413 | # Set these to zero because we write them after the file data | COMMENT |
| LOW | third_party/python/Lib/zipfile.py | 1101 | # Check if we were passed a file-like object | COMMENT |
| LOW | third_party/python/Lib/dis.py | 301 | # Set argval to the dereferenced value of the argument when | COMMENT |
| LOW | third_party/python/Lib/pyclbr.py | 118 | # Check if it is a built-in module; we don't do much for these | COMMENT |
| LOW | third_party/python/Lib/heapq.py | 265 | # Set childpos to index of smaller child. | COMMENT |
| LOW | third_party/python/Lib/heapq.py | 301 | # Set childpos to index of larger child. | COMMENT |
| LOW | third_party/python/Lib/warnings.py | 271 | # Check if message is already a Warning object | COMMENT |
| LOW | third_party/python/Lib/warnings.py | 388 | # Print message and context | COMMENT |
| LOW | third_party/python/Lib/types.py | 222 | # Check if 'func' is a coroutine function. | COMMENT |
| LOW | third_party/python/Lib/types.py | 227 | # Check if 'func' is a generator function. | COMMENT |
| LOW | third_party/python/Lib/plistlib.py | 808 | # Write file header | COMMENT |
| LOW | third_party/python/Lib/_osx_support.py | 348 | # Check if the SDK that is used during compilation actually exists, | COMMENT |
| LOW | third_party/python/Lib/doctest.py | 1674 | # Check if we should use diff. | STRING |
| LOW | third_party/python/Lib/doctest.py | 2072 | # Read the file, convert it to a test, and run it. | STRING |
| LOW | third_party/python/Lib/smtplib.py | 409 | # Check if multiline response. | COMMENT |
| LOW | third_party/python/Lib/tarfile.py | 979 | # Check if one of the fields contains surrogate characters and thereby | COMMENT |
| LOW | third_party/python/Lib/tarfile.py | 1203 | # Check if the pax header contains a hdrcharset field. This tells us | COMMENT |
| LOW⚡ | third_party/python/Lib/abc.py | 217 | # Check if it's a direct subclass | COMMENT |
| LOW⚡ | third_party/python/Lib/abc.py | 221 | # Check if it's a subclass of a registered class (recursive) | COMMENT |
| LOW⚡ | third_party/python/Lib/abc.py | 226 | # Check if it's a subclass of a subclass (recursive) | COMMENT |
| LOW | third_party/python/Lib/ctypes/__init__.py | 140 | # Check if sizeof(ctypes_type) against struct.calcsize. This | COMMENT |
| LOW⚡ | …/python/Lib/unittest/test/testmock/testmagicmethods.py | 453 | # Check if you can change behaviour of magic methods in MagicMock init | COMMENT |
| LOW | third_party/python/Lib/test/test_gzip.py | 169 | # Open the file for writing, then close it. | STRING |
| LOW | third_party/python/Lib/test/test_difflib.py | 242 | # Check if the problem described in patch #1413711 exists. | COMMENT |
| LOW | third_party/python/Lib/test/test_typing.py | 816 | # Check if a dictionary conforms to Dict type | COMMENT |
| LOW | third_party/python/Lib/test/test_typing.py | 831 | # Check if an instance conforms to the generic class | COMMENT |
| LOW | third_party/python/Lib/test/test_typing.py | 843 | # Check if list conforms to a List subclass | COMMENT |
| LOW | third_party/python/Lib/test/test_smtpd.py | 879 | # Set decode_data to True | STRING |
| LOW | third_party/python/Lib/test/test_io.py | 2931 | # Check if the BOM is written only once (see issue1753). | COMMENT |
| LOW | third_party/python/Lib/test/test_memoryio.py | 705 | bytearray(state[0]) # Check if state[0] supports the buffer interface. | CODE |
| LOW | third_party/python/Lib/test/test_codecs.py | 2751 | # Check if the BOM is written only once | COMMENT |
| LOW | third_party/python/Lib/test/support/__init__.py | 2611 | # Check if the 'Crash Reporter' on OSX was configured | COMMENT |
| LOW | third_party/python/Lib/test/libregrtest/cmdline.py | 149 | # Set prog to prevent the uninformative "__main__.py" from displaying in | STRING |
| LOW | third_party/python/Lib/urllib/parse.py | 851 | # Check if ' ' in string, where string may either be a str or bytes. If | COMMENT |
| LOW | third_party/python/Lib/tkinter/ttk.py | 33 | # Verify if Tk is new enough to not need the Tile package | COMMENT |
| LOW | …arty/python/Lib/tkinter/test/test_tkinter/test_text.py | 37 | # Check if we are getting the indices as strings -- you are likely | COMMENT |
| LOW | third_party/python/Lib/http/cookies.py | 447 | # Return the result | STRING |
| LOW | third_party/python/Lib/http/server.py | 607 | # Set this to HTTP/1.1 to enable automatic keepalive | COMMENT |
| LOW | third_party/python/Lib/sqlite3/test/types.py | 260 | # Check if the stripping of colnames works. Everything after the first | COMMENT |
| LOW | third_party/python/Lib/importlib/_bootstrap_external.py | 1243 | # Check if the module is the name of a directory (and thus a package). | COMMENT |
| LOW | third_party/python/Lib/lib2to3/fixes/fix_metaclass.py | 113 | # Check if the expr_node is a simple assignment. | COMMENT |
| LOW | third_party/python/Lib/idlelib/pyshell.py | 1162 | # Check if there's a relevant stdin range -- if so, use it | COMMENT |
| LOW | third_party/python/Lib/idlelib/iomenu.py | 407 | # Check if there is an encoding declared | COMMENT |
| LOW | third_party/python/Lib/idlelib/_pyclbr.py | 140 | # Check if it is a built-in module; we don't do much for these. | COMMENT |
| LOW | …party/python/Lib/idlelib/idle_test/test_codecontext.py | 163 | # Set stop_line to not go back to first line in source code. | STRING |
| LOW | …party/python/Lib/idlelib/idle_test/test_codecontext.py | 175 | # Set stop_indent to test indent level to stop at. | STRING |
| LOW | third_party/python/Lib/asyncio/streams.py | 554 | # Check if we now have enough data in the buffer for `separator` to | COMMENT |
| LOW | third_party/python/Lib/asyncio/unix_events.py | 113 | # Set SA_RESTART to limit EINTR occurrences. | COMMENT |
| LOW | …rd_party/python/Modules/_decimal/tests/formathelper.py | 212 | # Check if an integer can be converted to a valid fill character. | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | libc/calls/isevilpath.c | 20 | // The purpose of this function is to prevent the most truly evil kinds | COMMENT |
| LOW⚡ | third_party/libcxx/ryu/f2s.cpp | 170 | // Step 2: Determine the interval of valid decimal representations. | COMMENT |
| LOW⚡ | third_party/libcxx/ryu/f2s.cpp | 177 | // Step 3: Convert to a decimal power base using 64-bit arithmetic. | COMMENT |
| LOW | third_party/libcxx/ryu/f2s.cpp | 239 | // Step 4: Find the shortest decimal representation in the interval of valid representations. | COMMENT |
| LOW | third_party/libcxx/ryu/f2s.cpp | 421 | // Step 5: Print the decimal representation. | COMMENT |
| LOW | third_party/libcxx/ryu/f2s.cpp | 666 | // Step 1: Decode the floating-point number, and unify normalized and subnormal cases. | COMMENT |
| LOW⚡ | third_party/libcxx/ryu/d2s.cpp | 197 | // Step 2: Determine the interval of valid decimal representations. | COMMENT |
| LOW⚡ | third_party/libcxx/ryu/d2s.cpp | 205 | // Step 3: Convert to a decimal power base using 128-bit arithmetic. | COMMENT |
| LOW | third_party/libcxx/ryu/d2s.cpp | 264 | // Step 4: Find the shortest decimal representation in the interval of valid representations. | COMMENT |
| LOW | third_party/libcxx/ryu/d2s.cpp | 357 | // Step 5: Print the decimal representation. | COMMENT |
| LOW | third_party/libcxx/ryu/d2s.cpp | 706 | // Step 1: Decode the floating-point number, and unify normalized and subnormal cases. | COMMENT |
| LOW | third_party/ctags/get.c | 159 | * This section handles preprocessor directives. It strips out all | COMMENT |
| LOW | third_party/python/Lib/configparser.py | 1162 | options is None, so we need to check if the value is a | STRING |
| LOW⚡ | third_party/python/Lib/encodings/idna.py | 75 | # Step 2: nameprep | COMMENT |
| LOW⚡ | third_party/python/Lib/encodings/idna.py | 78 | # Step 3: UseSTD3ASCIIRules is false | COMMENT |
| LOW⚡ | third_party/python/Lib/encodings/idna.py | 79 | # Step 4: try ASCII | COMMENT |
| LOW⚡ | third_party/python/Lib/encodings/idna.py | 90 | # Step 5: Check ACE prefix | COMMENT |
| LOW⚡ | third_party/python/Lib/encodings/idna.py | 94 | # Step 6: Encode with PUNYCODE | COMMENT |
| LOW⚡ | third_party/python/Lib/encodings/idna.py | 97 | # Step 7: Prepend ACE prefix | COMMENT |
| LOW⚡ | third_party/python/Lib/encodings/idna.py | 100 | # Step 8: Check size | COMMENT |
| LOW⚡ | third_party/python/Lib/encodings/idna.py | 106 | # Step 1: Check for ASCII | COMMENT |
| LOW⚡ | third_party/python/Lib/encodings/idna.py | 116 | # Step 2: Perform nameprep | COMMENT |
| LOW⚡ | third_party/python/Lib/encodings/idna.py | 123 | # Step 3: Check for ACE prefix | COMMENT |
| LOW⚡ | third_party/python/Lib/encodings/idna.py | 127 | # Step 4: Remove ACE prefix | COMMENT |
| LOW⚡ | third_party/python/Lib/encodings/idna.py | 130 | # Step 5: Decode using PUNYCODE | COMMENT |
| LOW⚡ | third_party/python/Lib/encodings/idna.py | 133 | # Step 6: Apply ToASCII | COMMENT |
| LOW⚡ | third_party/python/Lib/encodings/idna.py | 136 | # Step 7: Compare the result of step 6 with the one of step 3 | COMMENT |
| LOW⚡ | third_party/python/Lib/encodings/idna.py | 141 | # Step 8: return the result of step 5 | COMMENT |
| LOW | third_party/python/Lib/encodings/idna.py | 64 | # Step 1: try ASCII | COMMENT |
| LOW | third_party/python/Lib/email/header.py | 394 | # Step 1: Normalize the chunks so that all runs of identical charsets | STRING |
| LOW | third_party/make/variable.c | 218 | If the variable is not yet defined, then we need to check if getenv() | CODE |
| LOW | third_party/openmp/kmp_affinity.cpp | 2206 | // First, we need to check if cpuid(4) is supported on this chip. To see if | COMMENT |
| LOW | third_party/openmp/kmp_affinity.cpp | 2298 | // First, we need to check if cpuid(4) is supported on this chip. To see if | COMMENT |
| LOW | third_party/openmp/kmp_collapse.cpp | 1428 | // We found the chunk for this thread, now we need to check if it's the | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | third_party/ncurses/comp_scan.c | 224 | * succeed, don't forget to hack push_back() correspondingly. | COMMENT |
| LOW | third_party/argon2/ref.c | 149 | /* Don't forget to generate the first block of addresses: */ | COMMENT |
| LOW | third_party/python/Tools/pybench/pybench.py | 179 | If you change a test in some way, don't forget to increase | CODE |
| LOW | third_party/python/Tools/clinic/clinic.py | 1398 | # make sure to recognize stop line even if it | STRING |
| LOW | third_party/python/Python/bltinmodule.c | 207 | Don't forget to modify PyUnicode_DecodeFSDefault() if you touch any of the | CODE |
| LOW | third_party/python/Include/boolobject.h | 11 | Don't forget to apply Py_INCREF() when returning either!!! */ | CODE |
| LOW | third_party/python/Include/object.h | 908 | Don't forget to apply Py_INCREF() when returning this value!!! | CODE |
| LOW | third_party/python/Include/token.h | 61 | /* Don't forget to update the table _PyParser_TokenNames in tokenizer.c! */ | COMMENT |
| LOW | third_party/python/Objects/exceptions.c | 40 | /* NOTE: If the exception class hierarchy changes, don't forget to update | COMMENT |
| MEDIUM | third_party/python/Lib/heapq.py | 251 | # you can use it. | COMMENT |
| LOW | third_party/python/Lib/quopri.py | 98 | # Don't forget to include the soft line break `=' sign in the | COMMENT |
| MEDIUM | third_party/python/Lib/ntpath.py | 357 | # XXX With COMMAND.COM you can use any characters in a variable name, | COMMENT |
| MEDIUM⚡ | …/python/Lib/unittest/test/testmock/testmagicmethods.py | 453 | # Check if you can change behaviour of magic methods in MagicMock init | COMMENT |
| LOW | third_party/python/Lib/test/test_gc.py | 1040 | # make sure to always test gc.enable() | COMMENT |
| MEDIUM | third_party/python/Lib/test/test_logging.py | 392 | # level values which do not fit into these limitations, you can use a | COMMENT |
| LOW | third_party/python/Lib/test/test_bigmem.py | 53 | # - Don't forget to test for large indices, offsets and results and such, | COMMENT |
| MEDIUM | third_party/python/Lib/urllib/request.py | 1731 | # Undocumented feature: you can use a different | COMMENT |
| LOW | third_party/python/Modules/arraymodule.c | 543 | * Don't forget to update typecode_to_mformat_code() if you add a new | COMMENT |
| MEDIUM | third_party/python/Modules/xxsubtype.c | 120 | PyDoc_STR("an int variable for demonstration purposes")}, | CODE |
| MEDIUM | third_party/python/Modules/xxsubtype.c | 211 | PyDoc_STR("an int variable for demonstration purposes")}, | CODE |
| LOW | third_party/unzip/unzpriv.h | 1396 | /* don't forget to update zipinfo.c appropiately if NUM_HOSTS changes! */ | COMMENT |
| LOW | third_party/unzip/unzpriv.h | 1416 | /* don't forget to update list.c (list_files()), extract.c and zipinfo.c | COMMENT |
| LOW | .github/ISSUE_TEMPLATE/07-refactor.yml | 9 | Don't forget to [check for existing refactor issue tickets](https://github.com/jart/cosmopolitan/issues?q=is%3Ao | CODE |
| LOW | .github/ISSUE_TEMPLATE/06-research.yml | 9 | Don't forget to check for any [duplicate research issue tickets](https://github.com/jart/cosmopolitan/issues?q=i | CODE |
| MEDIUM | tool/net/definitions.lua | 2888 | --- communicate with SQLite3. Here is a simple example: | CODE |
| MEDIUM | tool/net/definitions.lua | 3018 | --- and `db:exec()` returns `lsqlite3.ABORT`. Here is a simple example: | CODE |
| MEDIUM | tool/viz/life.c | 104 | * Here's how you can compile this program on Linux: | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | third_party/libcxx/ryu/f2s.cpp | 170 | // Step 2: Determine the interval of valid decimal representations. | COMMENT |
| LOW⚡ | third_party/libcxx/ryu/f2s.cpp | 177 | // Step 3: Convert to a decimal power base using 64-bit arithmetic. | COMMENT |
| LOW | third_party/libcxx/ryu/f2s.cpp | 239 | // Step 4: Find the shortest decimal representation in the interval of valid representations. | COMMENT |
| LOW | third_party/libcxx/ryu/f2s.cpp | 421 | // Step 5: Print the decimal representation. | COMMENT |
| LOW | third_party/libcxx/ryu/f2s.cpp | 666 | // Step 1: Decode the floating-point number, and unify normalized and subnormal cases. | COMMENT |
| LOW⚡ | third_party/libcxx/ryu/d2s.cpp | 197 | // Step 2: Determine the interval of valid decimal representations. | COMMENT |
| LOW⚡ | third_party/libcxx/ryu/d2s.cpp | 205 | // Step 3: Convert to a decimal power base using 128-bit arithmetic. | COMMENT |
| LOW | third_party/libcxx/ryu/d2s.cpp | 264 | // Step 4: Find the shortest decimal representation in the interval of valid representations. | COMMENT |
| LOW | third_party/libcxx/ryu/d2s.cpp | 357 | // Step 5: Print the decimal representation. | COMMENT |
| LOW | third_party/libcxx/ryu/d2s.cpp | 706 | // Step 1: Decode the floating-point number, and unify normalized and subnormal cases. | COMMENT |
| LOW⚡ | third_party/python/Lib/encodings/idna.py | 75 | # Step 2: nameprep | COMMENT |
| LOW⚡ | third_party/python/Lib/encodings/idna.py | 78 | # Step 3: UseSTD3ASCIIRules is false | COMMENT |
| LOW⚡ | third_party/python/Lib/encodings/idna.py | 79 | # Step 4: try ASCII | COMMENT |
| LOW⚡ | third_party/python/Lib/encodings/idna.py | 90 | # Step 5: Check ACE prefix | COMMENT |
| LOW⚡ | third_party/python/Lib/encodings/idna.py | 94 | # Step 6: Encode with PUNYCODE | COMMENT |
| LOW⚡ | third_party/python/Lib/encodings/idna.py | 97 | # Step 7: Prepend ACE prefix | COMMENT |
| LOW⚡ | third_party/python/Lib/encodings/idna.py | 100 | # Step 8: Check size | COMMENT |
| LOW⚡ | third_party/python/Lib/encodings/idna.py | 106 | # Step 1: Check for ASCII | COMMENT |
| LOW⚡ | third_party/python/Lib/encodings/idna.py | 116 | # Step 2: Perform nameprep | COMMENT |
| LOW⚡ | third_party/python/Lib/encodings/idna.py | 123 | # Step 3: Check for ACE prefix | COMMENT |
| LOW⚡ | third_party/python/Lib/encodings/idna.py | 127 | # Step 4: Remove ACE prefix | COMMENT |
| LOW⚡ | third_party/python/Lib/encodings/idna.py | 130 | # Step 5: Decode using PUNYCODE | COMMENT |
| LOW⚡ | third_party/python/Lib/encodings/idna.py | 133 | # Step 6: Apply ToASCII | COMMENT |
| LOW⚡ | third_party/python/Lib/encodings/idna.py | 136 | # Step 7: Compare the result of step 6 with the one of step 3 | COMMENT |
| LOW⚡ | third_party/python/Lib/encodings/idna.py | 141 | # Step 8: return the result of step 5 | COMMENT |
| LOW | third_party/python/Lib/encodings/idna.py | 64 | # Step 1: try ASCII | COMMENT |
| LOW | third_party/python/Lib/email/header.py | 394 | # Step 1: Normalize the chunks so that all runs of identical charsets | STRING |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | third_party/mbedtls/error.c | 88 | /* Begin Auto-Generated Code. */ | COMMENT |
| HIGH | third_party/mbedtls/error.c | 422 | /* End Auto-Generated Code. */ | COMMENT |
| HIGH | third_party/mbedtls/error.c | 443 | /* Begin Auto-Generated Code. */ | COMMENT |
| HIGH | third_party/mbedtls/error.c | 634 | /* End Auto-Generated Code. */ | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | third_party/python/Lib/socketserver.py | 277 | def handle_request(self): | CODE |
| LOW | third_party/python/Lib/contextlib.py | 158 | def helper(*args, **kwds): | CODE |
| LOW | third_party/python/Lib/unittest/test/_test_warnings.py | 55 | def test_function(self): | CODE |
| LOW | …party/python/Lib/unittest/test/testmock/testhelpers.py | 686 | def test_function(self): | CODE |
| LOW | third_party/python/Lib/test/test_strptime.py | 255 | def helper(self, directive, position): | CODE |
| LOW | third_party/python/Lib/test/test_gc.py | 209 | def test_function(self): | CODE |
| LOW | third_party/python/Lib/test/test_logging.py | 1807 | def handle_request(self, request): | CODE |
| LOW | third_party/python/Lib/test/test_with.py | 32 | def helper(*args, **kwds): | CODE |
| LOW | third_party/python/Lib/test/test_marshal.py | 19 | def helper(self, sample, *extra): | CODE |
| LOW | third_party/python/Lib/test/test_pdb.py | 286 | def do_something(): | CODE |
| LOW | third_party/python/Lib/test/test_pdb.py | 37 | >>> def test_function(foo, bar): | STRING |
| LOW | third_party/python/Lib/test/test_pdb.py | 77 | >>> def test_function(): | STRING |
| LOW | third_party/python/Lib/test/test_pdb.py | 176 | >>> def test_function(): | STRING |
| LOW | third_party/python/Lib/test/test_pdb.py | 308 | >>> def test_function(): | STRING |
| LOW | third_party/python/Lib/test/test_pdb.py | 331 | 1 def test_function(): | STRING |
| LOW | third_party/python/Lib/test/test_pdb.py | 377 | ... def do_something(): | STRING |
| LOW | third_party/python/Lib/test/test_pdb.py | 394 | >>> def test_function(): | STRING |
| LOW | third_party/python/Lib/test/test_pdb.py | 427 | 1 def test_function(): | STRING |
| LOW | third_party/python/Lib/test/test_pdb.py | 521 | >>> def test_function(): | STRING |
| LOW | third_party/python/Lib/test/test_pdb.py | 610 | >>> def test_function(): | STRING |
| LOW | third_party/python/Lib/test/test_pdb.py | 676 | >>> def test_function(): | STRING |
| LOW | third_party/python/Lib/test/test_pdb.py | 743 | >>> def test_function(): | STRING |
| LOW | third_party/python/Lib/test/test_pdb.py | 802 | >>> def test_function(): | STRING |
| LOW | third_party/python/Lib/test/test_pdb.py | 858 | >>> def test_function(): | STRING |
| LOW | third_party/python/Lib/test/test_pdb.py | 904 | >>> def test_function(): | STRING |
| LOW | third_party/python/Lib/test/test_pdb.py | 940 | >>> def test_function(): | STRING |
| LOW | third_party/python/Lib/test/test_pdb.py | 996 | >>> def test_function(): | STRING |
| LOW | third_party/python/Lib/test/test_pdb.py | 1038 | >>> def test_function(): | STRING |
| LOW | third_party/python/Lib/test/test_pdb.py | 1083 | >>> def test_function(): | STRING |
| LOW | third_party/python/Lib/test/test_pdb.py | 1122 | >>> def test_function(): | STRING |
| LOW | third_party/python/Lib/test/test_os.py | 1666 | def helper(self): | STRING |
| LOW | third_party/python/Lib/test/test_concurrent_futures.py | 59 | def my_method(self): | CODE |
| LOW | third_party/python/Lib/test/test_tokenize.py | 397 | def test_function(self): | STRING |
| LOW | third_party/python/Lib/test/profilee.py | 55 | def helper(): | CODE |
| LOW | third_party/python/Lib/test/test_xmlrpc.py | 603 | def my_function(): | CODE |
| LOW | third_party/python/Lib/test/test_xmlrpc.py | 661 | def my_function(): | CODE |
| LOW | third_party/python/Lib/test/test_urllib2_localnet.py | 157 | def handle_request(self, request_handler): | CODE |
| LOW | third_party/python/Lib/multiprocessing/managers.py | 179 | def handle_request(self, c): | CODE |
| LOW | third_party/python/Lib/xmlrpc/server.py | 689 | def handle_request(self, request_text=None): | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | third_party/python/Lib/test/test_xml_etree.py | 1250 | <xi:fallback><a href="mailto:bob@example.org">Report error</a></xi:fallback> | CODE |
| LOW | third_party/python/Lib/test/test_xml_etree.py | 1380 | ' <ns0:fallback><a href="mailto:bob@example.org">Report error</a></ns0:fallback>\n' | STRING |
| LOW | third_party/python/Lib/test/make_ssl_certs.py | 246 | 'email.1 = user@example.org', | STRING |
| LOW | third_party/python/Lib/test/test_ssl.py | 367 | ('email', 'null@python.org\x00user@example.org'), | CODE |
| LOW | third_party/python/Lib/test/test_ssl.py | 374 | ('email', 'null@python.org\x00user@example.org'), | CODE |
| LOW | third_party/python/Lib/test/test_ssl.py | 388 | ('email', 'user@example.org'), | CODE |
| LOW | third_party/python/Lib/test/test_urlparse.py | 280 | self.assertEqual(urllib.parse.urlparse('mailto:1337@example.org'), | CODE |
| LOW | third_party/python/Lib/test/test_urlparse.py | 281 | ('mailto', '', '1337@example.org', '', '', '')) | CODE |
| LOW | third_party/python/Lib/test/test_smtplib.py | 394 | m['From'] = 'foo@bar.com' | CODE |
| LOW | third_party/python/Lib/test/test_smtplib.py | 428 | m['From'] = 'foo@bar.com' | CODE |
| LOW | third_party/python/Lib/test/test_smtplib.py | 454 | m['From'] = 'foo@bar.com' | CODE |
| LOW | third_party/python/Lib/test/test_smtplib.py | 508 | m['From'] = 'foo@bar.com' | CODE |
| LOW | third_party/python/Lib/test/test_smtplib.py | 542 | m['From'] = 'foo@bar.com' | CODE |
| LOW⚡ | third_party/python/Lib/test/test_email/test_email.py | 3225 | eq(addrs[0][1], 'foo@bar.com') | STRING |
| LOW | third_party/python/Lib/test/test_email/test_email.py | 3853 | ('From: foo@bar.com', ('From', 'foo@bar.com')), | STRING |
| LOW | third_party/python/Lib/test/test_email/test_email.py | 3886 | ['foo@bar.com', | STRING |
| LOW | third_party/python/Lib/test/test_email/test_email.py | 3897 | [('From', 'foo@bar.com'), | STRING |
| LOW | third_party/python/Lib/test/test_email/test_email.py | 3909 | ['foo@bar.com', | STRING |
| LOW | third_party/python/Lib/test/test_email/test_message.py | 577 | ('To', 'foo@bar.com'), | STRING |
| LOW | third_party/tidy/attrs.c | 381 | { TidyAttr_PLACEHOLDER, "placeholder", CH_PCDATA }, | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | libc/intrin/ubsan.c | 464 | return false; // TODO: implement me | CODE |
| LOW | test/libc/tinymath/ldexp_test.c | 124 | // TODO: implement quad floating point in printf | COMMENT |
| LOW | test/libc/tinymath/atan2l_test.c | 31 | // TODO: implement quad floating point into printf | COMMENT |
| LOW | third_party/libcxx/experimental/__simd/simd_mask.h | 26 | // TODO: implement simd_mask class | COMMENT |
| LOW | third_party/libcxx/experimental/__simd/simd.h | 29 | // TODO: implement simd class | COMMENT |
| LOW | third_party/python/Lib/test/test_smtplib.py | 1034 | #TODO: add tests for correct AUTH method fallback now that the | COMMENT |
| LOW | third_party/openmp/kmp_dispatch.cpp | 2140 | // TODO: implement count | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | third_party/python/Lib/imaplib.py | 1136 | # I'll update the code in `_get_response()'. | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | third_party/python/Tools/scripts/pdeps.py | 7 | # Usage: | COMMENT |
| LOW | third_party/python/Tools/scripts/ifdef.py | 4 | # Usage: | COMMENT |
| LOW⚡ | …rd_party/python/Lib/unittest/test/testmock/testmock.py | 441 | # Usage example | COMMENT |