OpenToonz - An open-source full-featured 2D animation creation software
This report presents the forensic synthetic code analysis of opentoonz/opentoonz, a C++ project with 7,400 GitHub stars. SynthScan v2.0 examined 2,042,258 lines of code across 5090 source files, recording 5055 pattern matches distributed across 13 syntactic categories. The overall adjusted score of 2.3 places this repository in the Likely human-written band.
The scanner applied 160+ deterministic lexical heuristics, multi-line block detectors, abstract syntax tree depth profilers, and a cross-file Jaccard similarity matrix to construct a statistically normalised synthetic code estimate. All matches are individually weighted by severity coefficient and contextual multiplier before summation, and the resulting headline score is temporally discounted to account for the repository's development history relative to the commercial emergence of large language model coding tooling (November 2022 onward).
This chart maps the temporal evolution of the adjusted synthetic code score across successive scan runs. An upward trajectory indicates ongoing incorporation of AI-generated code or expanding LLM-assisted scaffolding; a stable or declining trajectory may reflect active human refactoring, code removal, or the adoption of stricter authorship policies. The dashed secondary line (right axis) independently tracks total raw pattern hit count, which can diverge from the normalised score when codebase size changes significantly between scans.
Classifies detected patterns by their diagnostic confidence and structural impact. CRITICAL patterns (coefficient 10) represent definitive synthetic signatures — hallucinated imports, explicit LLM attribution metadata — virtually never produced by human authors. HIGH (5) indicates strong structural tells such as cross-file repetition or cross-linguistic idioms. MEDIUM (2) covers recognisable conversational padding and AI-specific vocabulary. LOW (1) captures subtle indicators like tautological comments and generic boilerplate that require density to carry independent signal.
This horizontal bar chart decomposes the repository's raw synthetic code score by top-level directory, allowing you to pinpoint precisely which modules or components carry the highest AI authorship density. Directories with disproportionately high scores relative to their size warrant targeted manual review: concentrated AI signatures often trace back to mass-generated configuration layers, auto-ported test suites, LLM-scaffolded boilerplate classes, or entire subsystems authored under heavy copilot assistance. Use this view to prioritise your human code-review effort.
The scanner identified 5055 distinct pattern matches across 13 syntactic categories. Each entry below represents a discrete location in the source code where the engine recorded a statistically significant AI authorship indicator. Expand any category row to inspect the individual file paths, line numbers, code snippets, and the lexical context (CODE, COMMENT, or STRING) in which each match was detected.
Reading the findings table: The Severity column indicates the diagnostic confidence level (CRITICAL / HIGH / MEDIUM / LOW). The Context column identifies whether the match occurred inside executable code, an inline comment, or a string literal — comment-context matches receive a ×1.5 weight because LLMs systematically over-annotate. The ⚡ bolt icon marks clustered matches: three or more patterns within a 10-line window, each receiving an additional ×1.5 density multiplier as dense clusters constitute far stronger evidence of synthetic authorship than isolated hits.
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | plugins/multiplugin/multi.cpp | 1 | #include <stdio.h> | COMMENT |
| LOW | plugins/geom/geom.cpp | 1 | #include <stdio.h> | COMMENT |
| LOW | plugins/blur/blur.cpp | 1 | #include <stdio.h> | COMMENT |
| LOW | …config/qss/Default/less/themes/others/light-theme.less | 141 | // ----------------------------------------------------------------------------- | COMMENT |
| LOW | …/config/qss/Default/less/themes/others/dark-theme.less | 61 | // Treeview | COMMENT |
| LOW | …fig/qss/Default/less/themes/default/default-theme.less | 1 | // out: "../../../Default.qss" | COMMENT |
| LOW | …fig/qss/Default/less/themes/default/default-theme.less | 501 | COMMENT | |
| LOW | thirdparty/tinyexr/tinyexr.h | 41 | // met: | COMMENT |
| LOW | thirdparty/tinyexr/tinyexr.h | 61 | // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE | COMMENT |
| LOW | thirdparty/tinyexr/tinyexr.h | 81 | // #include "tinyexr.h" | COMMENT |
| LOW | thirdparty/tinyexr/tinyexr.h | 101 | #define TINYEXR_LITTLE_ENDIAN 1 | COMMENT |
| LOW | thirdparty/tinyexr/tinyexr.h | 121 | COMMENT | |
| LOW | thirdparty/tinyexr/tinyexr.h | 141 | #ifndef TINYEXR_USE_OPENMP | COMMENT |
| LOW | thirdparty/tinyexr/tinyexr.h | 161 | #include <float.h> | COMMENT |
| LOW | thirdparty/tinyexr/tinyexr.h | 181 | #define TINYEXR_HAS_FP16_COMPILER_TYPE (0) | COMMENT |
| LOW | thirdparty/tinyexr/tinyexr.h | 201 | COMMENT | |
| LOW | thirdparty/tinyexr/tinyexr.h | 361 | int height; | COMMENT |
| LOW | thirdparty/tinyexr/tinyexr.h | 381 | extern int LoadEXRWithLayer(float **out_rgba, int *width, int *height, | COMMENT |
| LOW | thirdparty/tinyexr/tinyexr.h | 401 | // checking given file is a EXR file(by just look up header) | COMMENT |
| LOW | thirdparty/tinyexr/tinyexr.h | 421 | // `buffer` is the pointer to write EXR data. | COMMENT |
| LOW | thirdparty/tinyexr/tinyexr.h | 501 | // FreeEXRErrorMessage() | COMMENT |
| LOW | thirdparty/tinyexr/tinyexr.h | 521 | // Application can free EXRImage using `FreeEXRImage` | COMMENT |
| LOW | thirdparty/tinyexr/tinyexr.h | 541 | const char *filename, | COMMENT |
| LOW | thirdparty/tinyexr/tinyexr.h | 561 | // When there was an error message, Application must free `err` with | COMMENT |
| LOW | thirdparty/tinyexr/tinyexr.h | 581 | // Returns negative value and may set error string in `err` when there's an | COMMENT |
| LOW | thirdparty/tinyexr/tinyexr.h | 601 | unsigned char **memory, const char **err); | COMMENT |
| LOW | thirdparty/tinyexr/tinyexr.h | 621 | // extern int LoadMultiPartDeepEXR(DeepImage **out_image, int num_parts, const | COMMENT |
| LOW | thirdparty/tinyexr/tinyexr.h | 641 | COMMENT | |
| LOW | thirdparty/tinyexr/tinyexr.h | 661 | #include <fcntl.h> // for open() | COMMENT |
| LOW | thirdparty/tinyexr/tinyexr.h | 681 | // https://stackoverflow.com/questions/5047971/how-do-i-check-for-c11-support | COMMENT |
| LOW | thirdparty/tinyexr/tinyexr.h | 701 | #include <miniz.h> | COMMENT |
| LOW | thirdparty/tinyexr/tinyexr.h | 721 | #endif | COMMENT |
| LOW | thirdparty/tinyexr/tinyexr.h | 761 | COMMENT | |
| LOW | thirdparty/tinyexr/tinyexr.h | 781 | // union { | COMMENT |
| LOW | thirdparty/tinyexr/tinyexr.h | 1101 | // #define IMF_NO_COMPRESSION 0 | COMMENT |
| LOW | thirdparty/tinyexr/tinyexr.h | 1581 | COMMENT | |
| LOW | thirdparty/tinyexr/tinyexr.h | 1821 | } | COMMENT |
| LOW | thirdparty/tinyexr/tinyexr.h | 1841 | #endif | COMMENT |
| LOW | thirdparty/tinyexr/tinyexr.h | 1861 | int nx; | COMMENT |
| LOW | thirdparty/tinyexr/tinyexr.h | 2221 | return (c >> lc) & ((1 << nBits) - 1); | COMMENT |
| LOW | thirdparty/tinyexr/tinyexr.h | 2241 | // - see http://www.compressconsult.com/huffman/ | COMMENT |
| LOW | thirdparty/tinyexr/tinyexr.h | 2301 | int *iM) // o: max frq index | COMMENT |
| LOW | thirdparty/tinyexr/tinyexr.h | 2341 | } | COMMENT |
| LOW | thirdparty/tinyexr/tinyexr.h | 2361 | // with the least frequent symbol on top. | COMMENT |
| LOW | thirdparty/tinyexr/tinyexr.h | 2401 | frq[m] += frq[mm]; | COMMENT |
| LOW | thirdparty/tinyexr/tinyexr.h | 2461 | } | COMMENT |
| LOW | thirdparty/tinyexr/tinyexr.h | 2601 | // | COMMENT |
| LOW | thirdparty/tinyexr/tinyexr.h | 2881 | // Access decoding table | COMMENT |
| LOW | thirdparty/tinyexr/tinyexr.h | 3041 | int iM = readUInt(compressed + 4); | COMMENT |
| LOW | thirdparty/tinyexr/tinyexr.h | 6981 | // function definitions were added then. | COMMENT |
| LOW | thirdparty/tiff-4.0.3/libtiff/tif_dir.h | 141 | #define FIELD_SUBFILETYPE 5 | COMMENT |
| LOW | thirdparty/tiff-4.0.3/libtiff/tif_dir.h | 161 | #define FIELD_SMAXSAMPLEVALUE 34 | COMMENT |
| LOW | thirdparty/tiff-4.0.3/libtiff/tif_ojpeg.c | 161 | #define JPEG_MARKER_DHT 0xC4 | COMMENT |
| LOW | thirdparty/tiff-4.0.3/libtiff/tif_fax3.h | 61 | extern "C" { | COMMENT |
| LOW | thirdparty/tiff-4.0.3/libtiff/tiff.h | 141 | TIFF_SLONG8 = 17, /* BigTIFF 64-bit signed integer */ | COMMENT |
| LOW | thirdparty/tiff-4.0.3/libtiff/tiff.h | 161 | #define COMPRESSION_CCITTRLE 2 /* CCITT modified Huffman RLE */ | COMMENT |
| LOW | thirdparty/tiff-4.0.3/libtiff/tiff.h | 181 | #define COMPRESSION_PIXARFILM 32908 /* Pixar companded 10bit LZW */ | COMMENT |
| LOW | thirdparty/tiff-4.0.3/libtiff/tiff.h | 201 | #define PHOTOMETRIC_CIELAB 8 /* !1976 CIE L*a*b* */ | COMMENT |
| LOW | thirdparty/tiff-4.0.3/libtiff/tiff.h | 221 | #define ORIENTATION_TOPLEFT 1 /* row 0 top, col 0 lhs */ | COMMENT |
| LOW | thirdparty/tiff-4.0.3/libtiff/tiff.h | 241 | #define TIFFTAG_YPOSITION 287 /* y page offset of image lhs */ | COMMENT |
| 4760 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | thirdparty/libpng-1.6.21/ltmain.sh | 169 | # ---------------------- | COMMENT |
| MEDIUM | thirdparty/libpng-1.6.21/ltmain.sh | 178 | # -------------------------------------------- | COMMENT |
| MEDIUM | thirdparty/libpng-1.6.21/ltmain.sh | 480 | # ------------------- | COMMENT |
| MEDIUM | thirdparty/libpng-1.6.21/ltmain.sh | 529 | # --------------------- | COMMENT |
| MEDIUM | thirdparty/libpng-1.6.21/ltmain.sh | 575 | # ---------------------------- | COMMENT |
| MEDIUM | thirdparty/libpng-1.6.21/ltmain.sh | 598 | # -------------------------- | COMMENT |
| MEDIUM | thirdparty/libpng-1.6.21/ltmain.sh | 622 | # ------------------ | COMMENT |
| MEDIUM | thirdparty/libpng-1.6.21/ltmain.sh | 646 | # ------------------ | COMMENT |
| MEDIUM | thirdparty/libpng-1.6.21/ltmain.sh | 679 | # ------------------------------------------- | COMMENT |
| MEDIUM | thirdparty/libpng-1.6.21/ltmain.sh | 691 | # -------------------------------------------------------- | COMMENT |
| MEDIUM | thirdparty/libpng-1.6.21/ltmain.sh | 712 | # ---------------- | COMMENT |
| MEDIUM | thirdparty/libpng-1.6.21/ltmain.sh | 731 | # -------------------- | COMMENT |
| MEDIUM | thirdparty/libpng-1.6.21/ltmain.sh | 740 | # ------------------------------ | COMMENT |
| MEDIUM | thirdparty/libpng-1.6.21/ltmain.sh | 776 | # ----------------- | COMMENT |
| MEDIUM | thirdparty/libpng-1.6.21/ltmain.sh | 789 | # ----------------------- | COMMENT |
| MEDIUM | thirdparty/libpng-1.6.21/ltmain.sh | 801 | # ----------------------------- | COMMENT |
| MEDIUM | thirdparty/libpng-1.6.21/ltmain.sh | 812 | # --------------- | COMMENT |
| MEDIUM | thirdparty/libpng-1.6.21/ltmain.sh | 838 | # --------------------------- | COMMENT |
| MEDIUM | thirdparty/libpng-1.6.21/ltmain.sh | 886 | # ------------------------- | COMMENT |
| MEDIUM | thirdparty/libpng-1.6.21/ltmain.sh | 924 | # ------------------------ | COMMENT |
| MEDIUM | thirdparty/libpng-1.6.21/ltmain.sh | 1014 | # -------------------- | COMMENT |
| MEDIUM | thirdparty/libpng-1.6.21/ltmain.sh | 1030 | # -------------------------------- | COMMENT |
| MEDIUM | thirdparty/libpng-1.6.21/ltmain.sh | 1095 | # -------------------------- | COMMENT |
| MEDIUM | thirdparty/libpng-1.6.21/ltmain.sh | 1147 | # ------------------------- | COMMENT |
| MEDIUM | thirdparty/libpng-1.6.21/ltmain.sh | 1177 | # --------------------------------- | COMMENT |
| MEDIUM | thirdparty/libpng-1.6.21/ltmain.sh | 1207 | # ----------------------------- | COMMENT |
| MEDIUM | thirdparty/libpng-1.6.21/ltmain.sh | 1232 | # ------------------------------------ | COMMENT |
| MEDIUM | thirdparty/libpng-1.6.21/ltmain.sh | 1261 | # ---------- | COMMENT |
| MEDIUM | thirdparty/libpng-1.6.21/ltmain.sh | 1282 | # ------------------- | COMMENT |
| MEDIUM | thirdparty/libpng-1.6.21/ltmain.sh | 1295 | # ----------------------------- | COMMENT |
| MEDIUM | thirdparty/libpng-1.6.21/ltmain.sh | 1308 | # ---------------------------- | COMMENT |
| MEDIUM | thirdparty/libpng-1.6.21/ltmain.sh | 1333 | # ----------------------- | COMMENT |
| MEDIUM | thirdparty/libpng-1.6.21/ltmain.sh | 1350 | # --------------------- | COMMENT |
| MEDIUM | thirdparty/libpng-1.6.21/ltmain.sh | 1483 | # ----------------------- | COMMENT |
| MEDIUM | thirdparty/libpng-1.6.21/ltmain.sh | 1495 | # --------------------------------- | COMMENT |
| MEDIUM | thirdparty/libpng-1.6.21/ltmain.sh | 1512 | # ------------------------------------ | COMMENT |
| MEDIUM | thirdparty/libpng-1.6.21/ltmain.sh | 1523 | # --------------------------------- | COMMENT |
| MEDIUM | thirdparty/libpng-1.6.21/ltmain.sh | 1625 | # --------------------- | COMMENT |
| MEDIUM | thirdparty/libpng-1.6.21/ltmain.sh | 1648 | # -------------------------- | COMMENT |
| MEDIUM | thirdparty/libpng-1.6.21/ltmain.sh | 1672 | # --------------------------- | COMMENT |
| MEDIUM | thirdparty/libpng-1.6.21/ltmain.sh | 1773 | # ------------------------------ | COMMENT |
| MEDIUM | thirdparty/libpng-1.6.21/ltmain.sh | 1804 | # ---------------------- | COMMENT |
| MEDIUM | thirdparty/libpng-1.6.21/ltmain.sh | 1832 | # ------------------------ | COMMENT |
| MEDIUM | thirdparty/libpng-1.6.21/ltmain.sh | 1845 | # ------------------------ | COMMENT |
| MEDIUM | thirdparty/libpng-1.6.21/ltmain.sh | 1880 | # ----------------------------- | COMMENT |
| MEDIUM | thirdparty/libpng-1.6.21/ltmain.sh | 1906 | # ---------- | COMMENT |
| MEDIUM | thirdparty/libpng-1.6.21/ltmain.sh | 1919 | # ------------------ | COMMENT |
| MEDIUM | thirdparty/libpng-1.6.21/ltmain.sh | 1939 | # ------------ | COMMENT |
| MEDIUM | thirdparty/libpng-1.6.21/ltmain.sh | 1984 | # ---------------- | COMMENT |
| MEDIUM | thirdparty/libpng-1.6.21/ltmain.sh | 2004 | # ------------------- | COMMENT |
| MEDIUM | thirdparty/libpng-1.6.21/ltmain.sh | 2083 | # --------------------- | COMMENT |
| MEDIUM | thirdparty/libpng-1.6.21/ltmain.sh | 2100 | # --------------------------- | COMMENT |
| MEDIUM | thirdparty/libpng-1.6.21/ltmain.sh | 2122 | # ------------------------------- | COMMENT |
| MEDIUM | thirdparty/libpng-1.6.21/ltmain.sh | 2134 | # ----------- | COMMENT |
| MEDIUM | thirdparty/libpng-1.6.21/ltmain.sh | 2154 | # ------------- | COMMENT |
| MEDIUM | thirdparty/libpng-1.6.21/ltmain.sh | 2175 | # ----------------------- | COMMENT |
| MEDIUM | thirdparty/libpng-1.6.21/ltmain.sh | 2218 | # ------------------------ | COMMENT |
| MEDIUM | thirdparty/libpng-1.6.21/ltmain.sh | 2255 | # ----------------------------- | COMMENT |
| MEDIUM | thirdparty/libpng-1.6.21/ltmain.sh | 2306 | # --------------------------------- | COMMENT |
| MEDIUM | thirdparty/libpng-1.6.21/ltmain.sh | 2404 | # --------------------------------- | COMMENT |
| 30 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | .github/workflows/workflow_windows.yml | 114 | # Create the package | COMMENT |
| MEDIUM | thirdparty/tiff-4.0.3/config/ltmain.sh | 1229 | # This function is only a basic sanity check; it will hardly flush out | COMMENT |
| MEDIUM | thirdparty/tiff-4.0.3/config/ltmain.sh | 1240 | # This function implements the same check as func_lalib_p without | COMMENT |
| MEDIUM | thirdparty/tiff-4.0.3/config/ltmain.sh | 1263 | # This function is only a basic sanity check; it will hardly flush out | COMMENT |
| MEDIUM | thirdparty/tiff-4.0.3/config/ltmain.sh | 1272 | # This function is only a basic sanity check; it will hardly flush out | COMMENT |
| MEDIUM | thirdparty/tiff-4.0.3/config/ltmain.sh | 1297 | # This function is only a basic sanity check; it will hardly flush out | COMMENT |
| MEDIUM | thirdparty/tiff-4.0.3/config/ltmain.sh | 1433 | # Create a libtool object file (analogous to a ".la" file), | COMMENT |
| MEDIUM | thirdparty/tiff-4.0.3/config/ltmain.sh | 6028 | # Create the object directory. | COMMENT |
| MEDIUM | thirdparty/tiff-4.0.3/config/ltmain.sh | 8650 | # Create the old-style object. | COMMENT |
| MEDIUM | thirdparty/tiff-4.0.3/config/ltmain.sh | 8670 | # Create an invalid libtool object if no PIC, so that we don't | COMMENT |
| MEDIUM | thirdparty/libpng-1.6.21/ltmain.sh | 1402 | # This file is a library for parsing options in your shell scripts along | COMMENT |
| MEDIUM | thirdparty/libpng-1.6.21/ltmain.sh | 2502 | # This function is only a basic sanity check; it will hardly flush out | COMMENT |
| MEDIUM | thirdparty/libpng-1.6.21/ltmain.sh | 2512 | # This function implements the same check as func_lalib_p without | COMMENT |
| MEDIUM | thirdparty/libpng-1.6.21/ltmain.sh | 2535 | # This function is only a basic sanity check; it will hardly flush out | COMMENT |
| MEDIUM | thirdparty/libpng-1.6.21/ltmain.sh | 2545 | # This function is only a basic sanity check; it will hardly flush out | COMMENT |
| MEDIUM | thirdparty/libpng-1.6.21/ltmain.sh | 2570 | # This function is only a basic sanity check; it will hardly flush out | COMMENT |
| MEDIUM | thirdparty/libpng-1.6.21/ltmain.sh | 2710 | # Create a libtool object file (analogous to a ".la" file), | COMMENT |
| MEDIUM | thirdparty/libpng-1.6.21/ltmain.sh | 7472 | # Create the object directory. | COMMENT |
| MEDIUM | thirdparty/libpng-1.6.21/ltmain.sh | 10145 | # Create the old-style object. | COMMENT |
| MEDIUM | thirdparty/libpng-1.6.21/ltmain.sh | 10165 | # Create an invalid libtool object if no PIC, so that we don't | COMMENT |
| MEDIUM | thirdparty/kiss_fft/test/testkiss.py | 3 | # This file is part of KISS FFT - https://github.com/mborgerding/kissfft | COMMENT |
| MEDIUM | thirdparty/kiss_fft/test/kissfft-testsuite.sh | 7 | # This file is part of KISS FFT - https://github.com/mborgerding/kissfft | COMMENT |
| MEDIUM | thirdparty/libusb/libusb-1.0.9/ltmain.sh | 1052 | # This function is only a basic sanity check; it will hardly flush out | COMMENT |
| MEDIUM | thirdparty/libusb/libusb-1.0.9/ltmain.sh | 1063 | # This function implements the same check as func_lalib_p without | COMMENT |
| MEDIUM | thirdparty/libusb/libusb-1.0.9/ltmain.sh | 1086 | # This function is only a basic sanity check; it will hardly flush out | COMMENT |
| MEDIUM | thirdparty/libusb/libusb-1.0.9/ltmain.sh | 1095 | # This function is only a basic sanity check; it will hardly flush out | COMMENT |
| MEDIUM | thirdparty/libusb/libusb-1.0.9/ltmain.sh | 1123 | # This function is only a basic sanity check; it will hardly flush out | COMMENT |
| MEDIUM | thirdparty/libusb/libusb-1.0.9/ltmain.sh | 1230 | # Create a libtool object file (analogous to a ".la" file), | COMMENT |
| MEDIUM | thirdparty/libusb/libusb-1.0.9/ltmain.sh | 5263 | # Create the object directory. | COMMENT |
| MEDIUM | thirdparty/libusb/libusb-1.0.9/ltmain.sh | 7779 | # Create the old-style object. | COMMENT |
| MEDIUM | thirdparty/libusb/libusb-1.0.9/ltmain.sh | 7799 | # Create an invalid libtool object if no PIC, so that we don't | COMMENT |
| MEDIUM | thirdparty/lzo/2.03/autoconf/ltmain.sh | 888 | # Create a libtool object file (analogous to a ".la" file), | COMMENT |
| MEDIUM | thirdparty/lzo/2.03/autoconf/ltmain.sh | 1982 | # Create the object directory. | COMMENT |
| MEDIUM | thirdparty/lzo/2.03/autoconf/ltmain.sh | 4257 | # Create the old-style object. | COMMENT |
| MEDIUM | thirdparty/lzo/2.03/autoconf/ltmain.sh | 4287 | # Create an invalid libtool object if no PIC, so that we don't | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | thirdparty/tinyexr/tinyexr.h | 1771 | // TODO(syoyo): Add more robust out-of-bounds check in `rleUncompress`. | COMMENT |
| MEDIUM | thirdparty/tiff-4.0.3/config/ltmain.sh | 397 | # Sed substitution that helps us do robust quoting. It backslashifies | COMMENT |
| MEDIUM | thirdparty/tiff-4.0.3/config/ltmain.sh | 3852 | # Sed substitution that helps us do robust quoting. It backslashifies | COMMENT |
| MEDIUM | thirdparty/tiff-4.0.3/config/ltmain.sh | 7675 | # This code stresses the "libraries are programs" paradigm to its | COMMENT |
| MEDIUM | …ibjpeg-turbo-2.0.6/doc/html/group___turbo_j_p_e_g.html | 144 | <tr class="memdesc:gafbf992bbf6e006705886333703ffab31"><td class="mdescLeft"> </td><td class="mdescRight">This opti | CODE |
| MEDIUM | …ibjpeg-turbo-2.0.6/doc/html/group___turbo_j_p_e_g.html | 665 | <p>This option will prevent <a class="el" href="group___turbo_j_p_e_g.html#ga9cb8abf4cc91881e04a0329b2270be25" title="Lo | CODE |
| MEDIUM | thirdparty/libpng-1.6.21/ltmain.sh | 331 | # Sed substitution that helps us do robust quoting. It backslashifies | COMMENT |
| MEDIUM | thirdparty/libpng-1.6.21/ltmain.sh | 5227 | # Sed substitution that helps us do robust quoting. It backslashifies | COMMENT |
| MEDIUM | thirdparty/libpng-1.6.21/ltmain.sh | 9167 | # This code stresses the "libraries are programs" paradigm to its | COMMENT |
| MEDIUM | thirdparty/libusb/libusb-1.0.9/ltmain.sh | 365 | # Sed substitution that helps us do robust quoting. It backslashifies | COMMENT |
| MEDIUM | thirdparty/libusb/libusb-1.0.9/ltmain.sh | 2962 | # Sed substitution that helps us do robust quoting. It backslashifies | COMMENT |
| MEDIUM | thirdparty/libusb/libusb-1.0.9/ltmain.sh | 6859 | # This code stresses the "libraries are programs" paradigm to its | COMMENT |
| MEDIUM | thirdparty/lzo/2.03/autoconf/ltmain.sh | 86 | # Sed substitution that helps us do robust quoting. It backslashifies | COMMENT |
| MEDIUM | thirdparty/lzo/2.03/autoconf/ltmain.sh | 3509 | # This code stresses the "libraries are programs" paradigm to its | COMMENT |
| MEDIUM | thirdparty/lzo/2.03/autoconf/ltmain.sh | 5251 | # Sed substitution that helps us do robust quoting. It backslashifies | COMMENT |
| MEDIUM | toonz/sources/toonzlib/tcolumnfxset.cpp | 154 | // So, well... this block tries to delve deeper in the hierarchy | COMMENT |
| MEDIUM | toonz/sources/include/tvectorrenderdata.h | 158 | , m_is3dView(false) // Definitely standard view | CODE |
| MEDIUM⚡ | toonz/sources/common/twain/twain.h | 1424 | #define DG_CONTROL 0x0001L /* data pertaining to control */ | COMMENT |
| MEDIUM⚡ | toonz/sources/common/twain/twain.h | 1425 | #define DG_IMAGE 0x0002L /* data pertaining to raster images */ | COMMENT |
| MEDIUM⚡ | toonz/sources/common/twain/twain.h | 1427 | #define DG_AUDIO 0x0004L /* data pertaining to audio */ | COMMENT |
| MEDIUM | toonz/sources/toonz/brushpresetpanel.cpp | 316 | // Get parent panel background color for seamless integration | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | toonz/sources/toonzlib/imagestyles.cpp | 307 | // Step 1: draw outline | COMMENT |
| LOW⚡ | toonz/sources/toonzlib/imagestyles.cpp | 315 | // Step 2: draw texturized stroke | COMMENT |
| LOW | toonz/sources/include/toonz/stagevisitor.h | 208 | // NOTE: This class should be considered obsolete. In theory, each onImage() | COMMENT |
| LOW⚡ | toonz/sources/stdfx/naru_graph.h | 442 | // Step 1: Find bottleneck capacity | COMMENT |
| LOW⚡ | toonz/sources/stdfx/naru_graph.h | 447 | // Step 2: Augment along source and sink tree | COMMENT |
| LOW⚡ | toonz/sources/stdfx/naru_graph.h | 455 | // Step 3: Add bottleneck to overall flow | COMMENT |
| LOW | toonz/sources/common/tcore/tthreadp.h | 16 | // NOTE: This class should eventually be moved to tthreadmessagep.h... | COMMENT |
| LOW | toonz/sources/toonz/svnupdateandlockdialog.cpp | 252 | // Step 1: update | COMMENT |
| LOW | toonz/sources/toonz/svnupdateandlockdialog.cpp | 287 | // Step 2: lock | COMMENT |
| LOW | toonz/sources/toonz/svnupdateandlockdialog.cpp | 310 | // Step 3: reverse merging (== update To revision with modified state) | COMMENT |
| LOW | toonz/sources/toonz/svncommitdialog.cpp | 1053 | // Step 2: Lock | COMMENT |
| LOW | toonz/sources/toonz/svncommitdialog.cpp | 1075 | // Step 3: propget | COMMENT |
| LOW | toonz/sources/toonz/svncommitdialog.cpp | 1141 | // Step 4: propdel | COMMENT |
| LOW | toonz/sources/toonz/svncommitdialog.cpp | 1154 | // Step 4: propset | COMMENT |
| LOW | toonz/sources/toonz/svncommitdialog.cpp | 1334 | // Step 5: commit | COMMENT |
| LOW | toonz/sources/toonz/svncommitdialog.cpp | 1368 | // Step 1: Update | COMMENT |
| LOW⚡ | toonz/sources/toonz/shortcutpopup.cpp | 1168 | // Step 1: Restore search text in the field WITHOUT triggering searchItems | COMMENT |
| LOW⚡ | toonz/sources/toonz/shortcutpopup.cpp | 1174 | // Step 2: Restore folder expansion state from TEnv | COMMENT |
| LOW⚡ | toonz/sources/toonz/shortcutpopup.cpp | 1177 | // Step 3: If there was a search, apply filtering WITHOUT changing expansion | COMMENT |
| LOW | toonz/sources/toonz/svnlockframerangedialog.cpp | 131 | // Step 1: Lock | COMMENT |
| LOW | toonz/sources/toonz/svnlockframerangedialog.cpp | 235 | // Step 3: propset | COMMENT |
| LOW | toonz/sources/toonz/svnlockframerangedialog.cpp | 296 | // Step 2: propget | COMMENT |
| LOW | toonz/sources/toonz/svnlockframerangedialog.cpp | 313 | // Step 4: Commit | COMMENT |
| LOW | toonz/sources/toonz/svnlockframerangedialog.cpp | 704 | // Step 2: Lock | COMMENT |
| LOW | toonz/sources/toonz/svnlockframerangedialog.cpp | 719 | // Step 3: propget | COMMENT |
| LOW | toonz/sources/toonz/svnlockframerangedialog.cpp | 785 | // Step 4: propdel | COMMENT |
| LOW | toonz/sources/toonz/svnlockframerangedialog.cpp | 798 | // Step 4: propset | COMMENT |
| LOW | toonz/sources/toonz/svnlockframerangedialog.cpp | 817 | // Step 5: commit | COMMENT |
| LOW | toonz/sources/toonz/svnlockframerangedialog.cpp | 837 | // Step 1: Update | COMMENT |
| LOW | toonz/sources/toonz/previewfxmanager.cpp | 106 | // NOTE: This method will not currently trespass xsheet level boundaries. It | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | toonz/sources/toonzlib/tcolumnfxset.cpp | 132 | // The purpose of this function is that of replicating the hierarchycal | COMMENT |
| LOW⚡ | toonz/sources/toonzlib/imagestyles.cpp | 307 | // Step 1: draw outline | COMMENT |
| LOW⚡ | toonz/sources/toonzlib/imagestyles.cpp | 315 | // Step 2: draw texturized stroke | COMMENT |
| LOW⚡ | toonz/sources/stdfx/naru_graph.h | 442 | // Step 1: Find bottleneck capacity | COMMENT |
| LOW⚡ | toonz/sources/stdfx/naru_graph.h | 447 | // Step 2: Augment along source and sink tree | COMMENT |
| LOW⚡ | toonz/sources/stdfx/naru_graph.h | 455 | // Step 3: Add bottleneck to overall flow | COMMENT |
| LOW | toonz/sources/toonz/svnupdateandlockdialog.cpp | 252 | // Step 1: update | COMMENT |
| LOW | toonz/sources/toonz/svnupdateandlockdialog.cpp | 287 | // Step 2: lock | COMMENT |
| LOW | toonz/sources/toonz/svnupdateandlockdialog.cpp | 310 | // Step 3: reverse merging (== update To revision with modified state) | COMMENT |
| LOW | toonz/sources/toonz/svncommitdialog.cpp | 1053 | // Step 2: Lock | COMMENT |
| LOW | toonz/sources/toonz/svncommitdialog.cpp | 1075 | // Step 3: propget | COMMENT |
| LOW | toonz/sources/toonz/svncommitdialog.cpp | 1141 | // Step 4: propdel | COMMENT |
| LOW | toonz/sources/toonz/svncommitdialog.cpp | 1154 | // Step 4: propset | COMMENT |
| LOW | toonz/sources/toonz/svncommitdialog.cpp | 1334 | // Step 5: commit | COMMENT |
| LOW | toonz/sources/toonz/svncommitdialog.cpp | 1368 | // Step 1: Update | COMMENT |
| LOW⚡ | toonz/sources/toonz/shortcutpopup.cpp | 1168 | // Step 1: Restore search text in the field WITHOUT triggering searchItems | COMMENT |
| LOW⚡ | toonz/sources/toonz/shortcutpopup.cpp | 1174 | // Step 2: Restore folder expansion state from TEnv | COMMENT |
| LOW⚡ | toonz/sources/toonz/shortcutpopup.cpp | 1177 | // Step 3: If there was a search, apply filtering WITHOUT changing expansion | COMMENT |
| LOW | toonz/sources/toonz/svnlockframerangedialog.cpp | 131 | // Step 1: Lock | COMMENT |
| LOW | toonz/sources/toonz/svnlockframerangedialog.cpp | 235 | // Step 3: propset | COMMENT |
| LOW | toonz/sources/toonz/svnlockframerangedialog.cpp | 296 | // Step 2: propget | COMMENT |
| LOW | toonz/sources/toonz/svnlockframerangedialog.cpp | 313 | // Step 4: Commit | COMMENT |
| LOW | toonz/sources/toonz/svnlockframerangedialog.cpp | 704 | // Step 2: Lock | COMMENT |
| LOW | toonz/sources/toonz/svnlockframerangedialog.cpp | 719 | // Step 3: propget | COMMENT |
| LOW | toonz/sources/toonz/svnlockframerangedialog.cpp | 785 | // Step 4: propdel | COMMENT |
| LOW | toonz/sources/toonz/svnlockframerangedialog.cpp | 798 | // Step 4: propset | COMMENT |
| LOW | toonz/sources/toonz/svnlockframerangedialog.cpp | 817 | // Step 5: commit | COMMENT |
| LOW | toonz/sources/toonz/svnlockframerangedialog.cpp | 837 | // Step 1: Update | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | …party/zlib-1.2.8/contrib/dotzlib/DotZLib/GZipStream.cs | 263 | /// <remarks>In this implementation, this method does nothing. This is because excessive | COMMENT |
| HIGH | …party/zlib-1.2.8/contrib/dotzlib/DotZLib/GZipStream.cs | 273 | /// <remarks>In this implementation this property is not supported</remarks> | COMMENT |
| HIGH | …party/zlib-1.2.8/contrib/dotzlib/DotZLib/GZipStream.cs | 290 | /// <remarks>In this implementation this property is not supported</remarks> | COMMENT |
| HIGH | toonz/sources/common/tvrender/tfont_qt.cpp | 313 | // In this implementation, if m_vertical is true and the font | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| CRITICAL | …y/libjpeg-turbo/libjpeg-turbo-2.0.6/doc/html/jquery.js | 2 | !function(e,t){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=e.document?t(e,!0):f | CODE |
| CRITICAL | …y/libjpeg-turbo/libjpeg-turbo-2.0.6/doc/html/jquery.js | 8 | (function(t){"function"==typeof define&&define.amd?define(["jquery"],t):t(jQuery)})(function(t){function e(t){for(var e= | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | thirdparty/tiff-4.0.3/config/ltmain.sh | 2593 | # Check if any of the arguments is a wrapper script. | COMMENT |
| LOW | thirdparty/tiff-4.0.3/config/ltmain.sh | 8376 | # Loop over the list of objects to be linked. | COMMENT |
| LOW | thirdparty/libpng-1.6.21/ltmain.sh | 623 | # Set func_arith_result to the result of evaluating TERMs. | COMMENT |
| LOW | thirdparty/libpng-1.6.21/ltmain.sh | 647 | # Set func_basename_result to FILE with everything up to and including | COMMENT |
| LOW | thirdparty/libpng-1.6.21/ltmain.sh | 813 | # Set func_len_result to the length of STRING. STRING may not | COMMENT |
| LOW | thirdparty/libpng-1.6.21/ltmain.sh | 1031 | # Set func_relative_path_result to the relative path from SRCDIR to DSTDIR. | COMMENT |
| LOW | thirdparty/libpng-1.6.21/ltmain.sh | 3911 | # Check if any of the arguments is a wrapper script. | COMMENT |
| LOW | thirdparty/libpng-1.6.21/ltmain.sh | 9868 | # Loop over the list of objects to be linked. | COMMENT |
| LOW | thirdparty/kiss_fft/test/kissfft-testsuite.sh | 236 | # Return result | COMMENT |
| LOW | thirdparty/libusb/libusb-1.0.9/ltmain.sh | 1910 | # Check if any of the arguments is a wrapper script. | COMMENT |
| LOW | thirdparty/libusb/libusb-1.0.9/ltmain.sh | 7508 | # Loop over the list of objects to be linked. | COMMENT |
| LOW | thirdparty/lzo/2.03/autoconf/ltmain.sh | 4054 | # Loop over the list of objects to be linked. | COMMENT |
| LOW | thirdparty/lzo/2.03/autoconf/ltmain.sh | 6384 | # Check if any of the arguments is a wrapper script. | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | toonz/sources/toonz/toonz_qrc_validator.py | 24 | print(f"Error: QRC file not found at {self.qrc_path}") | CODE |
| LOW | toonz/sources/toonz/toonz_qrc_validator.py | 53 | except Exception as e: | CODE |
| MEDIUM | toonz/sources/toonz/toonz_qrc_validator.py | 55 | print(f"Error: {str(e)}") | CODE |
| MEDIUM | toonz/sources/toonz/toonz_qrc_validator.py | 21 | def validate_paths(self) -> bool: | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | thirdparty/kiss_fft/test/testkiss.py | 7 | CODE | |
| LOW | thirdparty/kiss_fft/test/testkiss.py | 7 | CODE | |
| LOW | thirdparty/kiss_fft/test/testkiss.py | 7 | CODE | |
| LOW | thirdparty/kiss_fft/test/testkiss.py | 12 | CODE | |
| LOW | toonz/sources/toonz/toonz_qrc_validator.py | 6 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | thirdparty/tiff-4.0.3/html/build.html | 260 | programs. You may want to adjust the build options before start | CODE |
| LOW | thirdparty/Lz4/Lz4_131/lib/xxhash.h | 186 | When you are done, don't forget to free XXH state space, using typically XXHnn_freeState(). | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | toonz/sources/stdfx/iwa_textfx.cpp | 11 | : m_text(L"Lorem ipsum") | CODE |