The FreeBSD src tree publish-only repository. Experimenting with 'simple' pull requests....
This report presents the forensic synthetic code analysis of freebsd/freebsd-src, a C project with 9,192 GitHub stars. SynthScan v2.0 examined 25,722,896 lines of code across 64980 source files, recording 91056 pattern matches distributed across 24 syntactic categories. The overall adjusted score of 3.4 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).
Longitudinal tracking requires multiple scan runs. Once this repository is re-scanned after new commits land, this chart will visualise how the synthetic code signal evolves over time — enabling you to detect whether AI authorship is growing, stabilising, or being actively corrected by human engineers.
Classifies detected patterns by their diagnostic confidence and structural impact. CRITICAL patterns (coefficient 10) represent definitive synthetic signatures — hallucinated imports, explicit LLM attribution metadata — virtually never produced by human authors. HIGH (5) indicates strong structural tells such as cross-file repetition or cross-linguistic idioms. MEDIUM (2) covers recognisable conversational padding and AI-specific vocabulary. LOW (1) captures subtle indicators like tautological comments and generic boilerplate that require density to carry independent signal.
This horizontal bar chart decomposes the repository's raw synthetic code score by top-level directory, allowing you to pinpoint precisely which modules or components carry the highest AI authorship density. Directories with disproportionately high scores relative to their size warrant targeted manual review: concentrated AI signatures often trace back to mass-generated configuration layers, auto-ported test suites, LLM-scaffolded boilerplate classes, or entire subsystems authored under heavy copilot assistance. Use this view to prioritise your human code-review effort.
The scanner identified 91056 distinct pattern matches across 24 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 | crypto/openssh/auth2-passwd.c | 21 | * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | COMMENT |
| LOW | crypto/openssh/sandbox-rlimit.c | 21 | COMMENT | |
| LOW | crypto/openssh/ssh-keyscan.c | 21 | #ifdef WITH_OPENSSL | COMMENT |
| LOW | crypto/openssh/ssh-keyscan.c | 41 | #include "digest.h" | COMMENT |
| LOW | crypto/openssh/auth2-hostbased.c | 21 | * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | COMMENT |
| LOW | crypto/openssh/auth2-hostbased.c | 41 | #include "misc.h" | COMMENT |
| LOW | crypto/openssh/log.c | 41 | #include <errno.h> | COMMENT |
| LOW | crypto/openssh/ssh.c | 41 | */ | COMMENT |
| LOW | crypto/openssh/ssh.c | 61 | #include <stdlib.h> | COMMENT |
| LOW | crypto/openssh/ssh.c | 81 | #include "packet.h" | COMMENT |
| LOW | crypto/openssh/auth2-none.c | 21 | * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | COMMENT |
| LOW | crypto/openssh/sshbuf-misc.c | 21 | #include <sys/socket.h> | COMMENT |
| LOW | crypto/openssh/sandbox-seccomp-filter.c | 41 | COMMENT | |
| LOW | crypto/openssh/sandbox-seccomp-filter.c | 61 | #include <asm/unistd.h> | COMMENT |
| LOW | crypto/openssh/sandbox-seccomp-filter.c | 81 | COMMENT | |
| LOW | crypto/openssh/sandbox-seccomp-filter.c | 241 | COMMENT | |
| LOW | crypto/openssh/sandbox-seccomp-filter.c | 261 | #ifdef __NR_openat | COMMENT |
| LOW | crypto/openssh/sandbox-seccomp-filter.c | 281 | #endif | COMMENT |
| LOW | crypto/openssh/sandbox-seccomp-filter.c | 301 | #endif | COMMENT |
| LOW | crypto/openssh/sandbox-seccomp-filter.c | 321 | SC_ALLOW(__NR_getpgid), | COMMENT |
| LOW | crypto/openssh/sandbox-seccomp-filter.c | 341 | #ifdef __NR_madvise | COMMENT |
| LOW | crypto/openssh/sandbox-seccomp-filter.c | 361 | SC_MMAP(__NR_mmap), | COMMENT |
| LOW | crypto/openssh/sandbox-seccomp-filter.c | 381 | #ifdef __NR_clock_nanosleep_time64 | COMMENT |
| LOW | crypto/openssh/sandbox-seccomp-filter.c | 401 | #endif | COMMENT |
| LOW | crypto/openssh/sandbox-seccomp-filter.c | 421 | SC_ALLOW(__NR_time), | COMMENT |
| LOW | crypto/openssh/sshbuf.c | 21 | #include <signal.h> | COMMENT |
| LOW | crypto/openssh/monitor.c | 21 | * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, | COMMENT |
| LOW | crypto/openssh/monitor.c | 41 | #include <pwd.h> | COMMENT |
| LOW | crypto/openssh/monitor.c | 61 | #include "hostfile.h" | COMMENT |
| LOW | crypto/openssh/monitor.c | 81 | #include "ssh-gss.h" | COMMENT |
| LOW | crypto/openssh/session.c | 41 | #include <sys/stat.h> | COMMENT |
| LOW | crypto/openssh/session.c | 61 | COMMENT | |
| LOW | crypto/openssh/session.c | 81 | #include "misc.h" | COMMENT |
| LOW | crypto/openssh/kex.c | 21 | * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | COMMENT |
| LOW | crypto/openssh/kex.c | 41 | COMMENT | |
| LOW | crypto/openssh/channels.h | 41 | /* Definitions for channel types. */ | COMMENT |
| LOW | crypto/openssh/channels.h | 61 | #define SSH_CHANNEL_RDYNAMIC_FINISH 22 /* reverse SOCKS, finishing connect */ | COMMENT |
| LOW | crypto/openssh/channels.h | 221 | time_t lastused; | COMMENT |
| LOW | crypto/openssh/channels.h | 241 | #define CHAN_INPUT_WAIT_OCLOSE 2 | COMMENT |
| LOW | crypto/openssh/ssh-keysign.c | 21 | * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | COMMENT |
| LOW | crypto/openssh/ssh-keysign.c | 41 | #include <openssl/rsa.h> | COMMENT |
| LOW | crypto/openssh/ssh-gss.h | 21 | * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | COMMENT |
| LOW | crypto/openssh/ssh-gss.h | 41 | # elif defined(HAVE_GSSAPI_GSSAPI_GENERIC_H) | COMMENT |
| LOW | crypto/openssh/msg.c | 21 | * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | COMMENT |
| LOW | crypto/openssh/nchan.c | 21 | * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | COMMENT |
| LOW | crypto/openssh/sandbox-darwin.c | 21 | #include <sys/types.h> | COMMENT |
| LOW | crypto/openssh/kexgexs.c | 41 | #include "cipher.h" | COMMENT |
| LOW | crypto/openssh/misc-agent.c | 21 | #include <sys/socket.h> | COMMENT |
| LOW | crypto/openssh/auth2-pubkeyfile.c | 21 | * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY | COMMENT |
| LOW | crypto/openssh/auth2-pubkeyfile.c | 41 | COMMENT | |
| LOW | crypto/openssh/ssh-sk-helper.c | 21 | * to ssh-pkcs11-helper.c but considerably simpler as the operations for | COMMENT |
| LOW | crypto/openssh/ssh-agent.c | 41 | #include <sys/queue.h> | COMMENT |
| LOW | crypto/openssh/ssh-agent.c | 61 | #include <stdarg.h> | COMMENT |
| LOW | crypto/openssh/ssh-agent.c | 81 | #include "sk-api.h" | COMMENT |
| LOW | crypto/openssh/auth.c | 21 | * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | COMMENT |
| LOW | crypto/openssh/auth.c | 41 | #include <login.h> | COMMENT |
| LOW | crypto/openssh/auth.c | 61 | #include "sshkey.h" | COMMENT |
| LOW | crypto/openssh/readconf.c | 21 | #include <sys/un.h> | COMMENT |
| LOW | crypto/openssh/readconf.c | 41 | #include <util.h> | COMMENT |
| LOW | crypto/openssh/kexgen.c | 21 | * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | COMMENT |
| 87669 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | crypto/heimdal/lib/wind/DerivedNormalizationProps.txt | 9 | # ================================================ | COMMENT |
| MEDIUM | crypto/heimdal/lib/wind/DerivedNormalizationProps.txt | 584 | # ================================================ | COMMENT |
| MEDIUM | crypto/heimdal/lib/wind/DerivedNormalizationProps.txt | 666 | # ================================================ | COMMENT |
| MEDIUM | crypto/heimdal/lib/wind/DerivedNormalizationProps.txt | 673 | # ================================================ | COMMENT |
| MEDIUM | crypto/heimdal/lib/wind/DerivedNormalizationProps.txt | 904 | # ================================================ | COMMENT |
| MEDIUM | crypto/heimdal/lib/wind/DerivedNormalizationProps.txt | 911 | # ================================================ | COMMENT |
| MEDIUM | crypto/heimdal/lib/wind/DerivedNormalizationProps.txt | 992 | # ================================================ | COMMENT |
| MEDIUM | crypto/heimdal/lib/wind/DerivedNormalizationProps.txt | 1032 | # ================================================ | COMMENT |
| MEDIUM | crypto/heimdal/lib/wind/DerivedNormalizationProps.txt | 1039 | # ================================================ | COMMENT |
| MEDIUM | crypto/heimdal/lib/wind/DerivedNormalizationProps.txt | 1514 | # ================================================ | COMMENT |
| MEDIUM | crypto/heimdal/lib/wind/DerivedNormalizationProps.txt | 1521 | # ================================================ | COMMENT |
| MEDIUM | crypto/heimdal/lib/wind/DerivedNormalizationProps.txt | 1860 | # ================================================ | COMMENT |
| MEDIUM | crypto/heimdal/lib/wind/DerivedNormalizationProps.txt | 1900 | # ================================================ | COMMENT |
| MEDIUM | crypto/heimdal/lib/wind/DerivedNormalizationProps.txt | 2115 | # ================================================ | COMMENT |
| MEDIUM | crypto/heimdal/lib/wind/DerivedNormalizationProps.txt | 2162 | # ================================================ | COMMENT |
| MEDIUM | crypto/heimdal/lib/wind/DerivedNormalizationProps.txt | 2448 | # ================================================ | COMMENT |
| MEDIUM | crypto/heimdal/lib/wind/CompositionExclusions-3.2.0.txt | 12 | # ================================================ | COMMENT |
| MEDIUM | crypto/heimdal/lib/wind/CompositionExclusions-3.2.0.txt | 16 | # ================================================ | COMMENT |
| MEDIUM | crypto/heimdal/lib/wind/CompositionExclusions-3.2.0.txt | 88 | # ================================================ | COMMENT |
| MEDIUM | crypto/heimdal/lib/wind/CompositionExclusions-3.2.0.txt | 92 | # ================================================ | COMMENT |
| MEDIUM | crypto/heimdal/lib/wind/CompositionExclusions-3.2.0.txt | 111 | # ================================================ | COMMENT |
| MEDIUM | crypto/heimdal/lib/wind/CompositionExclusions-3.2.0.txt | 117 | # ================================================ | COMMENT |
| MEDIUM | crypto/heimdal/lib/wind/CompositionExclusions-3.2.0.txt | 161 | # ================================================ | COMMENT |
| MEDIUM | crypto/heimdal/lib/wind/CompositionExclusions-3.2.0.txt | 168 | # ================================================ | COMMENT |
| MEDIUM | …to/krb5/src/lib/krb5/unicode/CompositionExclusions.txt | 12 | # ================================================ | COMMENT |
| MEDIUM | …to/krb5/src/lib/krb5/unicode/CompositionExclusions.txt | 16 | # ================================================ | COMMENT |
| MEDIUM | …to/krb5/src/lib/krb5/unicode/CompositionExclusions.txt | 88 | # ================================================ | COMMENT |
| MEDIUM | …to/krb5/src/lib/krb5/unicode/CompositionExclusions.txt | 92 | # ================================================ | COMMENT |
| MEDIUM | …to/krb5/src/lib/krb5/unicode/CompositionExclusions.txt | 111 | # ================================================ | COMMENT |
| MEDIUM | …to/krb5/src/lib/krb5/unicode/CompositionExclusions.txt | 117 | # ================================================ | COMMENT |
| MEDIUM | …to/krb5/src/lib/krb5/unicode/CompositionExclusions.txt | 161 | # ================================================ | COMMENT |
| MEDIUM | …to/krb5/src/lib/krb5/unicode/CompositionExclusions.txt | 168 | # ================================================ | COMMENT |
| MEDIUM | crypto/openssl/crypto/md5/asm/md5-sparcv9.pl | 10 | # ==================================================================== | COMMENT |
| MEDIUM | crypto/openssl/crypto/md5/asm/md5-sparcv9.pl | 17 | # ==================================================================== | COMMENT |
| MEDIUM | crypto/openssl/crypto/rc4/asm/rc4-586.pl | 10 | # ==================================================================== | COMMENT |
| MEDIUM | crypto/openssl/crypto/rc4/asm/rc4-586.pl | 15 | # ==================================================================== | COMMENT |
| MEDIUM | crypto/openssl/crypto/rc4/asm/rc4-parisc.pl | 10 | # ==================================================================== | COMMENT |
| MEDIUM | crypto/openssl/crypto/rc4/asm/rc4-parisc.pl | 15 | # ==================================================================== | COMMENT |
| MEDIUM | crypto/openssl/crypto/rc4/asm/rc4-s390x.pl | 10 | # ==================================================================== | COMMENT |
| MEDIUM | crypto/openssl/crypto/rc4/asm/rc4-s390x.pl | 15 | # ==================================================================== | COMMENT |
| MEDIUM | crypto/openssl/crypto/rc4/asm/rc4-c64xplus.pl | 10 | # ==================================================================== | COMMENT |
| MEDIUM | crypto/openssl/crypto/rc4/asm/rc4-c64xplus.pl | 15 | # ==================================================================== | COMMENT |
| MEDIUM | crypto/openssl/crypto/rc4/asm/rc4-x86_64.pl | 10 | # ==================================================================== | COMMENT |
| MEDIUM | crypto/openssl/crypto/rc4/asm/rc4-x86_64.pl | 15 | # ==================================================================== | COMMENT |
| MEDIUM⚡ | crypto/openssl/crypto/rc4/asm/rc4-md5-x86_64.pl | 10 | # ==================================================================== | COMMENT |
| MEDIUM⚡ | crypto/openssl/crypto/rc4/asm/rc4-md5-x86_64.pl | 15 | # ==================================================================== | COMMENT |
| MEDIUM | crypto/openssl/crypto/des/asm/dest4-sparcv9.pl | 10 | # ==================================================================== | COMMENT |
| MEDIUM | crypto/openssl/crypto/des/asm/dest4-sparcv9.pl | 14 | # ==================================================================== | COMMENT |
| MEDIUM | crypto/openssl/crypto/modes/asm/ghash-alpha.pl | 10 | # ==================================================================== | COMMENT |
| MEDIUM | crypto/openssl/crypto/modes/asm/ghash-alpha.pl | 15 | # ==================================================================== | COMMENT |
| MEDIUM | crypto/openssl/crypto/modes/asm/ghash-ia64.pl | 10 | # ==================================================================== | COMMENT |
| MEDIUM | crypto/openssl/crypto/modes/asm/ghash-ia64.pl | 15 | # ==================================================================== | COMMENT |
| MEDIUM | crypto/openssl/crypto/modes/asm/ghash-parisc.pl | 10 | # ==================================================================== | COMMENT |
| MEDIUM | crypto/openssl/crypto/modes/asm/ghash-parisc.pl | 15 | # ==================================================================== | COMMENT |
| MEDIUM | crypto/openssl/crypto/modes/asm/ghashp8-ppc.pl | 10 | # ==================================================================== | COMMENT |
| MEDIUM | crypto/openssl/crypto/modes/asm/ghashp8-ppc.pl | 15 | # ==================================================================== | COMMENT |
| MEDIUM | crypto/openssl/crypto/modes/asm/ghashv8-armx.pl | 10 | # ==================================================================== | COMMENT |
| MEDIUM | crypto/openssl/crypto/modes/asm/ghashv8-armx.pl | 15 | # ==================================================================== | COMMENT |
| MEDIUM | crypto/openssl/crypto/modes/asm/ghash-c64xplus.pl | 10 | # ==================================================================== | COMMENT |
| MEDIUM | crypto/openssl/crypto/modes/asm/ghash-c64xplus.pl | 15 | # ==================================================================== | COMMENT |
| 1091 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | crypto/openssh/regress/principals-command.sh | 20 | # Create a CA key and a user certificate. | COMMENT |
| MEDIUM | crypto/openssh/regress/cert-hostkey.sh | 55 | # Create a CA key and add it to known hosts. Ed25519 chosen for speed. | COMMENT |
| MEDIUM | crypto/openssh/regress/cert-hostkey.sh | 219 | # Create a CA key and add it to known hosts | COMMENT |
| MEDIUM | crypto/openssh/regress/multipubkey.sh | 12 | # Create a CA key | COMMENT |
| MEDIUM | crypto/openssh/regress/cert-userkey.sh | 49 | # Create a CA key | COMMENT |
| MEDIUM | crypto/openssh/regress/limit-keytype.sh | 25 | # Create a CA key | COMMENT |
| MEDIUM | crypto/openssh/regress/cert-file.sh | 9 | # Create a CA key | COMMENT |
| MEDIUM | crypto/openssh/contrib/findssl.sh | 10 | # This file is placed in the public domain. | COMMENT |
| MEDIUM | crypto/openssh/contrib/aix/buildbff.sh | 6 | # This file is placed in the public domain and comes with absolutely | COMMENT |
| MEDIUM | crypto/openssh/contrib/aix/inventory.sh | 6 | # This file is placed into the public domain. | COMMENT |
| MEDIUM | crypto/heimdal/ltmain.sh | 1228 | # This function is only a basic sanity check; it will hardly flush out | COMMENT |
| MEDIUM | crypto/heimdal/ltmain.sh | 1239 | # This function implements the same check as func_lalib_p without | COMMENT |
| MEDIUM | crypto/heimdal/ltmain.sh | 1262 | # This function is only a basic sanity check; it will hardly flush out | COMMENT |
| MEDIUM | crypto/heimdal/ltmain.sh | 1271 | # This function is only a basic sanity check; it will hardly flush out | COMMENT |
| MEDIUM | crypto/heimdal/ltmain.sh | 1296 | # This function is only a basic sanity check; it will hardly flush out | COMMENT |
| MEDIUM | crypto/heimdal/ltmain.sh | 1432 | # Create a libtool object file (analogous to a ".la" file), | COMMENT |
| MEDIUM | crypto/heimdal/ltmain.sh | 6015 | # Create the object directory. | COMMENT |
| MEDIUM | crypto/heimdal/ltmain.sh | 8634 | # Create the old-style object. | COMMENT |
| MEDIUM | crypto/heimdal/ltmain.sh | 8654 | # Create an invalid libtool object if no PIC, so that we don't | COMMENT |
| MEDIUM | crypto/krb5/src/clients/ksu/t_ksu.py | 58 | # Create a ksutest account and return its home directory. | COMMENT |
| MEDIUM | crypto/krb5/src/util/k5test.py | 1322 | # Create the realms. | COMMENT |
| MEDIUM | crypto/krb5/src/lib/krb5/krb/t_expire_warn.py | 25 | # Create a bare-bones KDC. | COMMENT |
| MEDIUM | crypto/krb5/src/lib/krb5/krb/t_in_ccache_patypes.py | 25 | # Create a bare-bones KDC. | COMMENT |
| MEDIUM | crypto/krb5/src/lib/krb5/krb/t_vfy_increds.py | 64 | # Create an empty keytab file and verify again. This simulates a | COMMENT |
| MEDIUM⚡ | crypto/libecc/scripts/expand_libecc.py | 1889 | # Create a new file with the parameters | COMMENT |
| MEDIUM | crypto/libecc/scripts/crossbuild.sh | 56 | # Create a temporary workspace and copy the files to compile | COMMENT |
| MEDIUM | …ecc/src/arithmetic_tests/arithmetic_tests_generator.py | 1964 | # Create a pair of sockets for us and the child we'll spawn | COMMENT |
| MEDIUM | crypto/openssl/crypto/perlasm/riscv.pm | 2 | # This file is dual-licensed, meaning that you can use it under your | COMMENT |
| MEDIUM | crypto/openssl/crypto/modes/asm/ghash-riscv64-zvkg.pl | 2 | # This file is dual-licensed, meaning that you can use it under your | COMMENT |
| MEDIUM | …to/openssl/crypto/modes/asm/ghash-riscv64-zvkb-zvbc.pl | 2 | # This file is dual-licensed, meaning that you can use it under your | COMMENT |
| MEDIUM | crypto/openssl/crypto/modes/asm/ghash-riscv64.pl | 2 | # This file is dual-licensed, meaning that you can use it under your | COMMENT |
| MEDIUM | …l/crypto/modes/asm/aes-gcm-riscv64-zvkb-zvkg-zvkned.pl | 2 | # This file is dual-licensed, meaning that you can use it under your | COMMENT |
| MEDIUM | …ypto/openssl/crypto/chacha/asm/chacha-riscv64-v-zbb.pl | 2 | # This file is dual-licensed, meaning that you can use it under your | COMMENT |
| MEDIUM⚡ | crypto/openssl/crypto/ec/asm/x25519-x86_64.pl | 20 | # This module implements radix 2^51 multiplication and squaring, and | COMMENT |
| MEDIUM⚡ | crypto/openssl/crypto/poly1305/asm/poly1305-ppc.pl | 17 | # This module implements Poly1305 hash for PowerPC. | COMMENT |
| MEDIUM⚡ | crypto/openssl/crypto/poly1305/asm/poly1305-armv8.pl | 17 | # This module implements Poly1305 hash for ARMv8. | COMMENT |
| MEDIUM⚡ | crypto/openssl/crypto/poly1305/asm/poly1305-sparcv9.pl | 17 | # This module implements Poly1305 hash for SPARCv9, vanilla, as well | COMMENT |
| MEDIUM⚡ | crypto/openssl/crypto/poly1305/asm/poly1305-ppcfp.pl | 17 | # This module implements Poly1305 hash for PowerPC FPU. | COMMENT |
| MEDIUM⚡ | crypto/openssl/crypto/poly1305/asm/poly1305-x86_64.pl | 17 | # This module implements Poly1305 hash for x86_64. | COMMENT |
| MEDIUM⚡ | crypto/openssl/crypto/poly1305/asm/poly1305-s390x.pl | 17 | # This module implements Poly1305 hash for s390x. | COMMENT |
| MEDIUM⚡ | crypto/openssl/crypto/poly1305/asm/poly1305-x86.pl | 17 | # This module implements Poly1305 hash for x86. | COMMENT |
| MEDIUM | crypto/openssl/crypto/sm3/asm/sm3-armv8.pl | 9 | # This module implements support for Armv8 SM3 instructions | COMMENT |
| MEDIUM | crypto/openssl/crypto/sm3/asm/sm3-riscv64-zvksh.pl | 2 | # This file is dual-licensed, meaning that you can use it under your | COMMENT |
| MEDIUM | crypto/openssl/crypto/sm4/asm/vpsm4-armv8.pl | 10 | # This module implements SM4 with ASIMD on aarch64 | COMMENT |
| MEDIUM | crypto/openssl/crypto/sm4/asm/sm4-riscv64-zvksed.pl | 2 | # This file is dual-licensed, meaning that you can use it under your | COMMENT |
| MEDIUM | crypto/openssl/crypto/sm4/asm/vpsm4_ex-armv8.pl | 10 | # This module implements SM4 with ASIMD and AESE on AARCH64 | COMMENT |
| MEDIUM | crypto/openssl/crypto/sm4/asm/sm4-armv8.pl | 10 | # This module implements support for SM4 hw support on aarch64 | COMMENT |
| MEDIUM | …crypto/sha/asm/sha256-riscv64-zvkb-zvknha_or_zvknhb.pl | 2 | # This file is dual-licensed, meaning that you can use it under your | COMMENT |
| MEDIUM | …o/openssl/crypto/sha/asm/sha512-riscv64-zvkb-zvknhb.pl | 2 | # This file is dual-licensed, meaning that you can use it under your | COMMENT |
| MEDIUM | crypto/openssl/crypto/aes/asm/aes-riscv32-zkn.pl | 2 | # This file is dual-licensed, meaning that you can use it under your | COMMENT |
| MEDIUM⚡ | crypto/openssl/crypto/aes/asm/aesv8-armx.pl | 17 | # This module implements support for ARMv8 AES instructions. The | COMMENT |
| MEDIUM | …openssl/crypto/aes/asm/aes-riscv64-zvbb-zvkg-zvkned.pl | 2 | # This file is dual-licensed, meaning that you can use it under your | COMMENT |
| MEDIUM⚡ | crypto/openssl/crypto/aes/asm/aesni-x86_64.pl | 17 | # This module implements support for Intel AES-NI extension. In | COMMENT |
| MEDIUM | …ypto/openssl/crypto/aes/asm/aes-riscv64-zvkb-zvkned.pl | 2 | # This file is dual-licensed, meaning that you can use it under your | COMMENT |
| MEDIUM | crypto/openssl/crypto/aes/asm/aes-riscv64-zvkned.pl | 2 | # This file is dual-licensed, meaning that you can use it under your | COMMENT |
| MEDIUM | crypto/openssl/crypto/aes/asm/aes-riscv64-zkn.pl | 2 | # This file is dual-licensed, meaning that you can use it under your | COMMENT |
| MEDIUM⚡ | crypto/openssl/crypto/aes/asm/aesni-x86.pl | 17 | # This module implements support for Intel AES-NI extension. In | COMMENT |
| MEDIUM⚡ | crypto/openssl/crypto/aes/asm/aesp8-ppc.pl | 17 | # This module implements support for AES instructions as per PowerISA | COMMENT |
| MEDIUM | crypto/openssl/test/certs/mkcert.sh | 12 | # This file is dual-licensed and is also available under other terms. | COMMENT |
| MEDIUM | …est/recipes/95-test_external_pyca_data/cryptography.sh | 38 | # Create a python virtual env and activate | COMMENT |
| 236 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | crypto/openssh/regress/channel-timeout.sh | 6 | # XXX not comprehensive. Still need -R -L agent X11 forwarding + interactive | COMMENT |
| MEDIUM | crypto/heimdal/ltmain.sh | 401 | # Sed substitution that helps us do robust quoting. It backslashifies | COMMENT |
| MEDIUM | crypto/heimdal/ltmain.sh | 3849 | # Sed substitution that helps us do robust quoting. It backslashifies | COMMENT |
| MEDIUM | crypto/heimdal/ltmain.sh | 7660 | # This code stresses the "libraries are programs" paradigm to its | COMMENT |
| MEDIUM | crypto/openssl/crypto/x86cpuid.pl | 235 | # Essentially there is only one use for this function. Under DJGPP: | COMMENT |
| MEDIUM | crypto/openssl/crypto/perlasm/x86_64-xlate.pl | 1666 | # To facilitate composing of .pdata structures, auto-generated "gear" | COMMENT |
| MEDIUM⚡ | crypto/openssl/crypto/rc4/asm/rc4-md5-x86_64.pl | 22 | # below theoretical maximum, interleaving them would allow to utilize | COMMENT |
| MEDIUM | crypto/openssl/crypto/modes/asm/aes-gcm-avx512.pl | 164 | # ; helps to facilitate SEH handlers writing. | COMMENT |
| LOW | …l/crypto/modes/asm/aes-gcm-riscv64-zvkb-zvkg-zvkned.pl | 441 | # Note: The actual vl should be `FULL_BLOCK_LEN32/4 * 2`, but we just use | COMMENT |
| MEDIUM | crypto/openssl/crypto/chacha/asm/chacha-s390x.pl | 36 | # But to harness overheads revert to transliteration of VSX code path | COMMENT |
| MEDIUM | crypto/openssl/crypto/chacha/asm/chacha-s390x.pl | 436 | # On the other hand minimum amount of data it takes to fully utilize | COMMENT |
| MEDIUM | crypto/openssl/crypto/poly1305/asm/poly1305-mips.pl | 38 | # The return value is placed in $a0. Following coding rules facilitate | COMMENT |
| MEDIUM | crypto/openssl/crypto/bn/asm/mips-mont.pl | 40 | # The return value is placed in $a0. Following coding rules facilitate | COMMENT |
| MEDIUM | crypto/openssl/crypto/sha/asm/sha512-mips.pl | 42 | # The return value is placed in $a0. Following coding rules facilitate | COMMENT |
| MEDIUM | crypto/openssl/crypto/sha/asm/keccak1600-armv8.pl | 35 | # instructions effectively facilitate parallel hashing, which we don't | COMMENT |
| MEDIUM | crypto/openssl/crypto/sha/asm/sha1-armv4-large.pl | 731 | # this fix-up provides Thumb encoding in conjunction with INST | COMMENT |
| MEDIUM⚡ | crypto/openssl/crypto/sha/asm/sha1-x86_64.pl | 25 | # capacity to fully utilize SHA-1 parallelism. Therefore this fresh | COMMENT |
| MEDIUM | crypto/openssl/crypto/sha/asm/sha1-mips.pl | 40 | # The return value is placed in $a0. Following coding rules facilitate | COMMENT |
| MEDIUM | crypto/openssl/crypto/sha/asm/keccak1600-avx2.pl | 26 | # It makes other steps more intricate, but overall, is it a win? To be | COMMENT |
| MEDIUM | crypto/openssl/crypto/aes/asm/aesv8-armx.pl | 4104 | // After specially processing, utilize the five blocks processing again. | COMMENT |
| MEDIUM⚡ | crypto/openssl/crypto/aes/asm/aesni-sha1-x86_64.pl | 23 | # utilize processor resources better and achieve better performance. | COMMENT |
| MEDIUM | crypto/openssl/crypto/aes/asm/aesni-sha1-x86_64.pl | 65 | # fully utilize parallelism, so stitching would not give any gain | COMMENT |
| MEDIUM⚡ | crypto/openssl/crypto/aes/asm/aesni-sha256-x86_64.pl | 23 | # utilize processor resources better and achieve better performance. | COMMENT |
| MEDIUM | crypto/openssl/crypto/aes/asm/aes-mips.pl | 53 | # The return value is placed in $a0. Following coding rules facilitate | COMMENT |
| MEDIUM | crypto/openssl/test/run_tests.pl | 364 | # If this isn't a TAP::Parser::Aggregator, it's the pre-TAP test harness, | COMMENT |
| MEDIUM | …cipes/95-test_external_oqsprovider_data/oqsprovider.sh | 75 | # Be verbose if harness is verbose: | COMMENT |
| LOW | crypto/openssl/util/shlib_wrap.sh | 4 | # shared libraries, simply set | COMMENT |
| MEDIUM | crypto/openssl/util/perl/OpenSSL/Util.pm | 197 | # Prefix to be applied as needed. Essentially, we need to determine | COMMENT |
| LOW | crypto/openssl/util/perl/TLSProxy/NextProto.pm | 49 | # For now though since we don't support parsing we just create an empty NextProto | COMMENT |
| MEDIUM | crypto/openssl/engines/asm/e_padlock-x86.pl | 619 | # Essentially this variable belongs in thread local storage. | COMMENT |
| MEDIUM | tools/tools/mctest/mctest_run.sh | 3 | # A program to act as a test harness for the mctest program | COMMENT |
| LOW | tools/boot/boot-test.sh | 1534 | # per-arch OUTDIR/LOGDIR/TIMEOUT that setup_arch_env just set, so backgrounded | COMMENT |
| MEDIUM | tools/boot/rootgen.sh | 726 | # It's not clear that the nested looping paradigm is best for powerpc | COMMENT |
| LOW | tools/regression/iscsi/iscsi-test.sh | 294 | # just use the first target, and thus first two LUNs. | COMMENT |
| MEDIUM | libexec/rc/debug.sh | 21 | # debug.sh provides the following functions to facilitate | COMMENT |
| LOW | tests/sys/netpfil/common/dummynet.sh | 317 | # TCP should still just pass | COMMENT |
| LOW | tests/sys/netpfil/common/dummynet.sh | 426 | # TCP should still just pass | COMMENT |
| LOW | tests/sys/netpfil/pf/limiters.sh | 170 | # However, if we set no-match and exceed the limit we just pass | COMMENT |
| MEDIUM | tests/sys/netpfil/pf/pfsync_defer.py | 124 | # Expect at least a second of delay, to be somewhat robust against | COMMENT |
| LOW | usr.sbin/freebsd-update/freebsd-update.sh | 1159 | # If no records, give up -- we'll just use the server name we were given. | COMMENT |
| LOW | usr.sbin/freebsd-update/freebsd-update.sh | 2607 | # then just use the version in the new release. | COMMENT |
| LOW | usr.sbin/adduser/adduser.sh | 387 | # If an invalid shell is entered it will simply use the default shell. | COMMENT |
| MEDIUM | contrib/file/ltmain.sh | 348 | # Sed substitution that helps us do robust quoting. It backslashifies | COMMENT |
| MEDIUM | contrib/file/ltmain.sh | 5486 | # Sed substitution that helps us do robust quoting. It backslashifies | COMMENT |
| MEDIUM | contrib/file/ltmain.sh | 9460 | # This code stresses the "libraries are programs" paradigm to its | COMMENT |
| LOW | contrib/bc/configure.sh | 1654 | # to just use an implicit target, but that was found to be inadequate when I | COMMENT |
| MEDIUM | contrib/bc/include/lang.h | 122 | /// a pop from the results stack, and a free. Definitely worth it to detect. | COMMENT |
| MEDIUM | contrib/bc/project/github_issues.json | 1042 | "body": "Greetings,\r\n\r\nI am going to start with some pleasantries and BS and work from there.\r\n\r\nHello. I al | CODE |
| MEDIUM | contrib/bc/src/main.c | 70 | // Sometimes, argv[0] can be NULL. Better make sure to be robust against it. | COMMENT |
| MEDIUM | contrib/bmake/machine.sh | 22 | # leverage os.sh | COMMENT |
| MEDIUM | contrib/bmake/os.sh | 63 | # in conjunction with the for loop. | COMMENT |
| MEDIUM | contrib/ldns/ltmain.sh | 345 | # Sed substitution that helps us do robust quoting. It backslashifies | COMMENT |
| MEDIUM | contrib/ldns/ltmain.sh | 5475 | # Sed substitution that helps us do robust quoting. It backslashifies | COMMENT |
| MEDIUM | contrib/ldns/ltmain.sh | 9453 | # This code stresses the "libraries are programs" paradigm to its | COMMENT |
| LOW | contrib/ntp/include/parse.h | 338 | #define PARSE_INP_SYNTH 0x08 /* just pass up synthesized time */ | COMMENT |
| MEDIUM | contrib/ntp/sntp/libevent/ltmain.sh | 331 | # Sed substitution that helps us do robust quoting. It backslashifies | COMMENT |
| MEDIUM | contrib/ntp/sntp/libevent/ltmain.sh | 5227 | # Sed substitution that helps us do robust quoting. It backslashifies | COMMENT |
| MEDIUM | contrib/ntp/sntp/libevent/ltmain.sh | 9167 | # This code stresses the "libraries are programs" paradigm to its | COMMENT |
| MEDIUM | contrib/ntp/sntp/libevent/build-aux/ltmain.sh | 331 | # Sed substitution that helps us do robust quoting. It backslashifies | COMMENT |
| MEDIUM | contrib/ntp/sntp/libevent/build-aux/ltmain.sh | 5227 | # Sed substitution that helps us do robust quoting. It backslashifies | COMMENT |
| 192 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| CRITICAL | …-project/clang/lib/Headers/__clang_cuda_builtin_vars.h | 26 | // %0 = call i32 @llvm.nvvm.read.ptx.sreg.tid.x() #3 | COMMENT |
| CRITICAL | …/llvm-project/llvm/lib/Target/NVPTX/NVPTXLowerArgs.cpp | 129 | // %input1.gen = call ptr @llvm.nvvm.ptr.param.to.gen.p0.p101(ptr addrspace(101) %input1) | COMMENT |
| CRITICAL | …ect/llvm/lib/Target/SPIRV/SPIRVInstructionSelector.cpp | 3051 | // llvm.spv.flattened.thread.id.in.group() intrinsic in LLVM IR for SPIR-V | COMMENT |
| CRITICAL | …t/llvm/lib/Target/Hexagon/HexagonOptimizeSZextends.cpp | 90 | // %34 = tail call i32 @llvm.hexagon.A2.addh.l16.sat.ll(i32 %x, i32 %y) | COMMENT |
| CRITICAL | …b/llvm-project/llvm/lib/Target/X86/X86LowerAMXType.cpp | 168 | // %117 = call x86_amx @llvm.x86.cast.vector.to.tile.v256i32(<256 x | COMMENT |
| CRITICAL | …b/llvm-project/llvm/lib/Target/X86/X86LowerAMXType.cpp | 1076 | // %43 = call <256 x i32> @llvm.x86.cast.tile.to.vector.v256i32(x86_amx %42) | COMMENT |
| CRITICAL | …b/llvm-project/llvm/lib/Target/X86/X86LowerAMXType.cpp | 1109 | // %8 = call <256 x i32> @llvm.x86.cast.tile.to.vector.v256i32(x86_amx %7) | COMMENT |
| CRITICAL | …b/llvm-project/llvm/lib/Target/X86/X86LowerAMXType.cpp | 1132 | // %66 = call x86_amx @llvm.x86.cast.vector.to.tile(<256 x i32> %65) | COMMENT |
| CRITICAL | …b/llvm-project/llvm/lib/Target/X86/X86LowerAMXType.cpp | 1182 | // %43 = call <256 x i32> @llvm.x86.cast.tile.to.vector(x86_amx %42) | COMMENT |
| CRITICAL | …b/llvm-project/llvm/lib/Target/X86/X86LowerAMXType.cpp | 1205 | // %66 = call x86_amx @llvm.x86.cast.vector.to.tile(<256 x i32> %65) | COMMENT |
| CRITICAL⚡ | …vm/lib/Target/AMDGPU/AMDGPUImageIntrinsicOptimizer.cpp | 42 | // call float @llvm.amdgcn.image.load.2dmsaa.f32.i32(i32 1, i32 %s, i32 %t, i32 0, <8 x i32> %rsrc, i32 0, i32 0) | COMMENT |
| CRITICAL⚡ | …vm/lib/Target/AMDGPU/AMDGPUImageIntrinsicOptimizer.cpp | 43 | // call float @llvm.amdgcn.image.load.2dmsaa.f32.i32(i32 1, i32 %s, i32 %t, i32 1, <8 x i32> %rsrc, i32 0, i32 0) | COMMENT |
| CRITICAL⚡ | …vm/lib/Target/AMDGPU/AMDGPUImageIntrinsicOptimizer.cpp | 44 | // call float @llvm.amdgcn.image.load.2dmsaa.f32.i32(i32 1, i32 %s, i32 %t, i32 2, <8 x i32> %rsrc, i32 0, i32 0) | COMMENT |
| CRITICAL⚡ | …vm/lib/Target/AMDGPU/AMDGPUImageIntrinsicOptimizer.cpp | 45 | // call float @llvm.amdgcn.image.load.2dmsaa.f32.i32(i32 1, i32 %s, i32 %t, i32 3, <8 x i32> %rsrc, i32 0, i32 0) | COMMENT |
| CRITICAL⚡ | …vm/lib/Target/AMDGPU/AMDGPUImageIntrinsicOptimizer.cpp | 47 | // call <4 x float> @llvm.amdgcn.image.msaa.load.2dmsaa.v4f32.i32(i32 1, i32 %s, i32 %t, i32 0, <8 x i32> %rsrc, i32 0, | COMMENT |
| CRITICAL | …lvm/lib/Target/AMDGPU/AMDGPULowerBufferFatPointers.cpp | 213 | // %a = call @llvm.amdgcn.raw.ptr.buffer.load(ptr addrspace(8) %x.rsrc, i32 | COMMENT |
| CRITICAL | …lvm/lib/Target/AMDGPU/AMDGPULowerBufferFatPointers.cpp | 215 | // %b = call @llvm.amdgcn.raw.ptr.buffer.load(ptr addrspace(8) | COMMENT |
| CRITICAL | …oject/llvm/lib/Target/RISCV/RISCVInterleavedAccess.cpp | 79 | /// %ld2 = { <4 x i32>, <4 x i32> } call llvm.riscv.seg2.load.v4i32.p0.i64( | COMMENT |
| CRITICAL | …oject/llvm/lib/Target/RISCV/RISCVInterleavedAccess.cpp | 158 | /// call void llvm.riscv.seg3.store.v4i32.p0.i64(%sub.v0, %sub.v1, %sub.v2, | COMMENT |
| CRITICAL | …oject/llvm/lib/Target/RISCV/RISCVInterleavedAccess.cpp | 407 | /// @llvm.riscv.vlseg2.mask.nxv32i8.i64(<vscale x 32 x i8> undef, | COMMENT |
| CRITICAL | …oject/llvm/lib/Target/RISCV/RISCVInterleavedAccess.cpp | 525 | /// call void @llvm.riscv.vsseg2.mask.nxv32i8.i64( | COMMENT |
| CRITICAL | …m-project/llvm/lib/Target/AArch64/SVEIntrinsicOpts.cpp | 86 | /// %2 = <vscale x 16 x i1> call @llvm.aarch64.sve.convert.to.svbool.nxv4i1(<vscale x 4 x i1> %1) | COMMENT |
| CRITICAL | …m-project/llvm/lib/Target/AArch64/SVEIntrinsicOpts.cpp | 87 | /// %3 = <vscale x 8 x i1> call @llvm.aarch64.sve.convert.from.svbool.nxv8i1(<vscale x 16 x i1> %2) | COMMENT |
| CRITICAL | …roject/llvm/lib/Transforms/ObjCARC/ObjCARCContract.cpp | 521 | // Remove calls to @llvm.objc.clang.arc.noop.use(...). | COMMENT |
| CRITICAL | …rib/llvm-project/llvm/lib/Transforms/IPO/OpenMPOpt.cpp | 2951 | // Match: 0 == llvm.nvvm.read.ptx.sreg.tid.x() | COMMENT |
| CRITICAL | …lvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp | 2696 | /// e.g., <2 x i32> @llvm.aarch64.neon.saddlp.v2i32.v4i16(<4 x i16>) | COMMENT |
| CRITICAL | …lvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp | 3371 | /// e.g., <4 x i32> @llvm.aarch64.neon.fcvtpu.v4i32.v4f32(<4 x float>) | COMMENT |
| CRITICAL | …lvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp | 3372 | /// i32 @llvm.aarch64.neon.fcvtms.i32.f64(double) | COMMENT |
| CRITICAL | …lvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp | 3394 | /// e.g., <16 x i8> @llvm.x86.avx512.mask.pmov.qb.512(<8 x i64>, ...) | COMMENT |
| CRITICAL | …lvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp | 3880 | // e.g., declare i32 @llvm.aarch64.neon.uaddv.i32.v16i8(<16 x i8>) | COMMENT |
| CRITICAL | …lvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp | 3895 | // e.g., call float @llvm.vector.reduce.fadd.f32.v2f32(float %a0, <2 x float> | COMMENT |
| CRITICAL | …lvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp | 4188 | // e.g., void @llvm.x86.avx.maskstore.ps.256(ptr, <8 x i32>, <8 x float>) | COMMENT |
| CRITICAL | …lvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp | 4252 | // e.g., <8 x float> @llvm.x86.avx.maskload.ps.256(ptr, <8 x i32>) | COMMENT |
| CRITICAL | …lvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp | 4783 | // call {<8 x i8>, <8 x i8>} @llvm.aarch64.neon.ld2.v8i8.p0(ptr %A) | COMMENT |
| CRITICAL | contrib/libxo/xohtml/external/jquery.qtip.js | 2388 | method = api.options.position.adjust.method.split(' '), | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | CONTRIBUTING.md | 54 | * Changes generated by AI tools without substantial human review and validation. | COMMENT |
| HIGH | crypto/openssh/libcrux_internal.h | 619 | * This code was generated with the following revisions: | COMMENT |
| HIGH | crypto/openssh/libcrux_internal.h | 4003 | * This code was generated with the following revisions: | COMMENT |
| HIGH | crypto/openssh/libcrux_internal.h | 8546 | * This code was generated with the following revisions: | COMMENT |
| HIGH | crypto/openssh/libcrux_internal.h | 9020 | * This code was generated with the following revisions: | COMMENT |
| HIGH | crypto/openssh/libcrux_internal.h | 15746 | * This code was generated with the following revisions: | COMMENT |
| HIGH | crypto/openssh/libcrux_internal.h | 15873 | * This code was generated with the following revisions: | COMMENT |
| HIGH | crypto/openssh/libcrux_internal.h | 20517 | * This code was generated with the following revisions: | COMMENT |
| HIGH | crypto/openssh/libcrux_internal.h | 20690 | * This code was generated with the following revisions: | COMMENT |
| HIGH | crypto/openssh/libcrux_internal.h | 20878 | * This code was generated with the following revisions: | COMMENT |
| HIGH | crypto/openssh/libcrux_internal.h | 21051 | * This code was generated with the following revisions: | COMMENT |
| HIGH | contrib/llvm-project/compiler-rt/lib/asan/asan_rtl.cpp | 561 | // Initialize as requested from some part of ASan runtime library (interceptors, | COMMENT |
| HIGH | contrib/llvm-project/compiler-rt/lib/asan/asan_rtl.cpp | 674 | // Initialize as requested from instrumented application code. | COMMENT |
| HIGH | …b/llvm-project/compiler-rt/lib/memprof/memprof_rtl.cpp | 240 | // Initialize as requested from some part of MemProf runtime library | COMMENT |
| HIGH | …b/llvm-project/compiler-rt/lib/memprof/memprof_rtl.cpp | 261 | // Initialize as requested from instrumented application code. | COMMENT |
| HIGH | …vm-project/compiler-rt/lib/scudo/standalone/combined.h | 1064 | // Return the size of a chunk as requested during its allocation. | COMMENT |
| HIGH | …llvm-project/compiler-rt/lib/scudo/standalone/common.h | 183 | // as many bytes as requested, and avoid interruptions (on Linux). | COMMENT |
| HIGH | contrib/llvm-project/clang/lib/Sema/SemaOverload.cpp | 16677 | // diagnostic, as requested. | COMMENT |
| HIGH | …db/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp | 8706 | // enumeration string value, else just display it as requested. | COMMENT |
| HIGH | …rib/llvm-project/lldb/source/Target/StackFrameList.cpp | 629 | // GetFramesUpTo will fill m_frames with as many frames as you asked for, if | COMMENT |
| HIGH | contrib/llvm-project/lldb/source/Target/Target.cpp | 2032 | // If we read from the file cache but can't get as many bytes as requested, | COMMENT |
| HIGH | …ct/llvm/lib/DWARFLinker/Parallel/DependencyTracker.cpp | 389 | // c) set as requested. | COMMENT |
| HIGH | …ib/llvm-project/llvm/lib/Target/M68k/M68kInstrInfo.cpp | 212 | // Otherwise preserve TBB, FBB and Cond as requested | COMMENT |
| HIGH | …vm-project/llvm/lib/Target/PowerPC/PPCISelLowering.cpp | 4145 | // ByVal parameters are aligned as requested. | COMMENT |
| HIGH | …ib/Target/Hexagon/Disassembler/HexagonDisassembler.cpp | 114 | // Forward declare these because the auto-generated code will reference them. | COMMENT |
| HIGH | …vm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUAsmBackend.cpp | 205 | // We are properly aligned, so write NOPs as requested. | COMMENT |
| HIGH | …/lib/Target/AArch64/MCTargetDesc/AArch64AsmBackend.cpp | 517 | // We are properly aligned, so write NOPs as requested. | COMMENT |
| HIGH | contrib/llvm-project/llvm/lib/Target/BPF/BTFDebug.cpp | 1365 | /// On-demand populate types as requested from abstract member | COMMENT |
| HIGH | …m-project/llvm/lib/CodeGen/ExpandVectorPredication.cpp | 201 | /// Expand llvm.vp.* intrinsics as requested by \p TTI. | COMMENT |
| HIGH | …ib/llvm-project/llvm/lib/Transforms/IPO/Attributor.cpp | 2594 | // Rewrite the functions as requested during manifest. | COMMENT |
| HIGH | contrib/lutok/state_test.cpp | 177 | /// the repetition of 'A' as many times as requested. | COMMENT |
| HIGH⚡ | contrib/libpcap/pcap-common.c | 618 | * FlexRay automotive bus - http://www.flexray.com/ - as requested | COMMENT |
| HIGH⚡ | contrib/libpcap/pcap-common.c | 625 | * transport - https://www.mostcooperation.com/ - as requested | COMMENT |
| HIGH⚡ | contrib/libpcap/pcap-common.c | 632 | * http://www.lin-subbus.org/ - as requested by Hannes Kaelber | COMMENT |
| HIGH⚡ | contrib/libpcap/pcap/dlt.h | 957 | * FlexRay automotive bus - http://www.flexray.com/ - as requested | COMMENT |
| HIGH⚡ | contrib/libpcap/pcap/dlt.h | 964 | * transport - https://www.mostcooperation.com/ - as requested | COMMENT |
| HIGH⚡ | contrib/libpcap/pcap/dlt.h | 971 | * http://www.lin-subbus.org/ - as requested by Hannes Kaelber | COMMENT |
| HIGH⚡ | sys/net/dlt.h | 957 | * FlexRay automotive bus - http://www.flexray.com/ - as requested | COMMENT |
| HIGH⚡ | sys/net/dlt.h | 964 | * transport - https://www.mostcooperation.com/ - as requested | COMMENT |
| HIGH⚡ | sys/net/dlt.h | 971 | * http://www.lin-subbus.org/ - as requested by Hannes Kaelber | COMMENT |
| HIGH | sys/netlink/netlink.h | 113 | #define NLM_F_DUMP_FILTERED 0x20 /* Dump was filtered as requested */ | COMMENT |
| HIGH | sys/contrib/edk2/Include/Protocol/MpService.h | 639 | /// whenever the APs are disabled or the APs are not executing code as requested | COMMENT |
| HIGH | sys/sys/mman.h | 79 | #define MAP_FIXED 0x0010 /* map addr must be exactly as requested */ | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | crypto/heimdal/lib/wind/rfc3454.py | 38 | CODE | |
| LOW | crypto/heimdal/lib/wind/rfc4518.py | 37 | CODE | |
| LOW | crypto/heimdal/lib/wind/rfc4518.py | 38 | CODE | |
| LOW | crypto/heimdal/lib/wind/stringprep.py | 37 | CODE | |
| LOW | crypto/krb5/src/clients/kvno/t_kvno.py | 1 | CODE | |
| LOW | crypto/krb5/src/clients/ksu/t_ksu.py | 1 | CODE | |
| LOW | crypto/krb5/src/clients/ksu/t_ksu.py | 3 | CODE | |
| LOW | crypto/krb5/src/util/testrealm.py | 29 | CODE | |
| LOW | crypto/krb5/src/util/krb5-check-copyright.py | 27 | CODE | |
| LOW | crypto/krb5/src/util/k5test.py | 394 | CODE | |
| LOW | crypto/krb5/src/util/krb5-mark-cstyle.py | 4 | CODE | |
| LOW | crypto/krb5/src/appl/user_user/t_user2user.py | 1 | CODE | |
| LOW | crypto/krb5/src/appl/simple/t_simple.py | 1 | CODE | |
| LOW | crypto/krb5/src/appl/sample/t_sample.py | 1 | CODE | |
| LOW | crypto/krb5/src/appl/gss-sample/t_gss_sample.py | 23 | CODE | |
| LOW | crypto/krb5/src/kdc/t_sockact.py | 1 | CODE | |
| LOW | crypto/krb5/src/kdc/t_workers.py | 1 | CODE | |
| LOW | crypto/krb5/src/kdc/t_emptytgt.py | 1 | CODE | |
| LOW | crypto/krb5/src/kdc/t_bigreply.py | 1 | CODE | |
| LOW | crypto/krb5/src/lib/kadm5/t_kadm5.py | 1 | CODE | |
| LOW | crypto/krb5/src/lib/kdb/t_stringattr.py | 1 | CODE | |
| LOW | crypto/krb5/src/lib/krad/t_daemon.py | 27 | CODE | |
| LOW | crypto/krb5/src/lib/krad/t_daemon.py | 29 | CODE | |
| LOW | crypto/krb5/src/lib/krb5/ccache/t_cccol.py | 1 | CODE | |
| LOW | crypto/krb5/src/lib/krb5/os/t_ctxprf.py | 1 | CODE | |
| LOW | crypto/krb5/src/lib/krb5/os/t_discover_uri.py | 1 | CODE | |
| LOW | crypto/krb5/src/lib/krb5/krb/t_expire_warn.py | 23 | CODE | |
| LOW | crypto/krb5/src/lib/krb5/krb/t_in_ccache_patypes.py | 23 | CODE | |
| LOW | crypto/krb5/src/lib/krb5/krb/t_get_etype_info.py | 1 | CODE | |
| LOW | crypto/krb5/src/lib/krb5/krb/t_vfy_increds.py | 23 | CODE | |
| LOW | crypto/krb5/src/lib/rpc/unit-test/t_rpc.py | 3 | CODE | |
| LOW | crypto/krb5/src/kadmin/dbutil/t_tdumputil.py | 1 | CODE | |
| LOW | crypto/krb5/src/kadmin/dbutil/t_tdumputil.py | 2 | CODE | |
| LOW | crypto/openssl/test/slhdsa_parse.py | 26 | CODE | |
| LOW | crypto/openssl/test/mldsa_wycheproof_parse.py | 26 | CODE | |
| LOW | crypto/openssl/test/cms-msg/make_missing_kdf_der.py | 16 | CODE | |
| LOW | tools/tools/notescheck/notescheck.py | 9 | CODE | |
| LOW | tools/tools/shlib-compat/shlib-compat.py | 28 | CODE | |
| LOW | tools/sched/schedgraph.py | 28 | CODE | |
| LOW | tools/sched/schedgraph.py | 34 | CODE | |
| LOW | tools/regression/netinet/ip_id_period/ip_id_period.py | 29 | CODE | |
| LOW | tools/bus_space/examples/am79c900_diag.py | 49 | CODE | |
| LOW | usr.bin/fortune/tools/do_uniq.py | 5 | CODE | |
| LOW | sbin/ping/tests/injection.py | 4 | CODE | |
| LOW | sbin/ping/tests/injection.py | 12 | CODE | |
| LOW | sbin/ping/tests/injection.py | 13 | CODE | |
| LOW | sbin/ipfw/tests/test_add_rule.py | 1 | CODE | |
| LOW | sbin/ipfw/tests/test_add_rule.py | 2 | CODE | |
| LOW | sbin/ipfw/tests/test_add_rule.py | 3 | CODE | |
| LOW | sbin/ipfw/tests/test_add_rule.py | 4 | CODE | |
| LOW | sbin/ipfw/tests/test_add_rule.py | 5 | CODE | |
| LOW | sbin/ipfw/tests/test_add_rule.py | 6 | CODE | |
| LOW | sbin/ipfw/tests/test_add_rule.py | 7 | CODE | |
| LOW | sbin/ipfw/tests/test_add_rule.py | 8 | CODE | |
| LOW | sbin/ipfw/tests/test_add_rule.py | 9 | CODE | |
| LOW | sbin/ipfw/tests/test_add_rule.py | 10 | CODE | |
| LOW | sbin/ipfw/tests/test_add_rule.py | 11 | CODE | |
| LOW | sbin/ipfw/tests/test_add_rule.py | 12 | CODE | |
| LOW | sbin/ipfw/tests/test_add_rule.py | 13 | CODE | |
| LOW | sbin/ipfw/tests/test_add_rule.py | 14 | CODE | |
| 260 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …ypto/krb5/src/lib/gssapi/krb5/set_allowable_enctypes.c | 44 | * The purpose of this function is to limit the keys that may | COMMENT |
| LOW | crypto/krb5/src/lib/gssapi/krb5/gssapi_krb5.h | 218 | * The purpose of this function is to limit the keys that may | COMMENT |
| LOW | crypto/openssl/crypto/LPdir_unix.c | 68 | * small value (HP-UX offers 14), so we need to check if we got a result, and | COMMENT |
| LOW | contrib/elftoolchain/libelf/elf_begin.c | 67 | * using a valid file descriptor, we need to check if | COMMENT |
| LOW | contrib/bmake/meta.c | 1147 | * We need to check if the target is out-of-date. This includes | COMMENT |
| LOW | contrib/ofed/opensm/opensm/osm_link_mgr.c | 145 | we need to check if this is enhanced or base port 0. | CODE |
| LOW | contrib/ntp/sntp/libopts/makeshell.c | 239 | * The purpose of this function is to assign "long usage", short usage | COMMENT |
| LOW⚡ | contrib/llvm-project/libcxx/src/ryu/f2s.cpp | 172 | // Step 2: Determine the interval of valid decimal representations. | COMMENT |
| LOW⚡ | contrib/llvm-project/libcxx/src/ryu/f2s.cpp | 179 | // Step 3: Convert to a decimal power base using 64-bit arithmetic. | COMMENT |
| LOW | contrib/llvm-project/libcxx/src/ryu/f2s.cpp | 241 | // Step 4: Find the shortest decimal representation in the interval of valid representations. | COMMENT |
| LOW | contrib/llvm-project/libcxx/src/ryu/f2s.cpp | 423 | // Step 5: Print the decimal representation. | COMMENT |
| LOW | contrib/llvm-project/libcxx/src/ryu/f2s.cpp | 668 | // Step 1: Decode the floating-point number, and unify normalized and subnormal cases. | COMMENT |
| LOW⚡ | contrib/llvm-project/libcxx/src/ryu/d2s.cpp | 198 | // Step 2: Determine the interval of valid decimal representations. | COMMENT |
| LOW⚡ | contrib/llvm-project/libcxx/src/ryu/d2s.cpp | 206 | // Step 3: Convert to a decimal power base using 128-bit arithmetic. | COMMENT |
| LOW | contrib/llvm-project/libcxx/src/ryu/d2s.cpp | 265 | // Step 4: Find the shortest decimal representation in the interval of valid representations. | COMMENT |
| LOW | contrib/llvm-project/libcxx/src/ryu/d2s.cpp | 358 | // Step 5: Print the decimal representation. | COMMENT |
| LOW | contrib/llvm-project/libcxx/src/ryu/d2s.cpp | 707 | // Step 1: Decode the floating-point number, and unify normalized and subnormal cases. | COMMENT |
| LOW | …roject/libc/include/llvm-libc-macros/inttypes-macros.h | 118 | // only recent clang provides these macros, so we need to check if they are | COMMENT |
| LOW | contrib/llvm-project/libc/shared/rpc.h | 534 | // Once we acquire the index we need to check if we are in a valid sending | COMMENT |
| LOW | …/llvm-project/libc/src/__support/OSUtil/linux/vdso.cpp | 115 | // now we need to check if it has the right version | COMMENT |
| LOW⚡ | …ect/clang/utils/TableGen/ClangOpenCLBuiltinEmitter.cpp | 775 | // Step 1: A switch statement fills a vector with scalar base types for the | COMMENT |
| LOW⚡ | …ect/clang/utils/TableGen/ClangOpenCLBuiltinEmitter.cpp | 778 | // Step 2: Qualifiers and other type properties such as vector size are | COMMENT |
| LOW | contrib/llvm-project/clang/lib/Lex/PPDirectives.cpp | 307 | // We need to check if `Candidates` has the exact case-insensitive string | COMMENT |
| LOW | …trib/llvm-project/clang/lib/Sema/HeuristicResolver.cpp | 406 | // The purpose of this function is to handle the dependent (Kind == | COMMENT |
| LOW | …ct/clang/lib/StaticAnalyzer/Checkers/StreamChecker.cpp | 1242 | // so we need to check if it is in range [0, 255]. | COMMENT |
| LOW | …ng/lib/StaticAnalyzer/Core/ExprEngineCallAndReturn.cpp | 271 | // Step 2: generate node with bound return value: CEBNode -> BindedRetNode. | COMMENT |
| LOW | …ng/lib/StaticAnalyzer/Core/ExprEngineCallAndReturn.cpp | 343 | // Step 3: BindedRetNode -> CleanedNodes | COMMENT |
| LOW | …ng/lib/StaticAnalyzer/Core/ExprEngineCallAndReturn.cpp | 378 | // Step 4: Generate the CallExit and leave the callee's context. | COMMENT |
| LOW | …ng/lib/StaticAnalyzer/Core/ExprEngineCallAndReturn.cpp | 389 | // Step 5: Perform the post-condition check of the CallExpr and enqueue the | COMMENT |
| LOW | …rib/llvm-project/clang/lib/CodeGen/CGOpenMPRuntime.cpp | 7392 | // We need to check if we will be encountering any MEs. If we do not | COMMENT |
| LOW⚡ | contrib/llvm-project/clang/lib/CodeGen/Targets/M68k.cpp | 38 | // Step 1: Set ISR calling convention. | COMMENT |
| LOW⚡ | contrib/llvm-project/clang/lib/CodeGen/Targets/M68k.cpp | 41 | // Step 2: Add attributes goodness. | COMMENT |
| LOW⚡ | contrib/llvm-project/clang/lib/CodeGen/Targets/M68k.cpp | 44 | // Step 3: Emit ISR vector alias. | COMMENT |
| LOW⚡ | …trib/llvm-project/clang/lib/CodeGen/Targets/MSP430.cpp | 86 | // Step 1: Set ISR calling convention. | COMMENT |
| LOW⚡ | …trib/llvm-project/clang/lib/CodeGen/Targets/MSP430.cpp | 89 | // Step 2: Add attributes goodness. | COMMENT |
| LOW | contrib/llvm-project/clang/lib/AST/ASTImporter.cpp | 2404 | // If we have a field that is an ArrayType we need to check if the array | COMMENT |
| LOW | …ject/lldb/include/lldb/Breakpoint/BreakpointResolver.h | 104 | /// This section handles serializing and deserializing from StructuredData | COMMENT |
| LOW | …rce/Plugins/Language/CPlusPlus/CPlusPlusNameParser.cpp | 147 | // Step 1: | COMMENT |
| LOW | …rce/Plugins/Language/CPlusPlus/CPlusPlusNameParser.cpp | 160 | // Step 2: | COMMENT |
| LOW | …rce/Plugins/Language/CPlusPlus/CPlusPlusNameParser.cpp | 171 | // Step 3: | COMMENT |
| LOW | …rce/Plugins/Language/CPlusPlus/CPlusPlusNameParser.cpp | 189 | // Step 4: | COMMENT |
| LOW | …db/source/Plugins/Architecture/Arm/ArchitectureArm.cpp | 39 | // We need to check if we are stopped in Thumb mode in a IT instruction and | COMMENT |
| LOW | contrib/llvm-project/lldb/source/Symbol/Variable.cpp | 242 | // We need to check if the address is valid for both scope range and value | COMMENT |
| LOW | contrib/llvm-project/lldb/source/Expression/REPL.cpp | 273 | // We typed "quit" or an alias to quit so we need to check if the | COMMENT |
| LOW⚡ | contrib/llvm-project/llvm/tools/bugpoint/FindBugs.cpp | 42 | // Step 1: Randomize the order of the optimizer passes. | COMMENT |
| LOW⚡ | contrib/llvm-project/llvm/tools/bugpoint/FindBugs.cpp | 47 | // Step 2: Run optimizer passes on the program and check for success. | COMMENT |
| LOW | contrib/llvm-project/llvm/tools/bugpoint/FindBugs.cpp | 63 | // Step 3: Compile the optimized code. | COMMENT |
| LOW | contrib/llvm-project/llvm/tools/bugpoint/FindBugs.cpp | 74 | // Step 4: Run the program and compare its output to the reference | COMMENT |
| LOW⚡ | contrib/llvm-project/llvm/include/llvm/ADT/BitVector.h | 611 | // Step 1: Word[0] >>= 4 ; 0x0ABBCCDD | COMMENT |
| LOW⚡ | contrib/llvm-project/llvm/include/llvm/ADT/BitVector.h | 612 | // Step 2: Word[0] |= 0x10000000 ; 0x1ABBCCDD | COMMENT |
| LOW⚡ | contrib/llvm-project/llvm/include/llvm/ADT/BitVector.h | 613 | // Step 3: Word[1] >>= 4 ; 0x0EEFF001 | COMMENT |
| LOW⚡ | contrib/llvm-project/llvm/include/llvm/ADT/BitVector.h | 614 | // Step 4: Word[1] |= 0x50000000 ; 0x5EEFF001 | COMMENT |
| LOW⚡ | contrib/llvm-project/llvm/include/llvm/ADT/BitVector.h | 615 | // Step 5: Word[2] >>= 4 ; 0x02334455 | COMMENT |
| LOW⚡ | contrib/llvm-project/llvm/include/llvm/ADT/BitVector.h | 661 | // Step 1: Word[2] <<= 4 ; 0x23344550 | COMMENT |
| LOW⚡ | contrib/llvm-project/llvm/include/llvm/ADT/BitVector.h | 662 | // Step 2: Word[2] |= 0x0000000E ; 0x2334455E | COMMENT |
| LOW⚡ | contrib/llvm-project/llvm/include/llvm/ADT/BitVector.h | 663 | // Step 3: Word[1] <<= 4 ; 0xEFF00110 | COMMENT |
| LOW⚡ | contrib/llvm-project/llvm/include/llvm/ADT/BitVector.h | 664 | // Step 4: Word[1] |= 0x0000000A ; 0xEFF0011A | COMMENT |
| LOW⚡ | contrib/llvm-project/llvm/include/llvm/ADT/BitVector.h | 665 | // Step 5: Word[0] <<= 4 ; 0xABBCCDD0 | COMMENT |
| LOW | …llvm/CodeGen/GlobalISel/LegalizationArtifactCombiner.h | 1298 | // TODO: Do we need to check if the resulting extract is supported? | COMMENT |
| LOW⚡ | …oject/llvm/utils/TableGen/Common/GlobalISel/Patterns.h | 504 | /// Step 1: Check each pattern one by one. All patterns that pass through here | COMMENT |
| 118 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | crypto/openssl/crypto/bn/asm/ppc.pl | 268 | # NOTE: The following label name should be changed to | COMMENT |
| LOW | crypto/openssl/crypto/bn/asm/ppc.pl | 406 | # NOTE: The following label name should be changed to | COMMENT |
| LOW | crypto/openssl/crypto/bn/asm/ppc.pl | 834 | # NOTE: The following label name should be changed to | COMMENT |
| LOW | crypto/openssl/crypto/bn/asm/ppc.pl | 988 | # NOTE: The following label name should be changed to | COMMENT |
| LOW | crypto/openssl/crypto/bn/asm/ppc.pl | 1527 | # NOTE: The following label name should be changed to | COMMENT |
| LOW | crypto/openssl/crypto/bn/asm/ppc.pl | 1578 | # NOTE: The following label name should be changed to | COMMENT |
| LOW | crypto/openssl/crypto/bn/asm/ppc.pl | 1624 | # NOTE: The following label name should be changed to | COMMENT |
| LOW | crypto/openssl/crypto/bn/asm/ppc.pl | 1740 | # NOTE: The following label name should be changed to | COMMENT |
| LOW | crypto/openssl/crypto/bn/asm/ppc.pl | 1782 | # NOTE: The following label name should be changed to | COMMENT |
| LOW | crypto/openssl/crypto/bn/asm/ppc.pl | 1888 | # NOTE: The following label name should be changed to | COMMENT |
| LOW⚡ | contrib/netbsd-tests/dev/sysmon/t_swsensor.sh | 129 | # Step 0 - verify that sensor is registered | COMMENT |
| LOW⚡ | contrib/netbsd-tests/dev/sysmon/t_swsensor.sh | 133 | # Step 1 - update the refresh-timeout and verify | COMMENT |
| LOW⚡ | contrib/netbsd-tests/dev/sysmon/t_swsensor.sh | 140 | # Step 2 - verify that we can read sensor's value | COMMENT |
| LOW⚡ | contrib/netbsd-tests/dev/sysmon/t_swsensor.sh | 145 | # Step 3 - verify that changes in sensor value are seen | COMMENT |
| LOW⚡ | contrib/netbsd-tests/dev/sysmon/t_swsensor.sh | 151 | # Step 4 - if sensor provides hw limit, make sure we can read it | COMMENT |
| LOW⚡ | contrib/netbsd-tests/dev/sysmon/t_swsensor.sh | 158 | # Step 5 - if sensor provides hw limit, make sure it works | COMMENT |
| LOW | contrib/netbsd-tests/dev/sysmon/t_swsensor.sh | 175 | # Step 6 - verify that we return to normal state | COMMENT |
| LOW | contrib/netbsd-tests/dev/sysmon/t_swsensor.sh | 192 | # Step 7 - verify that we can set our own limit | COMMENT |
| LOW | contrib/netbsd-tests/dev/sysmon/t_swsensor.sh | 201 | # Step 8 - make sure user-set limit works | COMMENT |
| LOW | contrib/netbsd-tests/dev/sysmon/t_swsensor.sh | 218 | # Step 9 - verify that we return to normal state | COMMENT |
| LOW | contrib/netbsd-tests/dev/sysmon/t_swsensor.sh | 235 | # Step 10 - reset to defaults | COMMENT |
| LOW | contrib/netbsd-tests/dev/sysmon/t_swsensor.sh | 246 | # Step 11 - see if more events occur | COMMENT |
| LOW | contrib/netbsd-tests/dev/sysmon/t_swsensor.sh | 263 | # Step 12 - make sure we can set new limits once more | COMMENT |
| LOW | contrib/netbsd-tests/dev/sysmon/t_swsensor.sh | 274 | # Step 13 - confirm registration (or lack thereof) with rndctl | COMMENT |
| LOW | contrib/netbsd-tests/dev/sysmon/t_swsensor.sh | 291 | # Step 14 - make sure entropy collected when device is being polled | COMMENT |
| LOW | contrib/netbsd-tests/dev/sysmon/t_swsensor.sh | 310 | # Step 15 - make sure entropy collected when device is interrogated | COMMENT |
| LOW | contrib/xz/src/liblzma/common/stream_decoder_mt.c | 1811 | // NOTE: This function gets/sets memlimit_stop. For now, | COMMENT |
| LOW | contrib/xz/src/liblzma/common/index_hash.c | 182 | // NOTE: This function has many similarities to index_encode() and | COMMENT |
| LOW | contrib/xz/src/liblzma/common/block_util.c | 50 | // NOTE: This function is used for validation too, so it is | COMMENT |
| LOW⚡ | contrib/llvm-project/libcxx/src/ryu/f2s.cpp | 172 | // Step 2: Determine the interval of valid decimal representations. | COMMENT |
| LOW⚡ | contrib/llvm-project/libcxx/src/ryu/f2s.cpp | 179 | // Step 3: Convert to a decimal power base using 64-bit arithmetic. | COMMENT |
| LOW | contrib/llvm-project/libcxx/src/ryu/f2s.cpp | 241 | // Step 4: Find the shortest decimal representation in the interval of valid representations. | COMMENT |
| LOW | contrib/llvm-project/libcxx/src/ryu/f2s.cpp | 423 | // Step 5: Print the decimal representation. | COMMENT |
| LOW | contrib/llvm-project/libcxx/src/ryu/f2s.cpp | 668 | // Step 1: Decode the floating-point number, and unify normalized and subnormal cases. | COMMENT |
| LOW⚡ | contrib/llvm-project/libcxx/src/ryu/d2s.cpp | 198 | // Step 2: Determine the interval of valid decimal representations. | COMMENT |
| LOW⚡ | contrib/llvm-project/libcxx/src/ryu/d2s.cpp | 206 | // Step 3: Convert to a decimal power base using 128-bit arithmetic. | COMMENT |
| LOW | contrib/llvm-project/libcxx/src/ryu/d2s.cpp | 265 | // Step 4: Find the shortest decimal representation in the interval of valid representations. | COMMENT |
| LOW | contrib/llvm-project/libcxx/src/ryu/d2s.cpp | 358 | // Step 5: Print the decimal representation. | COMMENT |
| LOW | contrib/llvm-project/libcxx/src/ryu/d2s.cpp | 707 | // Step 1: Decode the floating-point number, and unify normalized and subnormal cases. | COMMENT |
| LOW | …-project/compiler-rt/include/xray/xray_log_interface.h | 205 | /// NOTE: This function does NOT attempt to finalize the currently installed | COMMENT |
| LOW | …-project/compiler-rt/include/xray/xray_log_interface.h | 255 | /// NOTE: This function does NOT attempt to finalize the currently installed | COMMENT |
| LOW | …llvm-project/compiler-rt/lib/scudo/standalone/vector.h | 23 | // NOTE: This class is not meant to be used directly, use Vector<T> instead. | COMMENT |
| LOW | …ntrib/llvm-project/libc/src/__support/threads/thread.h | 220 | // NOTE: This function is to be used for testing only. There is no standard | COMMENT |
| LOW | …ang/StaticAnalyzer/Core/PathSensitive/CheckerContext.h | 401 | /// NOTE: This method relies on heuristics; extend it if you need to handle a | COMMENT |
| LOW | …cAnalyzer/Core/PathSensitive/RangedConstraintManager.h | 250 | /// NOTE: This function is NOT self-inverse for truncations, because of | COMMENT |
| LOW | …cAnalyzer/Core/PathSensitive/RangedConstraintManager.h | 274 | /// NOTE: This function relies on the fact that all values in the | COMMENT |
| LOW⚡ | …ect/clang/utils/TableGen/ClangOpenCLBuiltinEmitter.cpp | 775 | // Step 1: A switch statement fills a vector with scalar base types for the | COMMENT |
| LOW⚡ | …ect/clang/utils/TableGen/ClangOpenCLBuiltinEmitter.cpp | 778 | // Step 2: Qualifiers and other type properties such as vector size are | COMMENT |
| LOW | …lang/lib/StaticAnalyzer/Checkers/ArrayBoundChecker.cpp | 237 | // NOTE: This function is the "heart" of this checker. It simplifies | COMMENT |
| LOW | …ng/lib/StaticAnalyzer/Core/ExprEngineCallAndReturn.cpp | 271 | // Step 2: generate node with bound return value: CEBNode -> BindedRetNode. | COMMENT |
| LOW | …ng/lib/StaticAnalyzer/Core/ExprEngineCallAndReturn.cpp | 343 | // Step 3: BindedRetNode -> CleanedNodes | COMMENT |
| LOW | …ng/lib/StaticAnalyzer/Core/ExprEngineCallAndReturn.cpp | 378 | // Step 4: Generate the CallExit and leave the callee's context. | COMMENT |
| LOW | …ng/lib/StaticAnalyzer/Core/ExprEngineCallAndReturn.cpp | 389 | // Step 5: Perform the post-condition check of the CallExpr and enqueue the | COMMENT |
| LOW⚡ | contrib/llvm-project/clang/lib/CodeGen/Targets/M68k.cpp | 38 | // Step 1: Set ISR calling convention. | COMMENT |
| LOW⚡ | contrib/llvm-project/clang/lib/CodeGen/Targets/M68k.cpp | 41 | // Step 2: Add attributes goodness. | COMMENT |
| LOW⚡ | contrib/llvm-project/clang/lib/CodeGen/Targets/M68k.cpp | 44 | // Step 3: Emit ISR vector alias. | COMMENT |
| LOW⚡ | …trib/llvm-project/clang/lib/CodeGen/Targets/MSP430.cpp | 86 | // Step 1: Set ISR calling convention. | COMMENT |
| LOW⚡ | …trib/llvm-project/clang/lib/CodeGen/Targets/MSP430.cpp | 89 | // Step 2: Add attributes goodness. | COMMENT |
| LOW | contrib/llvm-project/lldb/include/lldb/Host/File.h | 79 | /// NOTE: This function is NOT thread safe. Use the read function | COMMENT |
| LOW | contrib/llvm-project/lldb/include/lldb/Host/File.h | 94 | /// NOTE: This function is NOT thread safe. Use the write function | COMMENT |
| 88 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | crypto/openssh/regress/unittests/sshsig/webauthn.html | 745 | function toggleNamespaceVisibility() { | CODE |
| LOW | crypto/krb5/src/util/cstyle-file.py | 108 | def check_trailing_whitespace(line, ln): | CODE |
| LOW | crypto/krb5/src/util/cstyle-file.py | 164 | def check_parenthesized_return(line, ln): | CODE |
| LOW | crypto/krb5/src/util/cstyle-file.py | 203 | def check_assignment_in_conditional(line, ln): | CODE |
| LOW | …ecc/src/arithmetic_tests/arithmetic_tests_generator.py | 1213 | def get_random_prime_sieve_candidate(wlen, maxwlensize): | CODE |
| LOW | tools/tools/shlib-compat/shlib-compat.py | 597 | def build_unspecified_parameters(self, raw): | CODE |
| LOW | sbin/ipfw/tests/test_add_rule.py | 683 | def test_add_single_instruction(self, insn): | CODE |
| LOW | tests/conftest.py | 102 | def pytest_pycollect_makeitem(collector, name, obj): | CODE |
| LOW | tests/conftest.py | 108 | def pytest_collection_modifyitems(session, config, items): | CODE |
| LOW | tests/sys/net/routing/test_rtsock_multipath.py | 144 | def _test_rtm_multipath_add_same_eexist(self, gws): | CODE |
| LOW | tests/sys/net/routing/test_rtsock_multipath.py | 168 | def _test_rtm_multipath_del_unknown_esrch(self, gws, target_gw): | CODE |
| LOW | tests/sys/net/routing/test_rtsock_multipath.py | 193 | def _test_rtm_multipath_change_unknown_esrch(self, gws, target_gw): | CODE |
| LOW | tests/sys/net/routing/test_rtsock_multipath.py | 234 | def _test_rtm_multipath_getroute(self, gws): | CODE |
| LOW | tests/sys/net/routing/test_routing_l3.py | 58 | def test_change_prefix_route_same_iface(self, family): | CODE |
| LOW | tests/sys/netlink/test_rtnl_iface.py | 48 | def test_get_iface_byname_error(self): | CODE |
| LOW | tests/sys/netlink/test_rtnl_iface.py | 60 | def test_get_iface_byindex_error(self): | CODE |
| LOW | tests/sys/netlink/test_rtnl_iface.py | 97 | def test_create_iface_plain_retvals(self): | CODE |
| LOW | tests/sys/netlink/test_netlink_message_writer.py | 31 | def test_nlbuf_writer_allocation(self, sz, malloc_flags): | CODE |
| LOW | tests/sys/common/sender.py | 61 | def check_forwarded_ip_packet(orig_pkt, fwd_pkt): | CODE |
| LOW | tests/sys/common/divert.py | 49 | def ipdivert_ip_output_remote_success(args): | CODE |
| LOW | tests/sys/common/divert.py | 63 | def ipdivert_ip_input_local_success(args): | CODE |
| LOW | tests/sys/netpfil/pf/sctp.py | 373 | def test_permutation_if_bound(self): | CODE |
| LOW | tests/sys/netpfil/pf/sctp.py | 408 | def test_permutation_floating(self): | CODE |
| LOW | tests/sys/netpfil/pf/sctp.py | 805 | def test_permutation_floating(self): | CODE |
| LOW | tests/sys/netpfil/pf/icmp.py | 159 | def test_fragmentation_needed(self): | CODE |
| LOW | tests/examples/test_examples.py | 92 | def cleanup_test_with_cleanup(self, test_id): | CODE |
| LOW | contrib/file/python/tests.py | 20 | def test_detect_from_filename(self): | CODE |
| LOW | contrib/jemalloc/scripts/gen_travis.py | 210 | def generate_unusual_combinations(unusuals, max_unusual_opts): | STRING |
| LOW | contrib/ntp/ntpd/refclock_ripencc.c | 3186 | * T_REPORT.C consists of a primary function TranslateTSIPReportToText() | COMMENT |
| LOW | contrib/ntp/sntp/unity/auto/generate_test_runner.rb | 246 | def create_suite_setup_and_teardown(output) | CODE |
| LOW | …s/ScriptInterpreter/Python/ScriptInterpreterPython.cpp | 3151 | PyRun_SimpleString("def lldb_setup_sigint_handler():\n" | CODE |
| LOW | …b/llvm-project/llvm/include/llvm/PassAnalysisSupport.h | 37 | class PMDataManager; | CODE |
| LOW | contrib/llvm-project/llvm/include/llvm/Pass.h | 45 | class PMDataManager; | CODE |
| LOW | …llvm-project/llvm/include/llvm/IR/LegacyPassManagers.h | 50 | // [o] class PMDataManager; | COMMENT |
| LOW | …llvm-project/llvm/include/llvm/IR/LegacyPassManagers.h | 94 | class PMDataManager; | CODE |
| LOW | …llvm-project/llvm/include/llvm/Debuginfod/HTTPClient.h | 43 | class HTTPResponseHandler { | CODE |
| LOW | contrib/llvm-project/llvm/lib/Debuginfod/Debuginfod.cpp | 181 | class StreamedHTTPResponseHandler : public HTTPResponseHandler { | CODE |
| LOW | contrib/wpa/tests/hwsim/test_dpp3.py | 9 | def test_dpp_network_intro_version(dev, apdev): | CODE |
| LOW | contrib/wpa/tests/hwsim/test_dpp3.py | 20 | def test_dpp_network_intro_version_change(dev, apdev): | CODE |
| LOW | contrib/wpa/tests/hwsim/test_dpp3.py | 33 | def test_dpp_network_intro_version_missing_req(dev, apdev): | CODE |
| LOW | contrib/wpa/wpa_supplicant/examples/dpp-nfc.py | 578 | def process_handover_request_message(self, records): | CODE |
| LOW | contrib/wpa/wpa_supplicant/examples/p2p-nfc.py | 99 | def wpas_get_handover_req_wps(): | CODE |
| LOW | contrib/wpa/wpa_supplicant/examples/p2p-nfc.py | 122 | def wpas_get_handover_sel_wps(): | CODE |
| LOW | contrib/googletest/googletest/test/gtest_help_test.py | 130 | def test_prints_help_with_full_flag(self): | CODE |
| LOW | contrib/googletest/googletest/test/gtest_help_test.py | 157 | def test_runs_tests_without_help_flag(self): | CODE |
| LOW | contrib/googletest/googletest/test/gtest_help_test.py | 168 | def test_runs_tests_with_gtest_internal_flag(self): | CODE |
| LOW | contrib/libxo/xohtml/external/jquery.js | 6950 | function addToPrefiltersOrTransports( structure ) { | CODE |
| LOW | contrib/libxo/xohtml/external/jquery.js | 6986 | function inspectPrefiltersOrTransports( structure, options, originalOptions, jqXHR, | CODE |
| LOW | …penzfs/contrib/pyzfs/libzfs_core/_error_translation.py | 52 | def lzc_create_translate_error(ret, name, ds_type, props): | CODE |
| LOW | …penzfs/contrib/pyzfs/libzfs_core/_error_translation.py | 69 | def lzc_clone_translate_error(ret, name, origin, props): | CODE |
| LOW | …penzfs/contrib/pyzfs/libzfs_core/_error_translation.py | 87 | def lzc_rollback_translate_error(ret, name): | CODE |
| LOW | …penzfs/contrib/pyzfs/libzfs_core/_error_translation.py | 103 | def lzc_rollback_to_translate_error(ret, name, snap): | CODE |
| LOW | …penzfs/contrib/pyzfs/libzfs_core/_error_translation.py | 110 | def lzc_snapshot_translate_errors(ret, errlist, snaps, props): | CODE |
| LOW | …penzfs/contrib/pyzfs/libzfs_core/_error_translation.py | 140 | def lzc_destroy_snaps_translate_errors(ret, errlist, snaps, defer): | CODE |
| LOW | …penzfs/contrib/pyzfs/libzfs_core/_error_translation.py | 157 | def lzc_bookmark_translate_errors(ret, errlist, bookmarks): | CODE |
| LOW | …penzfs/contrib/pyzfs/libzfs_core/_error_translation.py | 208 | def lzc_get_bookmarks_translate_error(ret, fsname, props): | CODE |
| LOW | …penzfs/contrib/pyzfs/libzfs_core/_error_translation.py | 216 | def lzc_destroy_bookmarks_translate_errors(ret, errlist, bookmarks): | CODE |
| LOW | …penzfs/contrib/pyzfs/libzfs_core/_error_translation.py | 229 | def lzc_snaprange_space_translate_error(ret, firstsnap, lastsnap): | CODE |
| LOW | …penzfs/contrib/pyzfs/libzfs_core/_error_translation.py | 256 | def lzc_hold_translate_errors(ret, errlist, holds, fd): | CODE |
| LOW | …penzfs/contrib/pyzfs/libzfs_core/_error_translation.py | 299 | def lzc_release_translate_errors(ret, errlist, holds): | CODE |
| 204 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | crypto/heimdal/ltmain.sh | 2592 | # Check if any of the arguments is a wrapper script. | COMMENT |
| LOW | crypto/heimdal/ltmain.sh | 8360 | # Loop over the list of objects to be linked. | COMMENT |
| LOW | crypto/krb5/src/util/cstyle-file.py | 253 | # Check if this file allows tabs. | COMMENT |
| LOW⚡ | crypto/libecc/scripts/expand_libecc.py | 1827 | # Open the file | COMMENT |
| LOW⚡ | crypto/libecc/scripts/expand_libecc.py | 1833 | # Check if we have a PEM or a DER file | COMMENT |
| LOW⚡ | crypto/libecc/scripts/expand_libecc.py | 1882 | # Check if there is a name collision somewhere | COMMENT |
| LOW | crypto/libecc/scripts/expand_libecc.py | 379 | # Check if truncation is needed | COMMENT |
| LOW | crypto/libecc/scripts/crossbuild.sh | 18 | # Check if a file $1 exists. Copy it in $2 if | COMMENT |
| LOW | crypto/libecc/scripts/crossbuild.sh | 303 | # Check if we had an error, and if yes exit with error | COMMENT |
| LOW | crypto/openssl/crypto/sm3/asm/sm3-riscv64-zvksh.pl | 216 | bnez $NUM, L_sm3_loop # Check if there are any more block to process | CODE |
| LOW | …crypto/sha/asm/sha256-riscv64-zvkb-zvknha_or_zvknhb.pl | 152 | # Decrement length by 1 | COMMENT |
| LOW | …o/openssl/crypto/sha/asm/sha512-riscv64-zvkb-zvknhb.pl | 114 | # Decrement length by 1 | COMMENT |
| LOW | crypto/openssl/test/slhdsa_parse.py | 60 | # Check if there is a similar test already and skip if so | COMMENT |
| LOW | …/external/perl/Text-Template-1.56/lib/Text/Template.pm | 655 | # Print result text instead of returning it | COMMENT |
| LOW | tools/tools/locale/tools/utf8-rollup.pl | 192 | # Check if it's a start or end of range | COMMENT |
| LOW | tools/tools/locale/tools/utf8-rollup.pl | 199 | # Check if there's upper/lower mapping | COMMENT |
| LOW | tools/tools/nanobsd/defaults.sh | 162 | # Set NANO_LABEL to non-blank to form the basis for using /dev/ufs/label | COMMENT |
| LOW | tools/tools/kerninclude/kerninclude.sh | 177 | # Check if we can compile without this #include line. | COMMENT |
| LOW | tools/tools/kerninclude/kerninclude.sh | 206 | # Check if this is because it is a nested #include | COMMENT |
| LOW | tools/tools/kerninclude/kerninclude.sh | 238 | # Check if this is because it is #ifdef'ed out | COMMENT |
| LOW | tools/tools/kerninclude/kerninclude.sh | 261 | # Check if the warnings changed. | COMMENT |
| LOW | tools/tools/cd2dvd/cd2dvd.sh | 178 | # Check if zero | COMMENT |
| LOW | tools/tools/cd2dvd/cd2dvd.sh | 184 | # Check if already exists | COMMENT |
| LOW | tools/tools/cd2dvd/cd2dvd.sh | 225 | # Check if we have at the least two CD images | COMMENT |
| LOW | tools/tools/vop_table/vop_table.pl | 165 | # Open the file containing the vop_vector decl. | COMMENT |
| LOW | tools/boot/install-boot.sh | 123 | # Check if /EFI/BOOT/BOOTxx.EFI is the FreeBSD boot1.efi | COMMENT |
| LOW | tools/boot/install-boot.sh | 430 | # Check if we've been given arguments. If not, this script is probably being | COMMENT |
| LOW | tools/test/netfibs/initiator.sh | 36 | # Set IFACE to the real interface you want to run the test on. | COMMENT |
| LOW | tools/test/netfibs/reflector.sh | 36 | # Set IFACE to the real interface you want to run the test on. | COMMENT |
| LOW | tools/test/netfibs/forwarding.sh | 44 | # Set IFACE to the real interface you want to run the test on. | COMMENT |
| LOW | tools/test/stress2/misc/select3.sh | 29 | # Check if M_SELECT leaks: nselect > threads | COMMENT |
| LOW | usr.bin/man/man.sh | 556 | # Check if there is a MACHINE specific manpath. | COMMENT |
| LOW | usr.bin/man/man.sh | 569 | # Check if there is a MACHINE_ARCH | COMMENT |
| LOW | usr.bin/bmake/tests/common.sh | 362 | # Check if the test result is the same as the expected result. | COMMENT |
| LOW | usr.bin/bmake/tests/common.sh | 408 | # Check if the test result is the same as the expected result. | COMMENT |
| LOW | libexec/rc/debug.sh | 188 | # Check if $DEBUG_SH contains $match:debug_add:* and call _debugAdd | COMMENT |
| LOW | libexec/rc/debug.sh | 260 | # Output message if we are debugging | COMMENT |
| LOW | tests/atf_python/atf_pytest.py | 66 | # Check if the framework requires root | COMMENT |
| LOW | tests/atf_python/atf_pytest.py | 131 | # Check if we need to manually drop the privileges | COMMENT |
| LOW | tests/sys/kern/jailmeta.sh | 12 | # Check if we have enough buffer space for testing | COMMENT |
| LOW | tests/sys/mac/ipacl/ipacl_test.sh | 80 | # Verify if it allows jail to set only certain IPv4 address. | COMMENT |
| LOW | tests/sys/mac/ipacl/ipacl_test.sh | 90 | # Verify if the module allow jail to set any address in subnet. | COMMENT |
| LOW | tests/sys/mac/ipacl/ipacl_test.sh | 195 | # Verify if it allows jail to set only certain IPv6 address. | COMMENT |
| LOW | tests/sys/mac/ipacl/ipacl_test.sh | 205 | # Verify if the module allow jail set any address in subnet. | COMMENT |
| LOW | tests/sys/mac/portacl/nobody_test.sh | 40 | # Verify if security.mac.portacl.port_high works. | COMMENT |
| LOW | tests/sys/mac/portacl/nobody_test.sh | 54 | # Verify if mac_portacl rules work. | COMMENT |
| LOW | tests/sys/mac/portacl/root_test.sh | 8 | # Verify if security.mac.portacl.suser_exempt=1 really exempts super-user. | COMMENT |
| LOW | tests/sys/mac/portacl/root_test.sh | 25 | # Verify if security.mac.portacl.suser_exempt=0 really doesn't exempt super-user. | COMMENT |
| LOW | tests/sys/mac/portacl/root_test.sh | 39 | # Verify if security.mac.portacl.port_high works for super-user. | COMMENT |
| LOW | tests/sys/netpfil/common/tos.sh | 57 | # Check if the firewall is able to set the ToS bits | COMMENT |
| LOW | tests/sys/netpfil/common/tos.sh | 72 | # Check if the firewall is able to set the ToS bits | COMMENT |
| LOW | tests/sys/netpfil/common/tos.sh | 87 | # Check if the firewall is able to filter the | COMMENT |
| LOW | tests/sys/netpfil/pf/src_track.sh | 251 | # Check if limit counters have been properly set. | COMMENT |
| LOW | tests/sys/netpfil/pf/mld.py | 88 | # Check if we logged dropping the MLD paacket | COMMENT |
| LOW | tests/sys/netpfil/ipfw/ipv6-flow-id.sh | 47 | # Check if the firewall is able to match exact IPv6 flow label | COMMENT |
| LOW | tests/sys/netinet6/ndp.sh | 406 | # Check if current mac is received | COMMENT |
| LOW | tests/sys/netinet6/ndp.sh | 418 | # Check if mac address automatically updated | COMMENT |
| LOW | release/packages/create-sets.sh | 61 | # Check if we should process this package. | COMMENT |
| LOW | usr.sbin/freebsd-update/freebsd-update.sh | 659 | # Check if there are any kernel modules installed from ports. | COMMENT |
| LOW | usr.sbin/freebsd-update/freebsd-update.sh | 887 | # Set EDITOR to /usr/bin/vi if it isn't already set | COMMENT |
| 85 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | crypto/openssh/pkcs11.h | 25 | for you (if useful, some are missing, let me know if you need | CODE |
| MEDIUM | crypto/heimdal/lib/hx509/ref/pkcs11.h | 24 | for you (if useful, some are missing, let me know if you need | CODE |
| MEDIUM | crypto/krb5/src/plugins/preauth/pkinit/pkcs11.h | 24 | for you (if useful, some are missing, let me know if you need | CODE |
| MEDIUM | crypto/openssl/crypto/perlasm/riscv.pm | 2 | # This file is dual-licensed, meaning that you can use it under your | COMMENT |
| LOW | crypto/openssl/crypto/md5/asm/md5-586.pl | 115 | # make sure to do 'D' first, not 'B', else we clash with | COMMENT |
| LOW | crypto/openssl/crypto/md5/asm/md5-586.pl | 133 | # make sure to do 'D' first, not 'B', else we clash with | COMMENT |
| MEDIUM | crypto/openssl/crypto/modes/asm/ghash-riscv64-zvkg.pl | 2 | # This file is dual-licensed, meaning that you can use it under your | COMMENT |
| MEDIUM | …to/openssl/crypto/modes/asm/ghash-riscv64-zvkb-zvbc.pl | 2 | # This file is dual-licensed, meaning that you can use it under your | COMMENT |
| MEDIUM | crypto/openssl/crypto/modes/asm/ghash-riscv64.pl | 2 | # This file is dual-licensed, meaning that you can use it under your | COMMENT |
| MEDIUM | …l/crypto/modes/asm/aes-gcm-riscv64-zvkb-zvkg-zvkned.pl | 2 | # This file is dual-licensed, meaning that you can use it under your | COMMENT |
| MEDIUM | …ypto/openssl/crypto/chacha/asm/chacha-riscv64-v-zbb.pl | 2 | # This file is dual-licensed, meaning that you can use it under your | COMMENT |
| MEDIUM | crypto/openssl/crypto/sm3/asm/sm3-riscv64-zvksh.pl | 2 | # This file is dual-licensed, meaning that you can use it under your | COMMENT |
| MEDIUM | crypto/openssl/crypto/sm4/asm/sm4-riscv64-zvksed.pl | 2 | # This file is dual-licensed, meaning that you can use it under your | COMMENT |
| MEDIUM | …crypto/sha/asm/sha256-riscv64-zvkb-zvknha_or_zvknhb.pl | 2 | # This file is dual-licensed, meaning that you can use it under your | COMMENT |
| MEDIUM | …o/openssl/crypto/sha/asm/sha512-riscv64-zvkb-zvknhb.pl | 2 | # This file is dual-licensed, meaning that you can use it under your | COMMENT |
| MEDIUM | crypto/openssl/crypto/aes/asm/aes-riscv32-zkn.pl | 2 | # This file is dual-licensed, meaning that you can use it under your | COMMENT |
| MEDIUM | …openssl/crypto/aes/asm/aes-riscv64-zvbb-zvkg-zvkned.pl | 2 | # This file is dual-licensed, meaning that you can use it under your | COMMENT |
| MEDIUM | …ypto/openssl/crypto/aes/asm/aes-riscv64-zvkb-zvkned.pl | 2 | # This file is dual-licensed, meaning that you can use it under your | COMMENT |
| MEDIUM | crypto/openssl/crypto/aes/asm/aes-riscv64-zvkned.pl | 2 | # This file is dual-licensed, meaning that you can use it under your | COMMENT |
| MEDIUM | crypto/openssl/crypto/aes/asm/aes-riscv64-zkn.pl | 2 | # This file is dual-licensed, meaning that you can use it under your | COMMENT |
| MEDIUM | …/test/quic-openssl-docker/hq-interop/quic-hq-interop.c | 26 | * @note This client is intended for demonstration purposes and may require | COMMENT |
| LOW | …es/95-test_external_oqsprovider_data/oqsprovider-ca.sh | 56 | # Don't forget to use provider(s) when not activated via config file | COMMENT |
| LOW | crypto/openssl/util/perl/OpenSSL/Util.pm | 221 | # It seems to be an executable, so we make sure to prefix it | COMMENT |
| MEDIUM | crypto/openssl/demos/guide/quic-client-block.c | 115 | * is for demonstration purposes only. | COMMENT |
| MEDIUM | crypto/openssl/demos/guide/quic-client-non-block.c | 222 | * is for demonstration purposes only. | COMMENT |
| MEDIUM | crypto/openssl/demos/signature/rsa_pss_direct.c | 22 | * Here we sign an all-zeroes digest for demonstration purposes. | COMMENT |
| MEDIUM | crypto/openssl/demos/digest/EVP_MD_xof.c | 54 | /* Allow digest length to be changed for demonstration purposes. */ | COMMENT |
| MEDIUM | crypto/openssl/demos/cipher/aesgcm.c | 102 | * For demonstration purposes the IV is being set here. In a compliant | COMMENT |
| MEDIUM | crypto/openssl/demos/encode/rsa_encode.c | 17 | * output for demonstration purposes. Both public and private keys are accepted. | COMMENT |
| MEDIUM | crypto/openssl/demos/encode/ec_encode.c | 17 | * output for demonstration purposes. Both public and private keys are accepted. | COMMENT |
| MEDIUM | crypto/openssl/demos/mac/poly1305.c | 60 | * purely for demonstration purposes. Please note that Poly1305 exhibits | COMMENT |
| LOW | bin/date/tests/format_string_test.sh | 13 | # To create a new one, make sure you are using the UTC timezone! | COMMENT |
| MEDIUM | libexec/rc/debug.sh | 420 | # Note: you can use $DEBUG_SKIP DebugShell ... to skip unless debugOn | COMMENT |
| LOW | usr.sbin/ypserv/ypinit.sh | 255 | echo "Don't forget to update map ypservers on ${MASTER}." | CODE |
| LOW | usr.sbin/rwhod/rwhod.c | 88 | * Sleep interval. Don't forget to change the down time check in ruptime | COMMENT |
| LOW | contrib/ncurses/ncurses/tinfo/comp_scan.c | 226 | * succeed, don't forget to hack push_back() correspondingly. | COMMENT |
| LOW | contrib/libbegemot/rpoll.c | 208 | * Don't forget to call poll_unblock before return from the calling function. | COMMENT |
| LOW | contrib/bc/scripts/karatsuba.py | 235 | # want to report the best run, so we make sure to grab the times here before | COMMENT |
| LOW | contrib/ldns/host2wire.c | 445 | /* don't forget to add the edns rdata (if any) */ | COMMENT |
| LOW | contrib/ldns/ldns/net.h | 189 | * socket. Allocates the data (of size size) itself, so don't forget to free | COMMENT |
| LOW | contrib/ldns/ldns/net.h | 201 | * socket. Allocates the data (of size size) itself, so don't forget to free | COMMENT |
| LOW | contrib/ldns/ldns/net.h | 211 | * socket. Allocates the data (of size size) itself, so don't forget to free | COMMENT |
| MEDIUM | …trib/arm-optimized-routines/math/test/rtest/wrappers.h | 58 | /* Real result. ieee contains size+1 words, as discussed above. */ | COMMENT |
| LOW | contrib/ntp/html/quick.html | 41 | <p>The best way to confirm NTP is working is using the <a href="ntpq.html"><tt>ntpq</tt></a> utility, although the <a hr | CODE |
| MEDIUM | contrib/ntp/html/debug.html | 86 | <li>If both the sent and received counters do increment, but the <tt>reach</tt> values in the <tt>pe</tt> billboard wi | CODE |
| LOW | …ct/compiler-rt/lib/gwp_asan/guarded_pool_allocator.cpp | 303 | // Don't forget to update __gwp_asan_get_internal_crash_address. | COMMENT |
| LOW | …/lib/sanitizer_common/sanitizer_symbolizer_libcdep.cpp | 263 | // When adding a new architecture, don't forget to also update | COMMENT |
| LOW | …ct/compiler-rt/lib/sanitizer_common/sanitizer_common.h | 788 | // When adding a new architecture, don't forget to also update | COMMENT |
| LOW | …trib/llvm-project/clang/include/clang/ExtractAPI/API.h | 183 | // When adding a new kind of record don't forget to update APIRecords.inc! | COMMENT |
| LOW | …/llvm-project/clang/include/clang/AST/DeclObjCCommon.h | 43 | // Also, don't forget to update the Clang C API at CXObjCPropertyAttrKind and | COMMENT |
| LOW | …b/llvm-project/clang/lib/Frontend/HeaderIncludeGen.cpp | 259 | // Unless we are exiting a #include, make sure to skip ahead to the line the | COMMENT |
| LOW | …b/llvm-project/clang/lib/Frontend/HeaderIncludeGen.cpp | 356 | // Unless we are exiting a #include, make sure to skip ahead to the line the | COMMENT |
| LOW | …project/clang/lib/Frontend/PrintPreprocessedOutput.cpp | 348 | // Unless we are exiting a #include, make sure to skip ahead to the line the | COMMENT |
| LOW | …lvm-project/clang/lib/Frontend/Rewrite/RewriteObjC.cpp | 3198 | // Don't forget to add a ';'!! | COMMENT |
| MEDIUM | contrib/llvm-project/clang/lib/Lex/HeaderSearch.cpp | 1498 | // As discussed above, record that this file was ever `#import`ed, and treat | COMMENT |
| MEDIUM | contrib/llvm-project/clang/lib/Sema/SemaCast.cpp | 2239 | // Feel free to modify them if you've reason/evidence for an alternative. | COMMENT |
| LOW | …ng/lib/StaticAnalyzer/Core/RangedConstraintManager.cpp | 226 | // Don't forget to negate the adjustment if it's being subtracted. | COMMENT |
| MEDIUM | …rib/llvm-project/clang/lib/AST/RecordLayoutBuilder.cpp | 3779 | // the data structures directly --- so feel free to adjust this as | COMMENT |
| MEDIUM | …lvm-project/llvm/include/llvm/ADT/EquivalenceClasses.h | 40 | /// Here is a simple example using integers: | COMMENT |
| MEDIUM | …ect/llvm/include/llvm/Analysis/BranchProbabilityInfo.h | 82 | /// Here is a simple example demonstrating how the described algorithm works. | COMMENT |
| 20 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | crypto/heimdal/lib/kadm5/ipropd_slave.c | 389 | krb5_data fake_data; | CODE |
| LOW⚡ | crypto/heimdal/lib/kadm5/ipropd_slave.c | 394 | fake_data.data = (char *)data.data + 4; | CODE |
| LOW⚡ | crypto/heimdal/lib/kadm5/ipropd_slave.c | 395 | fake_data.length = data.length - 4; | CODE |
| LOW⚡ | crypto/heimdal/lib/kadm5/ipropd_slave.c | 399 | ret = hdb_value2entry (context, &fake_data, &entry.entry); | CODE |
| LOW | crypto/krb5/src/lib/krb5/krb/conv_princ.c | 268 | char* dummy_value = NULL; | CODE |
| LOW | crypto/krb5/src/lib/krb5/krb/conv_princ.c | 277 | retval = profile_iterator (&iterator, &realm_name, &dummy_value); | CODE |
| LOW⚡ | crypto/krb5/src/lib/krb5/krb/conv_princ.c | 303 | if (dummy_value != NULL) { | CODE |
| LOW⚡ | crypto/krb5/src/lib/krb5/krb/conv_princ.c | 304 | profile_release_string (dummy_value); | CODE |
| LOW⚡ | crypto/krb5/src/lib/krb5/krb/conv_princ.c | 305 | dummy_value = NULL; | CODE |
| LOW | crypto/krb5/src/lib/krb5/krb/conv_princ.c | 359 | if (dummy_value) profile_release_string (dummy_value); | CODE |
| LOW | crypto/openssl/test/quic_fifd_test.c | 97 | static const unsigned char placeholder_data[] = "placeholder"; | CODE |
| LOW | crypto/openssl/test/certs/setup.sh | 428 | NC="excluded;otherName:SRVName;UTF8STRING:foo@example.org" ./mkcert.sh genca \ | CODE |
| LOW | crypto/openssl/test/certs/setup.sh | 435 | "otherName.1 = SRVName;UTF8STRING:foo@example.org" | CODE |
| LOW | …l/test/recipes/30-test_evp_data/evppkey_rsa_common.txt | 411 | Output = "lorem ipsum dolor sit amet" | CODE |
| LOW | …l/test/recipes/30-test_evp_data/evppkey_rsa_common.txt | 411 | Output = "lorem ipsum dolor sit amet" | CODE |
| LOW⚡ | …l/test/recipes/30-test_evp_data/evppkey_rsa_common.txt | 444 | Output = "lorem ipsum" | CODE |
| LOW⚡ | …l/test/recipes/30-test_evp_data/evppkey_rsa_common.txt | 449 | Output = "lorem ipsum" | CODE |
| LOW⚡ | …l/test/recipes/30-test_evp_data/evppkey_rsa_common.txt | 454 | Output = "lorem ipsum" | CODE |
| LOW⚡ | …l/test/recipes/30-test_evp_data/evppkey_rsa_common.txt | 459 | Output = "lorem ipsum" | CODE |
| LOW⚡ | …l/test/recipes/30-test_evp_data/evppkey_rsa_common.txt | 464 | Output = "lorem ipsum" | CODE |
| LOW⚡ | …l/test/recipes/30-test_evp_data/evppkey_rsa_common.txt | 469 | Output = "lorem ipsum" | CODE |
| LOW⚡ | …l/test/recipes/30-test_evp_data/evppkey_rsa_common.txt | 474 | Output = "lorem ipsum" | CODE |
| LOW⚡ | …l/test/recipes/30-test_evp_data/evppkey_rsa_common.txt | 624 | Output = "lorem ipsum" | CODE |
| LOW⚡ | …l/test/recipes/30-test_evp_data/evppkey_rsa_common.txt | 629 | Output = "lorem ipsum" | CODE |
| LOW⚡ | …l/test/recipes/30-test_evp_data/evppkey_rsa_common.txt | 634 | Output = "lorem ipsum" | CODE |
| LOW⚡ | …l/test/recipes/30-test_evp_data/evppkey_rsa_common.txt | 639 | Output = "lorem ipsum" | CODE |
| LOW⚡ | …l/test/recipes/30-test_evp_data/evppkey_rsa_common.txt | 644 | Output = "lorem ipsum" | CODE |
| LOW | contrib/jemalloc/src/prof_recent.c | 85 | * "placeholder"; the real recording of the allocation requires a lock | COMMENT |
| LOW⚡ | contrib/netbsd-tests/lib/libppath/t_ppath.c | 457 | if (ppath_push_key(p, "John Doe") == NULL) | CODE |
| LOW⚡ | contrib/netbsd-tests/lib/libppath/t_ppath.c | 462 | if (ppath_push_key(p2, "John Doe") == NULL) | CODE |
| LOW⚡ | contrib/netbsd-tests/lib/libppath/t_ppath.c | 469 | if (ppath_push_key(p3, "John Doe") == NULL) | CODE |
| LOW⚡ | contrib/netbsd-tests/lib/libppath/t_ppath.c | 596 | if (ppath_push_key(p, "John Doe") == NULL) | CODE |
| LOW⚡ | contrib/netbsd-tests/lib/libppath/t_ppath.c | 601 | if (ppath_push_key(p2, "John Doe") == NULL) | CODE |
| LOW⚡ | contrib/netbsd-tests/lib/libppath/t_ppath.c | 608 | if (ppath_push_key(p3, "John Doe") == NULL) | CODE |
| LOW | contrib/netbsd-tests/lib/libppath/t_ppath.c | 480 | ATF_CHECK_STREQ(s, "Jane Doe"); | CODE |
| LOW | contrib/netbsd-tests/lib/libppath/t_ppath.c | 619 | ATF_CHECK_STREQ(s, "Jane Doe"); | CODE |
| LOW | contrib/netbsd-tests/lib/libppath/t_ppath.c | 725 | if (ppath_push_key(p, "John Doe") == NULL) | CODE |
| LOW | contrib/netbsd-tests/lib/libppath/t_ppath.c | 819 | if (ppath_push_key(p, "John Doe") == NULL) | CODE |
| LOW | contrib/netbsd-tests/lib/libppath/t_ppath.c | 902 | if (ppath_push_key(p, "John Doe") == NULL) | CODE |
| LOW | contrib/netbsd-tests/lib/libppath/t_ppath.c | 952 | if (ppath_push_key(p, "John Doe") == NULL) | CODE |
| LOW | contrib/netbsd-tests/lib/libppath/t_ppath.c | 1002 | if (ppath_push_key(p, "John Doe") == NULL) | CODE |
| LOW | contrib/netbsd-tests/lib/libppath/t_ppath.c | 1051 | if (ppath_push_key(p, "John Doe") == NULL) | CODE |
| LOW | contrib/netbsd-tests/lib/libppath/t_ppath.c | 1100 | if (ppath_push_key(p, "John Doe") == NULL) | CODE |
| LOW | contrib/netbsd-tests/lib/libppath/t_ppath.c | 1150 | if (ppath_push_key(p, "John Doe") == NULL) | CODE |
| LOW | contrib/netbsd-tests/lib/libppath/t_ppath.c | 1189 | if (ppath_push_key(p, "John Doe") == NULL) | CODE |
| LOW | contrib/netbsd-tests/lib/libppath/t_ppath.c | 1230 | if (ppath_push_key(p, "John Doe") == NULL) | CODE |
| LOW | contrib/netbsd-tests/lib/libppath/t_ppath.c | 1271 | if (ppath_push_key(p, "John Doe") == NULL) | CODE |
| LOW | contrib/netbsd-tests/lib/libppath/t_ppath.c | 1311 | if (ppath_push_key(p, "John Doe") == NULL) | CODE |
| LOW | contrib/netbsd-tests/lib/libppath/t_ppath.c | 1358 | if (ppath_push_key(p, "John Doe") == NULL) | CODE |
| LOW | contrib/netbsd-tests/lib/libppath/t_ppath.c | 1405 | if (ppath_push_key(p, "John Doe") == NULL) | CODE |
| LOW | contrib/netbsd-tests/lib/libppath/t_ppath.c | 1452 | if (ppath_push_key(p, "John Doe") == NULL) | CODE |
| LOW | contrib/netbsd-tests/lib/libppath/t_ppath.c | 1499 | if (ppath_push_key(p, "John Doe") == NULL) | CODE |
| LOW | contrib/bearssl/test/test_x509.c | 1803 | 0, 1, "foo@bar.com" | CODE |
| LOW | …ct/compiler-rt/lib/profile/InstrProfilingPlatformAIX.c | 193 | static int dummy_data[0] COMPILER_RT_SECTION( | CODE |
| LOW | …ct/compiler-rt/lib/profile/InstrProfilingPlatformAIX.c | 215 | (void *)&dummy_cnts, (void *)&dummy_bits, (void *)&dummy_data, | CODE |
| LOW | contrib/llvm-project/clang/include/clang-c/Index.h | 5174 | * the template, or whether it is a "placeholder" that the user should replace | COMMENT |
| LOW | contrib/llvm-project/clang/include/clang-c/Index.h | 5267 | * A "placeholder" chunk marks a place where the user should insert text | COMMENT |
| LOW | …/llvm-project/clang/lib/Analysis/UnsafeBufferUsage.cpp | 2828 | getUserFillPlaceHolder(StringRef HintTextToUser = "placeholder") { | CODE |
| LOW | …Plugins/ObjectFile/Placeholder/ObjectFilePlaceholder.h | 30 | static llvm::StringRef GetPluginNameStatic() { return "placeholder"; } | CODE |
| LOW | …m-project/llvm/lib/Target/AVR/AVRExpandPseudoInsts.cpp | 31 | /// Expands "placeholder" instructions marked as pseudo into | COMMENT |
| 46 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | crypto/krb5/src/util/cstyle-file.py | 66 | CODE | |
| LOW | crypto/krb5/src/util/cstyle-file.py | 148 | CODE | |
| LOW | crypto/krb5/src/util/cstyle-file.py | 189 | CODE | |
| LOW | crypto/krb5/src/util/krb5-check-copyright.py | 39 | CODE | |
| LOW | crypto/krb5/src/util/krb5-check-copyright.py | 57 | CODE | |
| LOW | crypto/krb5/src/util/k5test.py | 596 | CODE | |
| LOW | crypto/krb5/src/util/k5test.py | 679 | CODE | |
| LOW | crypto/krb5/src/util/k5test.py | 1278 | CODE | |
| LOW | crypto/krb5/src/util/k5test.py | 997 | CODE | |
| LOW | crypto/krb5/src/util/cstyle.py | 110 | CODE | |
| LOW | crypto/libecc/scripts/expand_libecc.py | 123 | CODE | |
| LOW | crypto/libecc/scripts/expand_libecc.py | 1680 | CODE | |
| LOW | crypto/openssl/test/mlkem_parse.py | 45 | CODE | |
| LOW | crypto/openssl/test/mldsa_wycheproof_parse.py | 34 | CODE | |
| LOW | crypto/openssl/test/mldsa_wycheproof_parse.py | 71 | CODE | |
| LOW | tools/tools/shlib-compat/shlib-compat.py | 1002 | CODE | |
| LOW | tools/tools/shlib-compat/shlib-compat.py | 346 | CODE | |
| LOW | tools/tools/shlib-compat/shlib-compat.py | 636 | CODE | |
| LOW | tools/tools/shlib-compat/shlib-compat.py | 668 | CODE | |
| LOW | tools/tools/shlib-compat/shlib-compat.py | 874 | CODE | |
| LOW | tools/tools/shlib-compat/shlib-compat.py | 670 | CODE | |
| LOW | tools/test/hwpmc/pmctest.py | 42 | CODE | |
| LOW | usr.bin/fortune/tools/do_uniq.py | 32 | CODE | |
| LOW | sbin/ping/tests/test_ping.py | 95 | CODE | |
| LOW | tests/atf_python/atf_pytest.py | 205 | CODE | |
| LOW | tests/atf_python/sys/netlink/netlink.py | 304 | CODE | |
| LOW | tests/atf_python/sys/netlink/message.py | 92 | CODE | |
| LOW | tests/atf_python/sys/netlink/message.py | 218 | CODE | |
| LOW | tests/atf_python/sys/netpfil/ipfw/insns.py | 420 | CODE | |
| LOW | tests/atf_python/sys/netpfil/ipfw/insns.py | 476 | CODE | |
| LOW | tests/atf_python/sys/netpfil/ipfw/insns.py | 493 | CODE | |
| LOW | tests/sys/kern/sonewconn_overflow.py | 92 | CODE | |
| LOW | tests/sys/netlink/test_rtnl_route.py | 92 | CODE | |
| LOW | tests/sys/netlink/test_rtnl_iface.py | 30 | CODE | |
| LOW | tests/sys/netinet/igmp.py | 43 | CODE | |
| LOW | tests/sys/netpfil/common/pft_ping.py | 352 | CODE | |
| LOW | tests/sys/netpfil/common/pft_ping.py | 577 | CODE | |
| LOW | tests/sys/netpfil/pf/nat64.py | 50 | CODE | |
| LOW | tests/sys/netpfil/pf/tcp.py | 85 | CODE | |
| LOW | tests/sys/netpfil/pf/pft_read_ipfix.py | 34 | CODE | |
| LOW | tests/sys/netinet6/exthdr.py | 167 | CODE | |
| LOW | tests/sys/opencrypto/cryptotest.py | 55 | CODE | |
| LOW | tests/sys/opencrypto/cryptotest.py | 106 | CODE | |
| LOW | tests/sys/opencrypto/cryptotest.py | 202 | CODE | |
| LOW | tests/sys/opencrypto/cryptotest.py | 342 | CODE | |
| LOW | tests/sys/opencrypto/cryptotest.py | 393 | CODE | |
| LOW | tests/sys/opencrypto/cryptodev.py | 374 | CODE | |
| LOW | tests/sys/opencrypto/cryptodev.py | 405 | CODE | |
| LOW | release/scripts/list-new-changesets.py | 73 | CODE | |
| LOW | contrib/bmake/mk/meta2deps.py | 724 | CODE | |
| LOW | contrib/bmake/mk/meta2deps.py | 212 | CODE | |
| LOW | contrib/bmake/mk/meta2deps.py | 384 | CODE | |
| LOW | contrib/bmake/mk/meta2deps.py | 427 | CODE | |
| LOW | contrib/bmake/mk/meta2deps.py | 634 | CODE | |
| LOW | contrib/ntp/sntp/unity/auto/unity_test_summary.py | 85 | CODE | |
| LOW | contrib/ntp/sntp/libevent/event_rpcgen.py | 1476 | CODE | |
| LOW | contrib/ntp/sntp/libevent/event_rpcgen.py | 1613 | CODE | |
| LOW | …roject/lldb/source/Interpreter/embedded_interpreter.py | 72 | CODE | |
| LOW | contrib/pkgconf/doc/extract.py | 44 | CODE | |
| LOW | contrib/wpa/hostapd/wps-ap-nfc.py | 267 | CODE | |
| 56 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM⚡ | crypto/libecc/scripts/expand_libecc.py | 1812 | print("Error: provided generator g is not conforming!") | CODE |
| MEDIUM⚡ | crypto/libecc/scripts/expand_libecc.py | 1821 | print("Error: option ECfile incompatible with explicit (prime, a, b, gx, gy, order, cofactor) options!") | CODE |
| MEDIUM⚡ | crypto/libecc/scripts/expand_libecc.py | 1825 | print("Error: option ECfile needs a curve name!") | CODE |
| MEDIUM⚡ | crypto/libecc/scripts/expand_libecc.py | 1831 | print("Error: cannot open ECfile file "+ECfile) | CODE |
| MEDIUM⚡ | crypto/libecc/scripts/expand_libecc.py | 1838 | print("Error: error when decoding ECfile file "+ECfile+" (seems to be PEM, but failed to decode)") | CODE |
| MEDIUM⚡ | crypto/libecc/scripts/expand_libecc.py | 1843 | print("Error: error when parsing ECfile file "+ECfile+" (malformed or unsupported ASN.1)") | CODE |
| MEDIUM⚡ | crypto/libecc/scripts/expand_libecc.py | 1849 | print("Error: missing "+err_string+" in explicit curve definition (name, prime, a, b, gx, gy, order, cofacto | CODE |
| MEDIUM⚡ | crypto/libecc/scripts/expand_libecc.py | 1856 | print("Error: given prime is *NOT* prime!") | CODE |
| MEDIUM⚡ | crypto/libecc/scripts/expand_libecc.py | 1859 | print("Error: given order is *NOT* prime!") | CODE |
| MEDIUM⚡ | crypto/libecc/scripts/expand_libecc.py | 1863 | print("Error: "+err_string+"is > prime") | CODE |
| MEDIUM⚡ | crypto/libecc/scripts/expand_libecc.py | 1867 | print("Error: the given parameters (prime, a, b, gx, gy) do not verify the elliptic curve equation!") | CODE |
| MEDIUM⚡ | crypto/libecc/scripts/expand_libecc.py | 1872 | print("Error: alpha_montgomery and gamma_montgomery must be both defined if used!") | CODE |
| MEDIUM⚡ | crypto/libecc/scripts/expand_libecc.py | 1876 | print("Error: alpha_edwards needs alpha_montgomery and gamma_montgomery to be both defined if used!") | CODE |
| MEDIUM⚡ | crypto/libecc/scripts/expand_libecc.py | 1884 | print("Error: file %s already exists!" % (ec_params_path + "ec_params_"+name+".h")) | CODE |
| MEDIUM⚡ | crypto/libecc/scripts/expand_libecc.py | 1887 | print("Error: name %s already exists in files" % ("ec_params_"+name)) | CODE |
| MEDIUM | crypto/libecc/scripts/expand_libecc.py | 1763 | print("Error: you must provide a curve name with --remove") | CODE |
| MEDIUM | crypto/libecc/scripts/expand_libecc.py | 1775 | print("Error: curve name "+name+" does not seem to be present in the sources!") | CODE |
| LOW | …ecc/src/arithmetic_tests/arithmetic_tests_generator.py | 1669 | except Exception: | CODE |
| MEDIUM | tools/tools/net80211/wesside/wesside/wesside.c | 508 | time_print("Error Wrote %d out of %d\n", rc, | CODE |
| LOW | tests/atf_python/sys/netlink/netlink.py | 279 | except Exception as e: | CODE |
| LOW | tests/atf_python/sys/netlink/attrs.py | 288 | except Exception as e: | CODE |
| LOW | tests/atf_python/sys/netlink/attrs.py | 318 | except Exception as e: | CODE |
| LOW | tests/sys/common/sender.py | 106 | except Exception as e: | CODE |
| LOW | tests/sys/common/sender.py | 185 | except Exception as e: | CODE |
| LOW | contrib/ntp/sntp/unity/auto/unity_test_summary.py | 134 | except Exception as e: | CODE |
| LOW | contrib/wpa/hostapd/wps-ap-nfc.py | 57 | except Exception as e: | CODE |
| LOW | contrib/wpa/hostapd/wps-ap-nfc.py | 137 | except Exception as e: | CODE |
| LOW | contrib/wpa/hostapd/wps-ap-nfc.py | 164 | except Exception as e: | CODE |
| LOW | contrib/wpa/hostapd/wps-ap-nfc.py | 239 | except Exception as e: | CODE |
| LOW | contrib/wpa/hostapd/wps-ap-nfc.py | 327 | except Exception as e: | CODE |
| LOW | contrib/wpa/wpa_supplicant/examples/dpp-nfc.py | 89 | except Exception as e: | CODE |
| LOW | contrib/wpa/wpa_supplicant/examples/dpp-nfc.py | 378 | except Exception as e: | CODE |
| LOW | contrib/wpa/wpa_supplicant/examples/dpp-nfc.py | 407 | except Exception as e: | CODE |
| LOW | contrib/wpa/wpa_supplicant/examples/dpp-nfc.py | 1167 | except Exception as e: | CODE |
| LOW | contrib/wpa/wpa_supplicant/examples/p2p-nfc.py | 72 | except Exception as e: | CODE |
| LOW | contrib/wpa/wpa_supplicant/examples/p2p-nfc.py | 172 | except Exception as e: | CODE |
| LOW | contrib/wpa/wpa_supplicant/examples/p2p-nfc.py | 184 | except Exception as e: | CODE |
| LOW | contrib/wpa/wpa_supplicant/examples/p2p-nfc.py | 197 | except Exception as e: | CODE |
| LOW | contrib/wpa/wpa_supplicant/examples/p2p-nfc.py | 223 | except Exception as e: | CODE |
| LOW | contrib/wpa/wpa_supplicant/examples/p2p-nfc.py | 230 | except Exception as e: | CODE |
| LOW | contrib/wpa/wpa_supplicant/examples/p2p-nfc.py | 289 | except Exception as e: | CODE |
| LOW | contrib/wpa/wpa_supplicant/examples/p2p-nfc.py | 305 | except Exception as e: | CODE |
| LOW | contrib/wpa/wpa_supplicant/examples/p2p-nfc.py | 335 | except Exception as e: | CODE |
| LOW | contrib/wpa/wpa_supplicant/examples/p2p-nfc.py | 358 | except Exception as e: | CODE |
| LOW | contrib/wpa/wpa_supplicant/examples/p2p-nfc.py | 446 | except Exception as e: | CODE |
| LOW | contrib/wpa/wpa_supplicant/examples/p2p-nfc.py | 462 | except Exception as e: | CODE |
| LOW | contrib/wpa/wpa_supplicant/examples/p2p-nfc.py | 639 | except Exception as e: | CODE |
| LOW | contrib/wpa/wpa_supplicant/examples/dpp-qrcode.py | 39 | except Exception as e: | CODE |
| LOW | contrib/wpa/wpa_supplicant/examples/wps-nfc.py | 61 | except Exception as e: | CODE |
| LOW | contrib/wpa/wpa_supplicant/examples/wps-nfc.py | 167 | except Exception as e: | CODE |
| LOW | contrib/wpa/wpa_supplicant/examples/wps-nfc.py | 194 | except Exception as e: | CODE |
| LOW | contrib/wpa/wpa_supplicant/examples/wps-nfc.py | 220 | except Exception as e: | CODE |
| LOW | contrib/wpa/wpa_supplicant/examples/wps-nfc.py | 233 | except Exception as e: | CODE |
| LOW | contrib/wpa/wpa_supplicant/examples/wps-nfc.py | 259 | except Exception as e: | CODE |
| LOW | contrib/wpa/wpa_supplicant/examples/wps-nfc.py | 266 | except Exception as e: | CODE |
| LOW | contrib/wpa/wpa_supplicant/examples/wps-nfc.py | 379 | except Exception as e: | CODE |
| LOW | contrib/wpa/wpa_supplicant/examples/wps-nfc.py | 510 | except Exception as e: | CODE |
| LOW | contrib/unbound/contrib/unbound-querycachedb.py | 75 | except Exception as e: | CODE |
| LOW | …stream/test-stream-creation-scripts/make-dump-files.py | 56 | except Exception as e: | CODE |
| MEDIUM | …zfs/contrib/pyzfs/libzfs_core/test/test_libzfs_core.py | 285 | def setUpClass(cls): | CODE |
| 7 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …project/libcxx/include/experimental/__simd/simd_mask.h | 27 | // TODO: implement simd_mask class | COMMENT |
| LOW | …llvm-project/libcxx/include/experimental/__simd/simd.h | 43 | // TODO: implement simd class | COMMENT |
| LOW | …/llvm-project/compiler-rt/lib/hwasan/hwasan_thread.cpp | 222 | // TODO: implement. | COMMENT |
| LOW | …/llvm-project/compiler-rt/lib/hwasan/hwasan_thread.cpp | 225 | // TODO: implement. | COMMENT |
| LOW | …compiler-rt/lib/sanitizer_common/sanitizer_fuchsia.cpp | 448 | // TODO: implement. | COMMENT |
| LOW | …ect/compiler-rt/lib/sanitizer_common/sanitizer_win.cpp | 989 | // TODO: implement. | COMMENT |
| LOW | …ib/llvm-project/libc/include/llvm-libc-types/jmp_buf.h | 12 | // TODO: implement sigjmp_buf related functions for other architectures | COMMENT |
| LOW | …ject/libc/src/__support/FPUtil/ManipulationFunctions.h | 204 | // TODO: Add tests for exceptions. | COMMENT |
| LOW | …lang/include/clang/Analysis/Analyses/ThreadSafetyTIL.h | 1346 | // TODO: implement CFG comparisons | COMMENT |
| LOW | …lang/include/clang/Analysis/Analyses/ThreadSafetyTIL.h | 1401 | // TODO: implement CFG comparisons | COMMENT |
| LOW | …lang/include/clang/Analysis/Analyses/ThreadSafetyTIL.h | 1451 | // TODO: implement CFG comparisons | COMMENT |
| LOW | …lang/include/clang/Analysis/Analyses/ThreadSafetyTIL.h | 1643 | // TODO: implement CFG comparisons | COMMENT |
| LOW | …lang/include/clang/Analysis/Analyses/ThreadSafetyTIL.h | 1774 | // TODO: implement CFG comparisons | COMMENT |
| LOW | …vm-project/clang/include/clang/Driver/OffloadBundler.h | 60 | // TODO: Add error checking from ClangOffloadBundler.cpp | COMMENT |
| LOW | …ntrib/llvm-project/clang/lib/Driver/OffloadBundler.cpp | 345 | // TODO: Add error checking from ClangOffloadBundler.cpp | COMMENT |
| LOW | …ntrib/llvm-project/clang/lib/Driver/OffloadBundler.cpp | 573 | // TODO: Add error checking from ClangOffloadBundler.cpp | COMMENT |
| LOW | …llvm-project/clang/lib/Serialization/ASTReaderDecl.cpp | 3008 | // TODO: implement merge for other necessary decls. | COMMENT |
| LOW | contrib/llvm-project/clang/lib/Sema/SemaDeclCXX.cpp | 4060 | // TODO: implement -Wuninitialized and fold this into that framework. | COMMENT |
| LOW | …/llvm-project/clang/lib/CodeGen/CGOpenMPRuntimeGPU.cpp | 2058 | // TODO: implement aupport for user-defined allocators. | COMMENT |
| LOW | …ct/clang/lib/CIR/CodeGen/CIRGenRecordLayoutBuilder.cpp | 268 | // TODO: implement clipTailPadding once bitfields are implemented | COMMENT |
| LOW | …ct/clang/lib/CIR/CodeGen/CIRGenRecordLayoutBuilder.cpp | 648 | // TODO: implement verification | COMMENT |
| LOW | contrib/llvm-project/lld/COFF/DebugTypes.cpp | 256 | // TODO: Handle errors similar to symbols. | COMMENT |
| LOW | contrib/llvm-project/lld/MachO/Dwarf.h | 27 | // TODO: implement this | COMMENT |
| LOW | …llvm-project/lldb/source/Host/common/SocketAddress.cpp | 39 | // TODO: implement shortened form "::" for runs of zeros | COMMENT |
| LOW | …ource/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp | 1547 | // TODO: implement DW_TAG_inheritance type parsing. | COMMENT |
| LOW | …geRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV1.cpp | 314 | // TODO: implement HashTableSignature... | COMMENT |
| LOW | …/llvm-project/llvm/tools/llvm-objdump/llvm-objdump.cpp | 1389 | // TODO: implement for other file formats. | COMMENT |
| LOW | …/llvm-project/llvm/include/llvm/CodeGen/BasicTTIImpl.h | 1550 | // TODO: implement more precise cost estimation for these intrinsics. | COMMENT |
| LOW | …/llvm/include/llvm/CodeGen/GlobalISel/CombinerHelper.h | 734 | /// TODO: implement dynamically sized inline memcpy, | COMMENT |
| LOW | …ib/llvm-project/llvm/include/llvm/SandboxIR/Constant.h | 1005 | // TODO: implement get/setComdat(), etc. once we have a sandboxir::Comdat. | COMMENT |
| LOW | …/llvm-project/llvm/include/llvm/Support/ScaledNumber.h | 659 | // TODO: implement directly, rather than relying on inverse. Inverse is | COMMENT |
| LOW | contrib/llvm-project/llvm/include/llvm/XRay/Graph.h | 333 | // TODO: implement constructor to enable Graph Initialisation.\ | COMMENT |
| LOW | …trib/llvm-project/llvm/lib/Analysis/MemoryBuiltins.cpp | 1307 | // TODO: implement evaluation of strdup/strndup | COMMENT |
| LOW | …llvm/lib/Target/M68k/MCTargetDesc/M68kMCTargetDesc.cpp | 83 | // TODO: Add tests for `cfi_*` directives | COMMENT |
| LOW | …ib/llvm-project/llvm/lib/Target/SPIRV/SPIRVSubtarget.h | 108 | // TODO: implement command line args or other ways to determine this. | COMMENT |
| LOW | …m-project/llvm/lib/Target/SPIRV/SPIRVLegalizerInfo.cpp | 381 | // TODO: implement legalization for other opcodes. | COMMENT |
| LOW | …lvm/lib/Target/SPIRV/MCTargetDesc/SPIRVInstPrinter.cpp | 293 | // TODO: implement special printing for OpenCLExtInst::vstor*. | COMMENT |
| LOW | …b/llvm-project/llvm/lib/Target/Mips/MipsAsmPrinter.cpp | 1246 | // TODO: implement | COMMENT |
| LOW | …m-project/llvm/lib/Target/AMDGPU/SIMemoryLegalizer.cpp | 2269 | // TODO: implement flag for frontend to give us a hint not to insert waits. | COMMENT |
| LOW | …b/llvm-project/llvm/lib/Target/ARM/ARMISelLowering.cpp | 3854 | // TODO: implement the "local dynamic" model | COMMENT |
| LOW | …vm/lib/Target/RISCV/GISel/RISCVInstructionSelector.cpp | 778 | // TODO: implement this case. | COMMENT |
| LOW | …roject/llvm/lib/CodeGen/GlobalISel/LegalizerHelper.cpp | 4333 | // TODO: implement simple scalarization. | COMMENT |
| LOW | …llvm-project/llvm/lib/Transforms/IPO/FunctionAttrs.cpp | 424 | // TODO: implement addNoAliasAttrs once | COMMENT |
| LOW | …oject/llvm/lib/Transforms/IPO/AttributorAttributes.cpp | 13355 | // TODO: implement case for malloc like instructions | COMMENT |
| LOW | …oject/llvm/lib/Transforms/IPO/AttributorAttributes.cpp | 13403 | // TODO: implement for multiple bins | COMMENT |
| LOW | …ct/llvm/lib/Transforms/Scalar/DeadStoreElimination.cpp | 2532 | // TODO: implement tryToMergeParialOverlappingStores using MemorySSA. | COMMENT |
| LOW | …ntrib/llvm-project/openmp/runtime/src/kmp_dispatch.cpp | 2141 | // TODO: implement count | COMMENT |
| LOW | lib/libifconfig/libifconfig.c | 596 | // TODO: Add proper error tracking here | COMMENT |
| LOW | lib/libifconfig/libifconfig.c | 607 | // TODO: Add proper error tracking here | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | contrib/bc/project/github_issues.json | 429 | "body": "> You are correct that my `dc` clears the stack. When I was implementing `bc` and `dc`, I wanted to min | CODE |
| HIGH | …/llvm-project/llvm/include/llvm/CodeGen/LiveInterval.h | 13 | // that v is live at i'. In this implementation ranges can have holes, | COMMENT |
| HIGH | …ib/llvm-project/llvm/include/llvm/Support/SuffixTree.h | 20 | // In this implementation, a "string" is a vector of unsigned integers. | COMMENT |
| HIGH | contrib/llvm-project/llvm/lib/CodeGen/StackColoring.cpp | 189 | // In this implementation, we successively merge pairs of slots that are | COMMENT |
| HIGH | contrib/llvm-project/llvm/lib/CodeGen/LiveInterval.cpp | 13 | // that v is live at i'. In this implementation ranges can have holes, | COMMENT |
| HIGH | …lvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp | 75 | /// In this implementation, every atomically accessed location in the program | COMMENT |
| HIGH | contrib/llvm-project/libunwind/src/Unwind-EHABI.cpp | 469 | // In this implementation, the phases don't share the VRS backing store. | COMMENT |
| HIGH | sys/dev/qlnx/qlnxe/eth_common.h | 39 | #define ETH_HSI_VER_NO_PKT_LEN_TUNN 5 /* Alias for 8.7.x.x/8.8.x.x ETH FP HSI MINOR version. In this version dr | COMMENT |
| HIGH | share/examples/ipfilter/examples.txt | 429 | # for each new user. In this example, ed1 is the external interface. | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | contrib/jemalloc/scripts/gen_run_tests.py | 111 | \$@ >> run_test.log 2>&1 || abort | CODE |
| HIGH | contrib/jemalloc/scripts/gen_run_tests.py | 119 | %(config_line)s >> run_test.log 2>&1 || abort | CODE |
| HIGH | contrib/jemalloc/scripts/gen_travis.py | 44 | scripts/gen_travis.py > travis_script && diff .travis.yml travis_script | CODE |
| HIGH | contrib/ntp/sntp/libevent/event_rpcgen.py | 390 | if (evtag_unmarshal(evbuf, &tag, tmp) == -1 || tag != need_tag) | STRING |
| HIGH | contrib/ntp/sntp/libevent/event_rpcgen.py | 1247 | if (!msg->%(name)s_set || offset < 0 || offset >= msg->%(name)s_length) | CODE |
| HIGH | contrib/ntp/sntp/libevent/event_rpcgen.py | 1264 | " if (!msg->%(name)s_set || off < 0 || off >= msg->%(name)s_length)", | STRING |
| HIGH | contrib/libevent/event_rpcgen.py | 390 | if (evtag_unmarshal(evbuf, &tag, tmp) == -1 || tag != need_tag) | STRING |
| HIGH | contrib/libevent/event_rpcgen.py | 1247 | if (!msg->%(name)s_set || offset < 0 || offset >= msg->%(name)s_length) | CODE |
| HIGH | contrib/libevent/event_rpcgen.py | 1264 | " if (!msg->%(name)s_set || off < 0 || off >= msg->%(name)s_length)", | STRING |
| HIGH | contrib/libpcap/testprogs/visopts.py | 65 | var leftsvg = null; | CODE |
| HIGH | contrib/libpcap/testprogs/visopts.py | 66 | var rightsvg = null; | CODE |
| HIGH | contrib/libpcap/testprogs/visopts.py | 121 | if (doc == null) { | CODE |
| HIGH | contrib/libpcap/testprogs/visopts.py | 134 | if (doc == null) { | CODE |
| HIGH | contrib/libpcap/testprogs/visopts.py | 150 | leftsvg = null; | CODE |
| HIGH | contrib/libpcap/testprogs/visopts.py | 159 | rightsvg = null; | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | …etest/test/googletest-param-test-invalid-name1-test.py | 0 | verifies that google test warns the user when not initialized properly. | STRING |
| HIGH | …etest/test/googletest-param-test-invalid-name2-test.py | 0 | verifies that google test warns the user when not initialized properly. | STRING |
| HIGH | …etest/googletest/test/googletest-uninitialized-test.py | 0 | verifies that google test warns the user when not initialized properly. | STRING |
| HIGH | …etest/test/googletest-param-test-invalid-name1-test.py | 0 | runs the given command and verifies its exit code and output. | STRING |
| HIGH | …etest/test/googletest-param-test-invalid-name2-test.py | 0 | runs the given command and verifies its exit code and output. | STRING |
| HIGH | …etest/googletest/test/googletest-uninitialized-test.py | 0 | runs the given command and verifies its exit code and output. | STRING |
| HIGH | …/googletest/googletest/test/googletest-env-var-test.py | 0 | sets the env variable to 'value'; unsets it when 'value' is none. | STRING |
| HIGH | …ib/googletest/googletest/test/googletest-color-test.py | 0 | sets the env variable to 'value'; unsets it when 'value' is none. | STRING |
| HIGH | …ogletest/googletest/test/googletest-filter-unittest.py | 0 | sets the env variable to 'value'; unsets it when 'value' is none. | STRING |
| HIGH | …letest/googletest/test/googletest-failfast-unittest.py | 0 | sets the env variable to 'value'; unsets it when 'value' is none. | STRING |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | tools/tools/nanobsd/defaults.sh | 837 | # Usage: | COMMENT |
| LOW | tools/tools/nanobsd/fill_pkg.sh | 29 | # Usage: | COMMENT |
| LOW | tools/boot/boot-test.sh | 16 | # Usage: | COMMENT |
| LOW | release/powerpc/mkisoimages.sh | 14 | # Usage: | COMMENT |
| LOW | release/i386/mkisoimages.sh | 14 | # Usage: | COMMENT |
| LOW | release/amd64/mkisoimages.sh | 14 | # Usage: | COMMENT |
| LOW | release/riscv/mkisoimages.sh | 10 | # Usage: | COMMENT |
| LOW | release/arm64/mkisoimages.sh | 10 | # Usage: | COMMENT |
| LOW | contrib/ntp/scripts/monitoring/timelocal.pl | 3 | ;# Usage: | CODE |
| LOW | …mpiler-rt/lib/sanitizer_common/sanitizer_addrhashmap.h | 25 | // Usage example: | COMMENT |
| LOW | …project/libc/src/__support/FPUtil/except_value_utils.h | 29 | // Example usage: | COMMENT |
| LOW | …ntrib/llvm-project/clang/include/clang/Sema/SemaCUDA.h | 95 | /// Example usage: | COMMENT |
| LOW | …ntrib/llvm-project/clang/include/clang/Sema/SemaBase.h | 145 | /// Example usage: | COMMENT |
| LOW | …ntrib/llvm-project/clang/include/clang/Sema/SemaSYCL.h | 42 | /// Example usage: | COMMENT |
| LOW | …rib/llvm-project/clang/include/clang/Sema/SemaOpenMP.h | 67 | /// Example usage: | COMMENT |
| LOW | …rib/llvm-project/clang/include/clang/Sema/SemaOpenMP.h | 84 | /// Example usage: | COMMENT |
| LOW | contrib/llvm-project/clang/lib/Analysis/CFG.cpp | 498 | /// Example usage: | COMMENT |
| LOW | contrib/llvm-project/llvm/include/llvm/ADT/Bitfields.h | 24 | /// Usage example | COMMENT |
| LOW | …project/llvm/include/llvm/Support/ExponentialBackoff.h | 25 | /// Example usage: | COMMENT |
| LOW | …-project/llvm/include/llvm/Support/raw_socket_stream.h | 47 | /// Usage example: | COMMENT |
| LOW | …ct/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h | 149 | /// Usage example: | COMMENT |
| LOW | …b/openzfs/.github/workflows/scripts/qemu-4-build-vm.sh | 6 | # Usage: | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | contrib/pkgconf/codecov.yml | 22 | # the fuzzing harnesses and their corpus-replay driver are test scaffolding | COMMENT |
| MEDIUM | contrib/pkgconf/CONTRIBUTING.md | 96 | ## Instructions for agentic systems | COMMENT |
| MEDIUM | contrib/tcp_wrappers/scaffold.c | 10 | static char sccs_id[] = "@(#) scaffold.c 1.6 97/03/21 19:27:24"; | CODE |
| MEDIUM | contrib/tcp_wrappers/scaffold.c | 35 | #include "scaffold.h" | COMMENT |
| MEDIUM | contrib/tcp_wrappers/inetcf.c | 22 | #include "scaffold.h" | COMMENT |
| MEDIUM | contrib/tcp_wrappers/tcpdchk.c | 53 | #include "scaffold.h" | COMMENT |
| MEDIUM | contrib/tcp_wrappers/tcpdmatch.c | 49 | #include "scaffold.h" | COMMENT |
| MEDIUM | contrib/tcp_wrappers/scaffold.h | 2 | * @(#) scaffold.h 1.3 94/12/31 18:19:19 | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | contrib/pkgconf/doc/extract.py | 45 | Extracts a list of comments from the given C family source file. Comments are represented with the Comment class fou | STRING |
| HIGH | contrib/googletest/googletest/test/gtest_test_utils.py | 200 | Changes into a specified directory, if provided, and executes a command. Restores the old directory afterwards. | STRING |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | crypto/krb5/src/util/k5test.py | 919 | CODE | |
| LOW | sbin/ping/tests/test_ping.py | 149 | CODE | |
| LOW | contrib/ntp/sntp/libevent/event_rpcgen.py | 1678 | CODE | |
| LOW | …b/googletest/googletest/test/googletest-output-test.py | 215 | CODE | |
| LOW | contrib/googletest/googlemock/test/gmock_output_test.py | 72 | CODE | |
| LOW | contrib/libevent/event_rpcgen.py | 1678 | CODE | |
| LOW | …trib/openzfs/contrib/pyzfs/libzfs_core/_libzfs_core.py | 1266 | CODE | |
| LOW | …trib/openzfs/contrib/pyzfs/libzfs_core/_libzfs_core.py | 1386 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | tests/sys/opencrypto/cryptodev.py | 50 | __all__ = [ 'Crypto', 'MismatchError', ] | CODE |
| LOW | contrib/lib9p/pytest/pfod.py | 5 | __all__ = ['pfod', 'OrderedDict'] | CODE |
| LOW | …/contrib/openzfs/contrib/pyzfs/libzfs_core/__init__.py | 96 | __all__ = [ | CODE |