DOSBox-X fork of the DOSBox project
This report presents the forensic synthetic code analysis of joncampbell123/dosbox-x, a C project with 3,650 GitHub stars. SynthScan v2.0 examined 2,638,989 lines of code across 5201 source files, recording 7725 pattern matches distributed across 19 syntactic categories. The overall adjusted score of 2.6 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 7725 distinct pattern matches across 19 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 | dosbox-sdl2-diff.sh | 1 | #!/bin/sh | COMMENT |
| LOW | vs/d3dx9tex.h | 1 | ////////////////////////////////////////////////////////////////////////////// | COMMENT |
| LOW | vs/d3dx9tex.h | 21 | // | COMMENT |
| LOW | vs/d3dx9tex.h | 41 | // | COMMENT |
| LOW | vs/d3dx9tex.h | 61 | // Same as specifying D3DX_FILTER_SRGB_IN | D3DX_FILTER_SRGB_OUT | COMMENT |
| LOW | vs/d3dx9tex.h | 81 | #define D3DX_FILTER_SRGB (3 << 21) | COMMENT |
| LOW | vs/d3dx9tex.h | 101 | // D3DX_NORMALMAP_MIRROR_U | COMMENT |
| LOW | vs/d3dx9tex.h | 121 | #define D3DX_NORMALMAP_MIRROR_V (2 << 16) | COMMENT |
| LOW | vs/d3dx9tex.h | 141 | // D3DX_CHANNEL_ALPHA | COMMENT |
| LOW | vs/d3dx9tex.h | 181 | //---------------------------------------------------------------------------- | COMMENT |
| LOW | vs/d3dx9tex.h | 201 | typedef VOID (WINAPI *LPD3DXFILL2D)(D3DXVECTOR4 *pOut, | COMMENT |
| LOW | vs/d3dx9tex.h | 221 | // MipLevels | COMMENT |
| LOW | vs/d3dx9tex.h | 261 | // ------------------------------ | COMMENT |
| LOW | vs/d3dx9tex.h | 321 | UINT SrcDataSize, | COMMENT |
| LOW | vs/d3dx9tex.h | 341 | // pDestRect | COMMENT |
| LOW | vs/d3dx9tex.h | 441 | DWORD Filter, | COMMENT |
| LOW | vs/d3dx9tex.h | 461 | // pSrcPalette | COMMENT |
| LOW | vs/d3dx9tex.h | 481 | LPDIRECT3DSURFACE9 pSrcSurface, | COMMENT |
| LOW | vs/d3dx9tex.h | 501 | // Pointer to the top-left corner of the source image in memory | COMMENT |
| LOW | vs/d3dx9tex.h | 541 | // Parameters: | COMMENT |
| LOW | vs/d3dx9tex.h | 581 | // | COMMENT |
| LOW | vs/d3dx9tex.h | 601 | CONST PALETTEENTRY* pSrcPalette, | COMMENT |
| LOW | vs/d3dx9tex.h | 621 | // pSrcFile | COMMENT |
| LOW | vs/d3dx9tex.h | 721 | COMMENT | |
| LOW | vs/d3dx9tex.h | 761 | D3DCOLOR ColorKey); | COMMENT |
| LOW | vs/d3dx9tex.h | 781 | // SrcRowPitch | COMMENT |
| LOW | vs/d3dx9tex.h | 821 | // Save a volume to a image file. | COMMENT |
| LOW | vs/d3dx9tex.h | 861 | // D3DXSaveVolumeToFileInMemory: | COMMENT |
| LOW | vs/d3dx9tex.h | 881 | LPD3DXBUFFER* ppDestBuf, | COMMENT |
| LOW | vs/d3dx9tex.h | 901 | // pWidth, pHeight, pDepth, pSize | COMMENT |
| LOW | vs/d3dx9tex.h | 941 | D3DFORMAT* pFormat, | COMMENT |
| LOW | vs/d3dx9tex.h | 1001 | LPDIRECT3DVOLUMETEXTURE9* ppVolumeTexture); | COMMENT |
| LOW | vs/d3dx9tex.h | 1021 | // Pointer to file in memory. | COMMENT |
| LOW | vs/d3dx9tex.h | 1041 | // not support the given format. | COMMENT |
| LOW | vs/d3dx9tex.h | 1521 | DWORD MipFilter, | COMMENT |
| LOW | vs/d3dx9tex.h | 1561 | #ifdef UNICODE | COMMENT |
| LOW | vs/d3dx9tex.h | 1601 | // ------------------ | COMMENT |
| LOW | vs/d3dx9tex.h | 1621 | UINT SrcLevel, | COMMENT |
| LOW | vs/d3dx9tex.h | 1661 | LPD3DXFILL3D pFunction, | COMMENT |
| LOW | vs/d3dx9tex.h | 1701 | // normal are mapped to the (r,g,b) channels of the output texture. | COMMENT |
| LOW | vs/d3dx9mesh.h | 1 | ////////////////////////////////////////////////////////////////////////////// | COMMENT |
| LOW | vs/d3dx9mesh.h | 1121 | // | COMMENT |
| LOW | vs/d3dx9mesh.h | 1141 | CONST DWORD *pAdjacency); | COMMENT |
| LOW | vs/d3dx9mesh.h | 1161 | // stretch. | COMMENT |
| LOW | vs/d3dx9mesh.h | 1181 | // it may be useful for the caller to use the original adjacency | COMMENT |
| LOW | vs/d3dx9mesh.h | 1201 | // Note that this assumes you have an orientation for the triangle | COMMENT |
| LOW | vs/d3dx9mesh.h | 1241 | DWORD dwOptions, | COMMENT |
| LOW | vs/d3dx9mesh.h | 1261 | // | |_| | | COMMENT |
| LOW | vs/d3dx9mesh.h | 1321 | // vertex's canonical uv coordinates are (d,0) where d is the distance between | COMMENT |
| LOW | vs/d3dx9mesh.h | 1341 | // This function is used to calculate the IMT from per vertex data. It sets | COMMENT |
| LOW | vs/d3dx9mesh.h | 1361 | UINT uSignalStride, // stride of signal in bytes | COMMENT |
| LOW | vs/d3dx9mesh.h | 1401 | // pMesh - The mesh to calculate the IMT for. | COMMENT |
| LOW | vs/d3dx9mesh.h | 1461 | COMMENT | |
| LOW | vs/d3dx9mesh.h | 1481 | // Destination buffer to store face ordering | COMMENT |
| LOW | vs/d3dx9mesh.h | 1501 | // | COMMENT |
| LOW | vs/d3dx9mesh.h | 1741 | #undef INTERFACE | COMMENT |
| LOW | vs/d3dx9mesh.h | 1781 | STDMETHOD(ApplyGuttersFloat)(THIS_ FLOAT *pDataIn, UINT NumCoeffs, UINT Width, UINT Height); | COMMENT |
| LOW | vs/d3dx9mesh.h | 1801 | // Usage - field in DECL for pMeshIn that stores texture coordinates | COMMENT |
| LOW | vs/d3dx9mesh.h | 1821 | // BaryMap is a D3DXVECTOR2 per texel | COMMENT |
| LOW | vs/d3dx9mesh.h | 1841 | // face map is a UINT per texel that represents the | COMMENT |
| 7154 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | vs/libpng/ltmain.sh | 157 | # -------------- | COMMENT |
| MEDIUM | vs/libpng/ltmain.sh | 183 | # ---------------------- | COMMENT |
| MEDIUM | vs/libpng/ltmain.sh | 192 | # -------------------------------------------- | COMMENT |
| MEDIUM | vs/libpng/ltmain.sh | 378 | # --------------------------- | COMMENT |
| MEDIUM | vs/libpng/ltmain.sh | 523 | # ------------------- | COMMENT |
| MEDIUM | vs/libpng/ltmain.sh | 572 | # --------------------- | COMMENT |
| MEDIUM | vs/libpng/ltmain.sh | 618 | # ---------------------------- | COMMENT |
| MEDIUM | vs/libpng/ltmain.sh | 641 | # -------------------------- | COMMENT |
| MEDIUM | vs/libpng/ltmain.sh | 665 | # ------------------ | COMMENT |
| MEDIUM | vs/libpng/ltmain.sh | 689 | # ------------------ | COMMENT |
| MEDIUM | vs/libpng/ltmain.sh | 722 | # ------------------------------------------- | COMMENT |
| MEDIUM | vs/libpng/ltmain.sh | 734 | # -------------------------------------------------------- | COMMENT |
| MEDIUM | vs/libpng/ltmain.sh | 755 | # ---------------- | COMMENT |
| MEDIUM | vs/libpng/ltmain.sh | 774 | # -------------------- | COMMENT |
| MEDIUM | vs/libpng/ltmain.sh | 783 | # ------------------------------ | COMMENT |
| MEDIUM | vs/libpng/ltmain.sh | 819 | # ----------------- | COMMENT |
| MEDIUM | vs/libpng/ltmain.sh | 832 | # ----------------------- | COMMENT |
| MEDIUM | vs/libpng/ltmain.sh | 844 | # ----------------------------- | COMMENT |
| MEDIUM | vs/libpng/ltmain.sh | 855 | # --------------- | COMMENT |
| MEDIUM | vs/libpng/ltmain.sh | 881 | # --------------------------- | COMMENT |
| MEDIUM | vs/libpng/ltmain.sh | 929 | # ------------------------- | COMMENT |
| MEDIUM | vs/libpng/ltmain.sh | 967 | # ------------------------ | COMMENT |
| MEDIUM | vs/libpng/ltmain.sh | 1057 | # -------------------- | COMMENT |
| MEDIUM | vs/libpng/ltmain.sh | 1073 | # -------------------------------- | COMMENT |
| MEDIUM | vs/libpng/ltmain.sh | 1138 | # ---------------------------- | COMMENT |
| MEDIUM | vs/libpng/ltmain.sh | 1218 | # ----------------------- | COMMENT |
| MEDIUM | vs/libpng/ltmain.sh | 1253 | # ------------------------ | COMMENT |
| MEDIUM | vs/libpng/ltmain.sh | 1264 | # ---------------- | COMMENT |
| MEDIUM | vs/libpng/ltmain.sh | 1317 | # ------------------------ | COMMENT |
| MEDIUM | vs/libpng/ltmain.sh | 1338 | # --------------------------------- | COMMENT |
| MEDIUM | vs/libpng/ltmain.sh | 1368 | # ----------------------------- | COMMENT |
| MEDIUM | vs/libpng/ltmain.sh | 1393 | # ------------------------------------ | COMMENT |
| MEDIUM | vs/libpng/ltmain.sh | 1422 | # ---------- | COMMENT |
| MEDIUM | vs/libpng/ltmain.sh | 1443 | # ------------------- | COMMENT |
| MEDIUM | vs/libpng/ltmain.sh | 1456 | # ----------------------------- | COMMENT |
| MEDIUM | vs/libpng/ltmain.sh | 1469 | # ---------------------------- | COMMENT |
| MEDIUM | vs/libpng/ltmain.sh | 1494 | # ----------------------- | COMMENT |
| MEDIUM | vs/libpng/ltmain.sh | 1511 | # --------------------- | COMMENT |
| MEDIUM | vs/libpng/ltmain.sh | 1640 | # ----------------------- | COMMENT |
| MEDIUM | vs/libpng/ltmain.sh | 1652 | # --------------------------------- | COMMENT |
| MEDIUM | vs/libpng/ltmain.sh | 1669 | # ------------------------------------ | COMMENT |
| MEDIUM | vs/libpng/ltmain.sh | 1681 | # --------------------------------------------- | COMMENT |
| MEDIUM | vs/libpng/ltmain.sh | 1699 | # --------------------------------- | COMMENT |
| MEDIUM | vs/libpng/ltmain.sh | 1813 | # ---------------------------- | COMMENT |
| MEDIUM | vs/libpng/ltmain.sh | 1825 | # --------------------- | COMMENT |
| MEDIUM | vs/libpng/ltmain.sh | 1858 | # -------------------------- | COMMENT |
| MEDIUM | vs/libpng/ltmain.sh | 1879 | # --------------------------- | COMMENT |
| MEDIUM | vs/libpng/ltmain.sh | 1999 | # ------------------------------ | COMMENT |
| MEDIUM | vs/libpng/ltmain.sh | 2028 | # ---------------------- | COMMENT |
| MEDIUM | vs/libpng/ltmain.sh | 2056 | # ------------------------ | COMMENT |
| MEDIUM | vs/libpng/ltmain.sh | 2069 | # ------------------------ | COMMENT |
| MEDIUM | vs/libpng/ltmain.sh | 2105 | # ----------------------------- | COMMENT |
| MEDIUM | vs/libpng/ltmain.sh | 2131 | # ---------- | COMMENT |
| MEDIUM | vs/libpng/ltmain.sh | 2144 | # ------------------ | COMMENT |
| MEDIUM | vs/libpng/ltmain.sh | 2164 | # ------------ | COMMENT |
| MEDIUM | vs/libpng/ltmain.sh | 2221 | # ------------ | COMMENT |
| MEDIUM | vs/libpng/ltmain.sh | 2245 | # ---------------- | COMMENT |
| MEDIUM | vs/libpng/ltmain.sh | 2336 | # --------------------- | COMMENT |
| MEDIUM | vs/libpng/ltmain.sh | 2353 | # --------------------------- | COMMENT |
| MEDIUM | vs/libpng/ltmain.sh | 2375 | # ------------------------------- | COMMENT |
| 149 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | vs/sdl2net/ltmain.sh | 892 | # This function is only a basic sanity check; it will hardly flush out | COMMENT |
| MEDIUM | vs/sdl2net/ltmain.sh | 903 | # This function implements the same check as func_lalib_p without | COMMENT |
| MEDIUM | vs/sdl2net/ltmain.sh | 926 | # This function is only a basic sanity check; it will hardly flush out | COMMENT |
| MEDIUM | vs/sdl2net/ltmain.sh | 935 | # This function is only a basic sanity check; it will hardly flush out | COMMENT |
| MEDIUM | vs/sdl2net/ltmain.sh | 963 | # This function is only a basic sanity check; it will hardly flush out | COMMENT |
| MEDIUM | vs/sdl2net/ltmain.sh | 1064 | # Create a libtool object file (analogous to a ".la" file), | COMMENT |
| MEDIUM | vs/sdl2net/ltmain.sh | 4968 | # Create the object directory. | COMMENT |
| MEDIUM | vs/sdl2net/ltmain.sh | 7478 | # Create the old-style object. | COMMENT |
| MEDIUM | vs/sdl2net/ltmain.sh | 7498 | # Create an invalid libtool object if no PIC, so that we don't | COMMENT |
| MEDIUM | vs/libpng/ltmain.sh | 77 | # This file is dual licensed under the terms of the MIT license | COMMENT |
| MEDIUM | vs/libpng/ltmain.sh | 1541 | # This file is dual licensed under the terms of the MIT license | COMMENT |
| MEDIUM | vs/libpng/ltmain.sh | 1559 | # This file is a library for parsing options in your shell scripts along | COMMENT |
| MEDIUM | vs/libpng/ltmain.sh | 2807 | # This function is only a basic sanity check; it will hardly flush out | COMMENT |
| MEDIUM | vs/libpng/ltmain.sh | 2817 | # This function implements the same check as func_lalib_p without | COMMENT |
| MEDIUM | vs/libpng/ltmain.sh | 2840 | # This function is only a basic sanity check; it will hardly flush out | COMMENT |
| MEDIUM | vs/libpng/ltmain.sh | 2850 | # This function is only a basic sanity check; it will hardly flush out | COMMENT |
| MEDIUM | vs/libpng/ltmain.sh | 2875 | # This function is only a basic sanity check; it will hardly flush out | COMMENT |
| MEDIUM | vs/libpng/ltmain.sh | 3015 | # Create a libtool object file (analogous to a ".la" file), | COMMENT |
| MEDIUM | vs/libpng/ltmain.sh | 7938 | # Create the object directory. | COMMENT |
| MEDIUM | vs/libpng/ltmain.sh | 10519 | # Create the old-style object. | COMMENT |
| MEDIUM | vs/libpng/ltmain.sh | 10539 | # Create an invalid libtool object if no PIC, so that we don't | COMMENT |
| MEDIUM | vs/freetype/modules.cfg | 6 | # This file is part of the FreeType project, and may only be used, modified, | COMMENT |
| MEDIUM | vs/freetype/autogen.sh | 6 | # This file is part of the FreeType project, and may only be used, modified, | COMMENT |
| MEDIUM | vs/freetype/builds/cmake/testbuild.sh | 6 | # This file is part of the FreeType project, and may only be used, modified, | COMMENT |
| MEDIUM | vs/freetype/builds/meson/extract_freetype_version.py | 6 | # This file is part of the FreeType project, and may only be used, modified, | COMMENT |
| MEDIUM | vs/freetype/builds/meson/generate_reference_docs.py | 6 | # This file is part of the FreeType project, and may only be used, modified, | COMMENT |
| MEDIUM | vs/freetype/builds/meson/parse_modules_cfg.py | 6 | # This file is part of the FreeType project, and may only be used, modified, | COMMENT |
| MEDIUM | vs/freetype/builds/meson/extract_libtool_version.py | 6 | # This file is part of the FreeType project, and may only be used, modified, | COMMENT |
| MEDIUM | vs/freetype/builds/meson/process_ftoption_h.py | 6 | # This file is part of the FreeType project, and may only be used, modified, | COMMENT |
| MEDIUM | vs/freetype/builds/unix/ltmain.sh | 77 | # This file is dual licensed under the terms of the MIT license | COMMENT |
| MEDIUM | vs/freetype/builds/unix/ltmain.sh | 1541 | # This file is dual licensed under the terms of the MIT license | COMMENT |
| MEDIUM | vs/freetype/builds/unix/ltmain.sh | 1559 | # This file is a library for parsing options in your shell scripts along | COMMENT |
| MEDIUM | vs/freetype/builds/unix/ltmain.sh | 2755 | # This function is only a basic sanity check; it will hardly flush out | COMMENT |
| MEDIUM | vs/freetype/builds/unix/ltmain.sh | 2765 | # This function implements the same check as func_lalib_p without | COMMENT |
| MEDIUM | vs/freetype/builds/unix/ltmain.sh | 2788 | # This function is only a basic sanity check; it will hardly flush out | COMMENT |
| MEDIUM | vs/freetype/builds/unix/ltmain.sh | 2798 | # This function is only a basic sanity check; it will hardly flush out | COMMENT |
| MEDIUM | vs/freetype/builds/unix/ltmain.sh | 2823 | # This function is only a basic sanity check; it will hardly flush out | COMMENT |
| MEDIUM | vs/freetype/builds/unix/ltmain.sh | 2963 | # Create a libtool object file (analogous to a ".la" file), | COMMENT |
| MEDIUM | vs/freetype/builds/unix/ltmain.sh | 7758 | # Create the object directory. | COMMENT |
| MEDIUM | vs/freetype/builds/unix/ltmain.sh | 10431 | # Create the old-style object. | COMMENT |
| MEDIUM | vs/freetype/builds/unix/ltmain.sh | 10451 | # Create an invalid libtool object if no PIC, so that we don't | COMMENT |
| MEDIUM | vs/freetype/src/tools/afblue.pl | 11 | # This file is part of the FreeType project, and may only be used, | COMMENT |
| MEDIUM | vs/freetype/src/tools/make_distribution_archives.py | 113 | # Create a temporary directory, and ensure it is removed on exit. | COMMENT |
| MEDIUM | vs/freetype/src/tools/glnames.py | 9 | # This file is part of the FreeType project, and may only be used, modified, | COMMENT |
| MEDIUM | vs/freetype/src/tools/docmaker/formatter.py | 9 | # This file is part of the FreeType project, and may only be used, | COMMENT |
| MEDIUM | vs/freetype/src/tools/docmaker/tohtml.py | 9 | # This file is part of the FreeType project, and may only be used, | COMMENT |
| MEDIUM | vs/freetype/src/tools/docmaker/sources.py | 9 | # This file is part of the FreeType project, and may only be used, | COMMENT |
| MEDIUM | vs/freetype/src/tools/docmaker/content.py | 9 | # This file is part of the FreeType project, and may only be used, | COMMENT |
| MEDIUM | vs/freetype/src/tools/docmaker/content.py | 16 | # This file contains routines to parse documentation comment blocks, | COMMENT |
| MEDIUM | vs/freetype/src/tools/docmaker/utils.py | 9 | # This file is part of the FreeType project, and may only be used, | COMMENT |
| MEDIUM | vs/freetype/src/tools/docmaker/docmaker.py | 10 | # This file is part of the FreeType project, and may only be used, | COMMENT |
| MEDIUM | vs/zlib/os400/make.sh | 164 | # Create the OS/400 library if it does not exist. | COMMENT |
| MEDIUM | vs/zlib/os400/make.sh | 172 | # Create the DOCS source file if it does not exist. | COMMENT |
| MEDIUM | vs/zlib/os400/make.sh | 194 | # Create the OS/400 source program file for the C header files. | COMMENT |
| MEDIUM | vs/zlib/os400/make.sh | 205 | # Create the IFS directory for the C header files. | COMMENT |
| MEDIUM | vs/sdlnet/ltmain.sh | 892 | # This function is only a basic sanity check; it will hardly flush out | COMMENT |
| MEDIUM | vs/sdlnet/ltmain.sh | 903 | # This function implements the same check as func_lalib_p without | COMMENT |
| MEDIUM | vs/sdlnet/ltmain.sh | 926 | # This function is only a basic sanity check; it will hardly flush out | COMMENT |
| MEDIUM | vs/sdlnet/ltmain.sh | 935 | # This function is only a basic sanity check; it will hardly flush out | COMMENT |
| MEDIUM | vs/sdlnet/ltmain.sh | 963 | # This function is only a basic sanity check; it will hardly flush out | COMMENT |
| 28 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | vs/sdl2net/ltmain.sh | 210 | # Sed substitution that helps us do robust quoting. It backslashifies | COMMENT |
| MEDIUM | vs/sdl2net/ltmain.sh | 2727 | # Sed substitution that helps us do robust quoting. It backslashifies | COMMENT |
| MEDIUM | vs/sdl2net/ltmain.sh | 6562 | # This code stresses the "libraries are programs" paradigm to its | COMMENT |
| MEDIUM | vs/libpng/ltmain.sh | 345 | # Sed substitution that helps us do robust quoting. It backslashifies | COMMENT |
| MEDIUM | vs/libpng/ltmain.sh | 5631 | # Sed substitution that helps us do robust quoting. It backslashifies | COMMENT |
| MEDIUM | vs/opencow/src/opencow.h | 66 | //asm name (symbol) is used for the internal implementation xxx(), because name mangling for stdcall is hard to utilize. | COMMENT |
| LOW | vs/freetype/docs/reference/ft2-layer_management.html | 1776 | <p>An <code><a href="ft2-layer_management.html#ft_layeriterator">FT_LayerIterator</a></code> object. For the first call | CODE |
| LOW⚡ | vs/freetype/docs/reference/search/search_index.json | 1 | {"config":{"indexing":"full","lang":["en"],"min_search_length":3,"prebuild_index":false,"separator":"[\\s\\-]+"},"docs": | CODE |
| MEDIUM | vs/freetype/builds/unix/ltmain.sh | 345 | # Sed substitution that helps us do robust quoting. It backslashifies | COMMENT |
| MEDIUM | vs/freetype/builds/unix/ltmain.sh | 5483 | # Sed substitution that helps us do robust quoting. It backslashifies | COMMENT |
| MEDIUM | vs/freetype/builds/unix/ltmain.sh | 9453 | # This code stresses the "libraries are programs" paradigm to its | COMMENT |
| LOW | vs/freetype/src/tools/docmaker/content.py | 232 | # otherwise, simply add the line to the current | STRING |
| MEDIUM | vs/sdlnet/ltmain.sh | 210 | # Sed substitution that helps us do robust quoting. It backslashifies | COMMENT |
| MEDIUM | vs/sdlnet/ltmain.sh | 2719 | # Sed substitution that helps us do robust quoting. It backslashifies | COMMENT |
| MEDIUM | vs/sdlnet/ltmain.sh | 6532 | # This code stresses the "libraries are programs" paradigm to its | COMMENT |
| MEDIUM | vs/sdl/build-scripts/ltmain.sh | 210 | # Sed substitution that helps us do robust quoting. It backslashifies | COMMENT |
| MEDIUM | vs/sdl/build-scripts/ltmain.sh | 2719 | # Sed substitution that helps us do robust quoting. It backslashifies | COMMENT |
| MEDIUM | vs/sdl/build-scripts/ltmain.sh | 6532 | # This code stresses the "libraries are programs" paradigm to its | COMMENT |
| LOW | vs/libpdcurses/sdl1/sdltest.c | 11 | /* You could #include pdcsdl.h, or just add the relevant declarations | COMMENT |
| LOW | vs/libpdcurses/sdl2/sdltest.c | 11 | /* You could #include pdcsdl.h, or just add the relevant declarations | COMMENT |
| MEDIUM | …oject/app/src/main/java/org/libsdl/app/SDLSurface.java | 231 | // if we are. We'll leverage our existing mouse motion listener | COMMENT |
| MEDIUM | vs/sdl2/build-scripts/ltmain.sh | 331 | # Sed substitution that helps us do robust quoting. It backslashifies | COMMENT |
| MEDIUM | vs/sdl2/build-scripts/ltmain.sh | 5231 | # Sed substitution that helps us do robust quoting. It backslashifies | COMMENT |
| MEDIUM | vs/sdl2/build-scripts/ltmain.sh | 9219 | # This code stresses the "libraries are programs" paradigm to its | COMMENT |
| LOW⚡ | vs/sdl2/build-scripts/wikiheaders.pl | 301 | # So something like "just call `SDL_Whatever`" will become | COMMENT |
| LOW⚡ | vs/sdl2/build-scripts/wikiheaders.pl | 302 | # "just call [`SDL_Whatever`](SDL_Whatever)", but | COMMENT |
| LOW⚡ | vs/sdl2/build-scripts/wikiheaders.pl | 303 | # "just call `SDL_Whatever(7)`" will not. It's just the safest | COMMENT |
| LOW | vs/sdl2/src/core/winrt/SDL_winrtapp_common.cpp | 48 | #if NTDDI_VERSION >= NTDDI_WIN10 /* !!! FIXME: I have no idea if this is the right test. This is a UWP API, I think. Old | COMMENT |
| LOW | vs/sdl2/src/hidapi/testgui/copy_to_bundle.sh | 83 | # necessary. If ../libtool not available, just use cp to do the copy, but | COMMENT |
| MEDIUM | ref/mbr/Partition type - Wikipedia.html | 1242 | </p><p>While not officially maintained,<sup id="cite_ref-Microsoft_2011_GPT_1-1" class="reference"><a href="#cite_note-M | CODE |
| MEDIUM | ref/mbr/Master boot record - Wikipedia.html | 2492 | </p><p>In the CHS scheme, sector indices have (almost) always begun with sector 1 rather than sector 0 by convention, an | CODE |
| MEDIUM | ref/mbr/Master boot record - Wikipedia.html | 2556 | <dl><dd>MS-DOS 2.0-7.0 / PC DOS 2.0-6.3 MBRs do not pass on the DL value received on entry, but they rather use the boot | CODE |
| MEDIUM | include/gtest/gtest-death-test.h | 151 | // This implementation is *not* meant to be as highly tuned or robust | COMMENT |
| MEDIUM | include/gtest/gtest-death-test.h | 222 | // In practice, this can be used to test functions that utilize the | COMMENT |
| MEDIUM | src/libs/decoders/stb_vorbis.h | 46 | // 1.10 - 2017-03-03 - more robust seeking; fix negative ilog(); clear error in open_memory | COMMENT |
| MEDIUM | src/ints/mouse.cpp | 2787 | // Unfortunately, with seamless driver changing the window size can cause | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | vs/freetype/src/sdf/ftsdf.c | 2955 | #error "corruption. If required I will add this later." | COMMENT |
| HIGH | vs/zlib/contrib/dotzlib/DotZLib/GZipStream.cs | 263 | /// <remarks>In this implementation, this method does nothing. This is because excessive | COMMENT |
| HIGH | vs/zlib/contrib/dotzlib/DotZLib/GZipStream.cs | 273 | /// <remarks>In this implementation this property is not supported</remarks> | COMMENT |
| HIGH | vs/zlib/contrib/dotzlib/DotZLib/GZipStream.cs | 290 | /// <remarks>In this implementation this property is not supported</remarks> | COMMENT |
| HIGH | src/hardware/snd_pc98/cbus/pcm86io.c | 152 | // so I have added a process to switch it on each call. | COMMENT |
| HIGH | src/libs/decoders/stb.h | 3437 | // ok, so I've added something that generates _two separate_ | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | vs/libpng/contrib/pngexif/pngexifinfo.py | 12 | CODE | |
| LOW | vs/libpng/contrib/pngexif/pngexifinfo.py | 12 | CODE | |
| LOW | vs/libpng/contrib/pngexif/pngexifinfo.py | 12 | CODE | |
| LOW | vs/libpng/contrib/pngexif/exifinfo.py | 12 | CODE | |
| LOW | vs/libpng/contrib/pngexif/exifinfo.py | 12 | CODE | |
| LOW | vs/libpng/contrib/pngexif/exifinfo.py | 12 | CODE | |
| LOW | vs/libpng/contrib/pngexif/bytepack.py | 12 | CODE | |
| LOW | vs/libpng/contrib/pngexif/bytepack.py | 12 | CODE | |
| LOW | vs/libpng/contrib/pngexif/bytepack.py | 12 | CODE | |
| LOW | vs/freetype/tests/scripts/download-test-fonts.py | 7 | CODE | |
| LOW | vs/freetype/builds/meson/extract_freetype_version.py | 20 | CODE | |
| LOW | vs/freetype/builds/meson/extract_freetype_version.py | 23 | CODE | |
| LOW | vs/freetype/builds/meson/generate_reference_docs.py | 14 | CODE | |
| LOW | vs/freetype/builds/meson/parse_modules_cfg.py | 16 | CODE | |
| LOW | vs/freetype/builds/meson/parse_modules_cfg.py | 19 | CODE | |
| LOW | vs/freetype/builds/meson/parse_modules_cfg.py | 20 | CODE | |
| LOW | vs/freetype/builds/meson/extract_libtool_version.py | 20 | CODE | |
| LOW | vs/freetype/builds/meson/extract_libtool_version.py | 23 | CODE | |
| LOW | vs/freetype/builds/meson/process_ftoption_h.py | 25 | CODE | |
| LOW | vs/freetype/builds/meson/process_ftoption_h.py | 26 | CODE | |
| LOW | vs/freetype/src/tools/make_distribution_archives.py | 4 | CODE | |
| LOW | vs/freetype/src/tools/docmaker/formatter.py | 26 | CODE | |
| LOW | vs/freetype/src/tools/docmaker/formatter.py | 27 | CODE | |
| LOW | vs/freetype/src/tools/docmaker/formatter.py | 28 | CODE | |
| LOW | vs/freetype/src/tools/docmaker/tohtml.py | 18 | CODE | |
| LOW | vs/freetype/src/tools/docmaker/tohtml.py | 19 | CODE | |
| LOW | vs/freetype/src/tools/docmaker/tohtml.py | 20 | CODE | |
| LOW | vs/freetype/src/tools/docmaker/content.py | 21 | CODE | |
| LOW | vs/freetype/src/tools/docmaker/content.py | 22 | CODE | |
| LOW | vs/freetype/src/tools/docmaker/docmaker.py | 26 | CODE | |
| LOW | vs/freetype/src/tools/docmaker/docmaker.py | 27 | CODE | |
| LOW | vs/freetype/src/tools/docmaker/docmaker.py | 28 | CODE | |
| LOW | vs/freetype/src/tools/docmaker/docmaker.py | 29 | CODE | |
| LOW | vs/freetype/src/tools/docmaker/docmaker.py | 30 | CODE | |
| LOW | vs/freetype/src/tools/docmaker/docmaker.py | 34 | CODE | |
| LOW | vs/freetype/src/tools/docmaker/docbeauty.py | 9 | CODE | |
| LOW | vs/freetype/src/tools/docmaker/docbeauty.py | 10 | CODE | |
| LOW | vs/freetype/src/tools/docmaker/docbeauty.py | 11 | CODE | |
| LOW | vs/freetype/src/tools/docmaker/docbeauty.py | 13 | CODE | |
| LOW | vs/freetype/src/tools/docmaker/docbeauty.py | 13 | CODE | |
| LOW | vs/sdl2/build-scripts/create-release.py | 6 | CODE | |
| LOW | vs/sdl2/build-scripts/setup-gdk-desktop.py | 4 | CODE | |
| LOW | vs/sdl2/build-scripts/build-release.py | 10 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | vs/freetype/include/freetype/fterrors.h | 78 | * Here is a simple example. | COMMENT |
| MEDIUM | vs/freetype/include/freetype/freetype.h | 1381 | * for demonstration purposes. | COMMENT |
| LOW | vs/freetype/include/freetype/internal/ftrfork.h | 35 | /* Don't forget to increment the number if you add a new guessing rule. */ | COMMENT |
| MEDIUM | vs/freetype/docs/reference/ft2-face_creation.html | 1723 | <p>It is not possible to auto-hint such fonts using <code><a href="ft2-glyph_retrieval.html#ft_load_xxx">FT_LOAD_FORCE_A | CODE |
| MEDIUM | vs/freetype/docs/reference/ft2-base_interface.html | 2882 | <p>It is not possible to auto-hint such fonts using <a href="ft2-base_interface.html#FT_LOAD_XXX">FT_LOAD_FORCE_AUTOHINT | CODE |
| MEDIUM | vs/freetype/docs/reference/ft2-error_enumerations.html | 1303 | <p>Here is a simple example. | CODE |
| MEDIUM⚡ | vs/freetype/docs/reference/search/search_index.json | 1 | {"config":{"indexing":"full","lang":["en"],"min_search_length":3,"prebuild_index":false,"separator":"[\\s\\-]+"},"docs": | CODE |
| MEDIUM⚡ | vs/freetype/docs/reference/search/search_index.json | 1 | {"config":{"indexing":"full","lang":["en"],"min_search_length":3,"prebuild_index":false,"separator":"[\\s\\-]+"},"docs": | CODE |
| MEDIUM⚡ | vs/freetype/docs/reference/search/search_index.json | 1 | {"config":{"indexing":"full","lang":["en"],"min_search_length":3,"prebuild_index":false,"separator":"[\\s\\-]+"},"docs": | CODE |
| MEDIUM | vs/sdl/src/main/macosx/SDLMain.h | 5 | Feel free to customize this file to suit your needs | CODE |
| MEDIUM | vs/sdl/src/main/macosx/SDLMain.m | 5 | Feel free to customize this file to suit your needs | CODE |
| MEDIUM | vs/libpdcurses/sdl1/sdltest.c | 1 | /* Here's a simple example of combining SDL and PDCurses functionality. | COMMENT |
| MEDIUM | vs/libpdcurses/sdl2/sdltest.c | 1 | /* Here's a simple example of combining SDL and PDCurses functionality. | COMMENT |
| MEDIUM | vs/libpdcurses/demos/xmas.c | 22 | /* Feel free to modify the defined string FROMWHO to reflect you, your */ | COMMENT |
| LOW | vs/sdl2/src/render/direct3d11/SDL_render_d3d11.c | 416 | * Don't forget to declare your application's minimum required feature level in its | COMMENT |
| LOW | ref/fat/Windows 98, FAT32 - HelpWithWindows.com.html | 299 | And don't forget to <a href="start-022.html">Create a Startup Disk with FAT32 Support</a>. | CODE |
| LOW | include/glidedef.h | 44 | /* If you change these defines, don't forget to change the table in glide.h and compile a matching GLIDE2X.OVL */ | COMMENT |
| LOW | src/libs/physfs/physfs.h | 1110 | * Don't forget to call PHYSFS_freeList() with the return value from this | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH⚡ | vs/pcap/pcap/bpf.h | 782 | * FlexRay automotive bus - http://www.flexray.com/ - as requested | COMMENT |
| HIGH⚡ | vs/pcap/pcap/bpf.h | 789 | * transport - http://www.mostcooperation.com/ - as requested | COMMENT |
| HIGH⚡ | vs/pcap/pcap/bpf.h | 796 | * http://www.lin-subbus.org/ - as requested by Hannes Kaelber | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | vs/sdl2net/ltmain.sh | 1711 | # Check if any of the arguments is a wrapper script. | COMMENT |
| LOW | vs/sdl2net/ltmain.sh | 7210 | # Loop over the list of objects to be linked. | COMMENT |
| LOW | vs/libpng/ltmain.sh | 379 | # Check if we can use backslash as IFS='\' separator, and set | COMMENT |
| LOW | vs/libpng/ltmain.sh | 666 | # Set func_arith_result to the result of evaluating TERMs. | COMMENT |
| LOW | vs/libpng/ltmain.sh | 690 | # Set func_basename_result to FILE with everything up to and including | COMMENT |
| LOW | vs/libpng/ltmain.sh | 856 | # Set func_len_result to the length of STRING. STRING may not | COMMENT |
| LOW | vs/libpng/ltmain.sh | 1074 | # Set func_relative_path_result to the relative path from SRCDIR to DSTDIR. | COMMENT |
| LOW | vs/libpng/ltmain.sh | 4294 | # Check if any of the arguments is a wrapper script. | COMMENT |
| LOW | vs/libpng/ltmain.sh | 10242 | # Loop over the list of objects to be linked. | COMMENT |
| LOW⚡ | vs/libpng/ci/ci_lint.sh | 27 | # Set it to the empty string if the shellcheck program is unavailable. | COMMENT |
| LOW⚡ | vs/libpng/ci/ci_lint.sh | 33 | # Set it to the empty string if the editorconfig-checker program is unavailable. | COMMENT |
| LOW⚡ | vs/libpng/ci/ci_lint.sh | 39 | # Set it to the empty string if the yamllint program is unavailable. | COMMENT |
| LOW | vs/freetype/builds/unix/ltmain.sh | 379 | # Check if we can use backslash as IFS='\' separator, and set | COMMENT |
| LOW | vs/freetype/builds/unix/ltmain.sh | 666 | # Set func_arith_result to the result of evaluating TERMs. | COMMENT |
| LOW | vs/freetype/builds/unix/ltmain.sh | 690 | # Set func_basename_result to FILE with everything up to and including | COMMENT |
| LOW | vs/freetype/builds/unix/ltmain.sh | 856 | # Set func_len_result to the length of STRING. STRING may not | COMMENT |
| LOW | vs/freetype/builds/unix/ltmain.sh | 1074 | # Set func_relative_path_result to the relative path from SRCDIR to DSTDIR. | COMMENT |
| LOW | vs/freetype/builds/unix/ltmain.sh | 4167 | # Check if any of the arguments is a wrapper script. | COMMENT |
| LOW | vs/freetype/builds/unix/ltmain.sh | 10154 | # Loop over the list of objects to be linked. | COMMENT |
| LOW | vs/zlib/os400/make.sh | 66 | # Set LINK to "YES" if the module has been compiled. | COMMENT |
| LOW | vs/sdlnet/ltmain.sh | 1710 | # Check if any of the arguments is a wrapper script. | COMMENT |
| LOW | vs/sdlnet/ltmain.sh | 7180 | # Loop over the list of objects to be linked. | COMMENT |
| LOW | vs/sdl/build-scripts/ltmain.sh | 1710 | # Check if any of the arguments is a wrapper script. | COMMENT |
| LOW | vs/sdl/build-scripts/ltmain.sh | 7180 | # Loop over the list of objects to be linked. | COMMENT |
| LOW | vs/sdl2/build-scripts/ltmain.sh | 623 | # Set func_arith_result to the result of evaluating TERMs. | COMMENT |
| LOW | vs/sdl2/build-scripts/ltmain.sh | 647 | # Set func_basename_result to FILE with everything up to and including | COMMENT |
| LOW | vs/sdl2/build-scripts/ltmain.sh | 813 | # Set func_len_result to the length of STRING. STRING may not | COMMENT |
| LOW | vs/sdl2/build-scripts/ltmain.sh | 1031 | # Set func_relative_path_result to the relative path from SRCDIR to DSTDIR. | COMMENT |
| LOW | vs/sdl2/build-scripts/ltmain.sh | 3915 | # Check if any of the arguments is a wrapper script. | COMMENT |
| LOW | vs/sdl2/build-scripts/ltmain.sh | 9920 | # Loop over the list of objects to be linked. | COMMENT |
| LOW | vs/sdl2/build-scripts/update-version.sh | 40 | # Set compat to major.minor.0 by default. | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | vs/freetype/tests/scripts/download-test-fonts.py | 150 | def extract_file_from_zip_archive( | CODE |
| LOW | vs/freetype/tests/scripts/download-test-fonts.py | 200 | def download_and_install_item( | CODE |
| LOW | …type/docs/reference/assets/javascripts/lunr/wordcut.js | 5137 | function createPredicateIndexFinder(dir) { | CODE |
| LOW | vs/sdl2/build-scripts/setup-gdk-desktop.py | 107 | def copy_files_and_merge_into(srcdir: Path, dstdir: Path) -> None: | CODE |
| LOW | vs/sdl2/build-scripts/build-release.py | 579 | def _external_repo_path_filter(cls, path: str) -> bool: | STRING |
| LOW | vs/sdl2/build-scripts/build-release.py | 888 | def _get_prefab_module_json_text(self, library_name: typing.Optional[str], export_libraries: list[str]) -> str: | STRING |
| LOW | vs/sdl2/build-scripts/build-release.py | 910 | def _get_prefab_abi_json_text(self, abi: str, cpp: bool, shared: bool) -> str: | STRING |
| LOW | vs/sdl2/build-scripts/build-release.py | 920 | def _get_android_manifest_text(self) -> str: | STRING |
| LOW | vs/sdl2/build-scripts/build-release.py | 1193 | def _arch_platform_to_build_path(self, arch_platform: VsArchPlatformConfig) -> Path: | STRING |
| LOW | vs/sdl2/build-scripts/build-release.py | 1196 | def _arch_platform_to_install_path(self, arch_platform: VsArchPlatformConfig) -> Path: | STRING |
| LOW | …ion/Sound Blaster AWE32 - Wikipedia_files/load_004.php | 113 | buildParams(prefix+"["+(typeof v==="object"?i:"")+"]",v,traditional,add);}});}else if(!traditional&&jQuery.type(obj)===" | CODE |
| LOW | …ion/Sound Blaster AWE32 - Wikipedia_files/load_004.php | 114 | dataTypeExpression="*";}var dataType,list,placeBefore,dataTypes=dataTypeExpression.toLowerCase().split(core_rspace),i=0, | CODE |
| LOW | …ulation/Sound Blaster AWE32 - Wikipedia_files/load.php | 72 | result=sequence([backslash,anyCharacter]);return result===null?null:result[1];}choice([escapedLiteral,regularLiteralWith | CODE |
| LOW⚡ | …ulation/Sound Blaster AWE32 - Wikipedia_files/load.php | 137 | makeStringParser('</');htmlAttributeEquals=makeRegexParser(/^\s*=\s*/);closeHtmlTag=makeRegexParser(/^\s*>/);function es | CODE |
| LOW⚡ | …ulation/Sound Blaster AWE32 - Wikipedia_files/load.php | 139 | ]);if(result===null){return null;}return['EXTLINKPARAM',parseInt(result[2],10)-1,result[4]];}openWikilink=makeStringPars | CODE |
| LOW⚡ | …ulation/Sound Blaster AWE32 - Wikipedia_files/load.php | 140 | function singleQuotedHtmlAttributeValue(){var parsedResult=sequence([singleQuote,htmlSingleQuoteAttributeValue,singleQuo | CODE |
| LOW⚡ | …ulation/Sound Blaster AWE32 - Wikipedia_files/load.php | 142 | startTagName,wrappedAttributes].concat(parsedHtmlContents);}else{result=['CONCAT',input.substring(startOpenTagPos,endOpe | CODE |
| LOW | …ion/Sound Blaster AWE32 - Wikipedia_files/load_002.php | 7 | nextSibling){if($(NavChild).hasClass('NavContent')||$(NavChild).hasClass('NavPic')){NavChild.style.display='none';}}NavT | CODE |
| LOW | …ion/Sound Blaster AWE32 - Wikipedia_files/load_008.php | 35 | '<div class="imeselector imeselector-toggle">'+'<a class="ime-name imeselector-toggle" href="#"></a>'+'<b class="ime-set | CODE |
| LOW | …ion/Sound Blaster AWE64 - Wikipedia_files/load_004.php | 113 | buildParams(prefix+"["+(typeof v==="object"?i:"")+"]",v,traditional,add);}});}else if(!traditional&&jQuery.type(obj)===" | CODE |
| LOW | …ion/Sound Blaster AWE64 - Wikipedia_files/load_004.php | 114 | dataTypeExpression="*";}var dataType,list,placeBefore,dataTypes=dataTypeExpression.toLowerCase().split(core_rspace),i=0, | CODE |
| LOW | …ulation/Sound Blaster AWE64 - Wikipedia_files/load.php | 72 | result=sequence([backslash,anyCharacter]);return result===null?null:result[1];}choice([escapedLiteral,regularLiteralWith | CODE |
| LOW⚡ | …ulation/Sound Blaster AWE64 - Wikipedia_files/load.php | 137 | makeStringParser('</');htmlAttributeEquals=makeRegexParser(/^\s*=\s*/);closeHtmlTag=makeRegexParser(/^\s*>/);function es | CODE |
| LOW⚡ | …ulation/Sound Blaster AWE64 - Wikipedia_files/load.php | 139 | ]);if(result===null){return null;}return['EXTLINKPARAM',parseInt(result[2],10)-1,result[4]];}openWikilink=makeStringPars | CODE |
| LOW⚡ | …ulation/Sound Blaster AWE64 - Wikipedia_files/load.php | 140 | function singleQuotedHtmlAttributeValue(){var parsedResult=sequence([singleQuote,htmlSingleQuoteAttributeValue,singleQuo | CODE |
| LOW⚡ | …ulation/Sound Blaster AWE64 - Wikipedia_files/load.php | 142 | startTagName,wrappedAttributes].concat(parsedHtmlContents);}else{result=['CONCAT',input.substring(startOpenTagPos,endOpe | CODE |
| LOW | …ion/Sound Blaster AWE64 - Wikipedia_files/load_002.php | 7 | nextSibling){if($(NavChild).hasClass('NavContent')||$(NavChild).hasClass('NavPic')){NavChild.style.display='none';}}NavT | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | vs/libpng/contrib/pngexif/pngexifinfo.py | 54 | CODE | |
| LOW | vs/libpng/contrib/pngexif/exifinfo.py | 170 | CODE | |
| LOW | vs/freetype/builds/meson/parse_modules_cfg.py | 128 | CODE | |
| LOW | vs/freetype/builds/meson/extract_libtool_version.py | 58 | CODE | |
| LOW | vs/freetype/builds/meson/process_ftoption_h.py | 30 | CODE | |
| LOW | vs/freetype/src/tools/make_distribution_archives.py | 33 | CODE | |
| LOW | vs/freetype/src/tools/docmaker/formatter.py | 37 | CODE | |
| LOW | vs/freetype/src/tools/docmaker/formatter.py | 182 | CODE | |
| LOW | vs/freetype/src/tools/docmaker/tohtml.py | 422 | CODE | |
| LOW | vs/freetype/src/tools/docmaker/tohtml.py | 600 | CODE | |
| LOW | vs/freetype/src/tools/docmaker/sources.py | 263 | CODE | |
| LOW | vs/freetype/src/tools/docmaker/sources.py | 342 | CODE | |
| LOW | vs/freetype/src/tools/docmaker/content.py | 180 | CODE | |
| LOW | vs/freetype/src/tools/docmaker/content.py | 449 | CODE | |
| LOW | vs/freetype/src/tools/docmaker/docbeauty.py | 50 | CODE | |
| LOW | vs/sdl2/.github/workflows/create-test-plan.py | 711 | CODE | |
| LOW | vs/sdl2/build-scripts/build-release.py | 345 | CODE | |
| LOW | vs/sdl2/build-scripts/build-release.py | 429 | CODE | |
| LOW | vs/sdl2/build-scripts/build-release.py | 463 | CODE | |
| LOW | vs/sdl2/build-scripts/build-release.py | 671 | CODE | |
| LOW | vs/sdl2/build-scripts/build-release.py | 931 | CODE | |
| LOW | vs/sdl2/build-scripts/build-release.py | 1113 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | …ion/Sound Blaster AWE32 - Wikipedia_files/load_005.php | 53 | {height:'auto'});}});});;},{},{});mw.loader.implement("jquery.placeholder",function(){(function($){var isInputSupported= | CODE |
| LOW⚡ | …ion/Sound Blaster AWE32 - Wikipedia_files/load_005.php | 54 | input=isInputSupported;placeholder.textarea=isTextareaSupported;hooks={'get':function(element){var $element=$(element),$ | CODE |
| LOW⚡ | …ion/Sound Blaster AWE32 - Wikipedia_files/load_005.php | 55 | 'submit.placeholder',function(){var $inputs=$('.placeholder',this).each(clearPlaceholder);setTimeout(function(){$inputs. | CODE |
| LOW⚡ | …ion/Sound Blaster AWE32 - Wikipedia_files/load_005.php | 56 | id;if(!input.value){if(input.type==='password'){if(!$input.data('placeholder-textinput')){try{$replacement=$input.clone( | CODE |
| LOW | …ion/Sound Blaster AWE32 - Wikipedia_files/load_005.php | 81 | ".suggestions a.mw-searchSuggest-link,.suggestions a.mw-searchSuggest-link:hover,.suggestions a.mw-searchSuggest-link:ac | CODE |
| LOW | …ulation/Sound Blaster AWE32 - Wikipedia_files/load.php | 181 | expContainerSettings=$.collapsibleTabs.getSettings($(outerData.expandedContainer));if(!expContainerSettings){return;}exp | CODE |
| LOW | …ion/Sound Blaster AWE32 - Wikipedia_files/load_008.php | 112 | compact){this.$menu.addClass('uls-compact');}if(!this.initialized){$('body').prepend(this.$menu);this.i18n();this.defaul | CODE |
| LOW⚡ | …ion/Sound Blaster AWE64 - Wikipedia_files/load_005.php | 53 | {height:'auto'});}});});;},{},{});mw.loader.implement("jquery.placeholder",function(){(function($){var isInputSupported= | CODE |
| LOW⚡ | …ion/Sound Blaster AWE64 - Wikipedia_files/load_005.php | 54 | input=isInputSupported;placeholder.textarea=isTextareaSupported;hooks={'get':function(element){var $element=$(element),$ | CODE |
| LOW⚡ | …ion/Sound Blaster AWE64 - Wikipedia_files/load_005.php | 55 | 'submit.placeholder',function(){var $inputs=$('.placeholder',this).each(clearPlaceholder);setTimeout(function(){$inputs. | CODE |
| LOW⚡ | …ion/Sound Blaster AWE64 - Wikipedia_files/load_005.php | 56 | id;if(!input.value){if(input.type==='password'){if(!$input.data('placeholder-textinput')){try{$replacement=$input.clone( | CODE |
| LOW | …ion/Sound Blaster AWE64 - Wikipedia_files/load_005.php | 81 | ".suggestions a.mw-searchSuggest-link,.suggestions a.mw-searchSuggest-link:hover,.suggestions a.mw-searchSuggest-link:ac | CODE |
| LOW | …ulation/Sound Blaster AWE64 - Wikipedia_files/load.php | 181 | expContainerSettings=$.collapsibleTabs.getSettings($(outerData.expandedContainer));if(!expContainerSettings){return;}exp | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …oject/app/src/main/java/org/libsdl/app/SDLSurface.java | 230 | // We need to check if we're in relative mouse mode and get the axis offset rather than the x/y values | COMMENT |
| LOW | src/dos/drive_iso.cpp | 2428 | // Step 1: Root directory lookup | COMMENT |
| LOW | src/libs/decoders/dr_flac.h | 6010 | /* We found a FLAC frame. We need to check if it contains the sample we're looking for. */ | COMMENT |
| LOW | src/ints/bios.cpp | 11959 | /* the purpose of this function is to say "N88 ROM BASIC NOT FOUND" */ | COMMENT |
| LOW | src/ints/bios.cpp | 11970 | /* the purpose of this function is to say "IBM ROM BASIC NOT FOUND" */ | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | vs/freetype/tests/scripts/download-test-fonts.py | 156 | Extract a file from a given zipfile.ZipFile archive. Args: archive: Input ZipFile objec. archive_name: | STRING |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | vs/freetype/src/tools/glnames.py | 5387 | if ( name == 0 || name >= limit ) | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | src/hardware/pcspeaker.cpp | 296 | // TODO: implement all modes | COMMENT |
| LOW | src/hardware/pcspeaker.cpp | 536 | // TODO: implement other modes | COMMENT |
| LOW | src/hardware/pcspeaker.cpp | 550 | // TODO: implement other modes | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | vs/sdl2/.github/workflows/create-test-plan.py | 12 | logger = logging.getLogger(__name__) | CODE |
| LOW | vs/sdl2/build-scripts/setup-gdk-desktop.py | 20 | logger = logging.getLogger(__name__) | CODE |
| LOW | vs/sdl2/build-scripts/build-release.py | 36 | logger = logging.getLogger(__name__) | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | src/dos/drive_iso.cpp | 2428 | // Step 1: Root directory lookup | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | vs/freetype/src/tools/docmaker/tohtml.py | 253 | CODE |