OSv, a new operating system for the cloud.
This report presents the forensic synthetic code analysis of cloudius-systems/osv, a C project with 4,255 GitHub stars. SynthScan v2.0 examined 327,472 lines of code across 1340 source files, recording 1054 pattern matches distributed across 14 syntactic categories. The overall adjusted score of 3.3 places this repository in the Likely human-written band.
The scanner applied 160+ deterministic lexical heuristics, multi-line block detectors, abstract syntax tree depth profilers, and a cross-file Jaccard similarity matrix to construct a statistically normalised synthetic code estimate. All matches are individually weighted by severity coefficient and contextual multiplier before summation, and the resulting headline score is temporally discounted to account for the repository's development history relative to the commercial emergence of large language model coding tooling (November 2022 onward).
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 1054 distinct pattern matches across 14 syntactic categories. Each entry below represents a discrete location in the source code where the engine recorded a statistically significant AI authorship indicator. Expand any category row to inspect the individual file paths, line numbers, code snippets, and the lexical context (CODE, COMMENT, or STRING) in which each match was detected.
Reading the findings table: The Severity column indicates the diagnostic confidence level (CRITICAL / HIGH / MEDIUM / LOW). The Context column identifies whether the match occurred inside executable code, an inline comment, or a string literal — comment-context matches receive a ×1.5 weight because LLMs systematically over-annotate. The ⚡ bolt icon marks clustered matches: three or more patterns within a 10-line window, each receiving an additional ×1.5 density multiplier as dense clusters constitute far stronger evidence of synthetic authorship than isolated hits.
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | libc/syscall_to_function.h | 1 | #include <bits/syscall.h> | COMMENT |
| LOW | libc/syscall_to_function.h | 21 | #define __OSV_TO_FUNCTION_SYS_unlinkat unlinkat | COMMENT |
| LOW | libc/random.c | 1 | /* | COMMENT |
| LOW | libc/include/sys/random.h | 21 | #endif | COMMENT |
| LOW | libc/network/__socket.h | 1 | #include <sys/socket.h> | COMMENT |
| LOW | libc/network/__netlink.h | 1 | #include <sys/socket.h> | COMMENT |
| LOW | libc/network/getaddrinfo.c | 1 | #include <stdlib.h> | COMMENT |
| LOW | libc/network/getnameinfo.c | 1 | #include <osv/debug.h> | COMMENT |
| LOW | libc/internal/lock.h | 1 | #include <osv/mutex.h> | COMMENT |
| LOW | libc/internal/libc.h | 1 | #ifndef LIBC_H | COMMENT |
| LOW | libc/internal/libc.h | 41 | extern char **__environ; | COMMENT |
| LOW | libc/stdio/stdio_impl.h | 1 | #ifndef _STDIO_IMPL_H | COMMENT |
| LOW | libc/stdio/vfprintf.c | 1 | #include "stdio_impl.h" | COMMENT |
| LOW | include/osv/ioctl.h | 21 | COMMENT | |
| LOW | include/osv/ioctl.h | 41 | COMMENT | |
| LOW | include/osv/ioctl.h | 61 | #undef SIOCSIFHWBROADCAST | COMMENT |
| LOW | include/osv/ioctl.h | 81 | COMMENT | |
| LOW | include/osv/ioctl.h | 101 | #define SIOCSIFGENERIC _IOW('i', 57, struct bsd_ifreq) /* generic IF set op */ | COMMENT |
| LOW | include/osv/ioctl.h | 121 | COMMENT | |
| LOW | include/osv/export.h | 1 | /* | COMMENT |
| LOW | include/osv/export.h | 21 | // we automatically self-document the code and in future could auto-generate some | COMMENT |
| LOW | include/osv/export.h | 41 | COMMENT | |
| LOW | include/osv/vnode.h | 201 | #define VOP_FSYNC(VP, FP) ((VP)->v_op->vop_fsync)(VP, FP) | COMMENT |
| LOW | include/osv/bio.h | 41 | #include <sys/cdefs.h> | COMMENT |
| LOW | include/osv/file.h | 41 | COMMENT | |
| LOW | include/osv/condvar.h | 1 | /* | COMMENT |
| LOW | include/osv/condvar.h | 21 | // counter in the waker, and decide exactly who to wake. | COMMENT |
| LOW | include/osv/condvar.h | 241 | COMMENT | |
| LOW | include/osv/io_uring.h | 101 | IORING_OP_LAST, /* 65 - not a real op, used as sentinel */ | COMMENT |
| LOW | include/osv/io_uring.h | 121 | #define IORING_SETUP_SUBMIT_ALL (1U << 7) /* continue submit on error */ | COMMENT |
| LOW | include/osv/io_uring.h | 141 | #define IORING_FEAT_CUR_PERSONALITY (1U << 4) | COMMENT |
| LOW | include/osv/io_uring.h | 161 | #define IORING_ENTER_GETEVENTS (1U << 0) | COMMENT |
| LOW | include/osv/io_uring.h | 181 | #define IORING_POLL_UPDATE_EVENTS (1U << 1) | COMMENT |
| LOW | include/osv/vnode_attr.h | 21 | #define AT_SIZE 0x00080 | COMMENT |
| LOW | include/osv/mutex.h | 61 | static inline bool mutex_trylock(mutex_t *m) { return lockfree_mutex_try_lock(m); } | COMMENT |
| LOW | include/osv/mutex.h | 121 | #define CONCATENATE(x, y) CONCATENATE2(x, y) | COMMENT |
| LOW | include/glibc-compat/sys/cdefs.h | 1 | /* | COMMENT |
| LOW | include/glibc-compat/sys/cdefs.h | 21 | #define __always_inline __attribute__((always_inline)) | COMMENT |
| LOW | include/glibc-compat/linux/version.h | 1 | #define LINUX_VERSION_CODE 198400 | COMMENT |
| LOW | include/api/stdlib.h | 181 | #if defined(_GNU_SOURCE) || defined(_BSD_SOURCE) | COMMENT |
| LOW | include/api/endian.h | 1 | #ifndef _ENDIAN_H | COMMENT |
| LOW | include/api/endian.h | 41 | #define htobe16(x) __bswap16(x) | COMMENT |
| LOW | include/api/endian.h | 61 | #define be16toh(x) (uint16_t)(x) | COMMENT |
| LOW | include/api/unistd.h | 1 | #ifndef _UNISTD_H | COMMENT |
| LOW | include/api/unistd.h | 201 | #define off64_t off_t | COMMENT |
| LOW | include/api/unistd.h | 221 | #define _POSIX_REALTIME_SIGNALS _POSIX_VERSION | COMMENT |
| LOW | include/api/unistd.h | 241 | #define _POSIX_ASYNCHRONOUS_IO _POSIX_VERSION | COMMENT |
| LOW | include/api/unistd.h | 261 | #define _PC_PRIO_IO 11 | COMMENT |
| LOW | include/api/unistd.h | 281 | #define _SC_REALTIME_SIGNALS 9 | COMMENT |
| LOW | include/api/unistd.h | 301 | #define _SC_VERSION 29 | COMMENT |
| LOW | include/api/unistd.h | 321 | #define _SC_2_C_DEV 48 | COMMENT |
| LOW | include/api/unistd.h | 341 | #define _SC_THREADS 67 | COMMENT |
| LOW | include/api/unistd.h | 361 | #define _SC_ATEXIT_MAX 87 | COMMENT |
| LOW | include/api/unistd.h | 381 | #define _SC_WORD_BIT 107 | COMMENT |
| LOW | include/api/unistd.h | 401 | #define _SC_XBS5_LP64_OFF64 127 | COMMENT |
| LOW | include/api/unistd.h | 421 | #define _SC_FILE_LOCKING 147 | COMMENT |
| LOW | include/api/unistd.h | 441 | #define _SC_USER_GROUPS_R 167 | COMMENT |
| LOW | include/api/unistd.h | 461 | #define _SC_RAW_SOCKETS 236 | COMMENT |
| LOW | include/api/unistd.h | 481 | #define _CS_POSIX_V5_WIDTH_RESTRICTED_ENVS 4 | COMMENT |
| LOW | include/api/unistd.h | 501 | #define _CS_POSIX_V7_ILP32_OFF32_LDFLAGS 1133 | COMMENT |
| 838 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | images/default.py | 1 | CODE | |
| LOW | scripts/list_manifest_files.py | 3 | CODE | |
| LOW | scripts/github_releases_util.py | 10 | CODE | |
| LOW | scripts/github_releases_util.py | 13 | CODE | |
| LOW | scripts/ec2-make-ami.py | 3 | CODE | |
| LOW | scripts/download_aarch64_packages.py | 3 | CODE | |
| LOW | scripts/silentant.py | 10 | CODE | |
| LOW | scripts/test.py | 4 | CODE | |
| LOW | scripts/test.py | 13 | CODE | |
| LOW | scripts/mkbootfs.py | 4 | CODE | |
| LOW | scripts/top.py | 15 | CODE | |
| LOW | scripts/manifest_common.py | 3 | CODE | |
| LOW | scripts/loader.py | 24 | CODE | |
| LOW | scripts/gen-rofs-img.py | 46 | CODE | |
| LOW | scripts/gen-rofs-img.py | 47 | CODE | |
| LOW | scripts/gen-rofs-img.py | 48 | CODE | |
| LOW | scripts/tests/test_http_app.py | 2 | CODE | |
| LOW | scripts/tests/test_http_app.py | 5 | CODE | |
| LOW | scripts/tests/test_net.py | 1 | CODE | |
| LOW | scripts/tests/test_tracing.py | 1 | CODE | |
| LOW | scripts/tests/test_app_with_test_script.py | 2 | CODE | |
| LOW | scripts/tests/test_app.py | 2 | CODE | |
| LOW | scripts/tests/test_app.py | 5 | CODE | |
| LOW | modules/httpserver-jvm-plugin/module.py | 2 | CODE | |
| LOW | modules/nfs-tests/test.py | 6 | CODE | |
| LOW | modules/nfs-tests/module.py | 3 | CODE | |
| LOW | modules/httpserver-jolokia-plugin/module.py | 2 | CODE | |
| LOW | modules/httpserver-jolokia-plugin/module.py | 4 | CODE | |
| LOW | modules/httpserver-html5-gui/module.py | 2 | CODE | |
| LOW | modules/cli/module.py | 1 | CODE | |
| LOW | modules/httpserver-monitoring-api/module.py | 2 | CODE | |
| LOW | modules/monitoring-agent/module.py | 2 | CODE | |
| LOW | modules/monitoring-agent/module.py | 4 | CODE | |
| LOW | modules/httpserver-api/module.py | 2 | CODE | |
| LOW | modules/httpserver-api/tests/monitoring-api/testfile.py | 2 | CODE | |
| LOW | modules/httpserver-api/tests/monitoring-api/testfile.py | 5 | CODE | |
| LOW | …les/httpserver-api/tests/monitoring-api/testnetwork.py | 2 | CODE | |
| LOW | modules/httpserver-api/tests/api/testnetwork.py | 2 | CODE | |
| LOW | modules/cloud-init/module.py | 2 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | scripts/trace.py | 421 | CODE | |
| LOW | scripts/trace.py | 468 | CODE | |
| LOW | scripts/trace.py | 565 | CODE | |
| LOW | scripts/trace.py | 601 | CODE | |
| LOW | scripts/trace.py | 627 | CODE | |
| LOW | scripts/trace.py | 72 | CODE | |
| LOW | scripts/run.py | 116 | CODE | |
| LOW | scripts/run.py | 345 | CODE | |
| LOW | scripts/run.py | 440 | CODE | |
| LOW | scripts/list_manifest_files.py | 6 | CODE | |
| LOW | scripts/github_releases_util.py | 136 | CODE | |
| LOW | scripts/github_releases_util.py | 153 | CODE | |
| LOW | scripts/export_manifest.py | 9 | CODE | |
| LOW | scripts/mkbootfs.py | 7 | CODE | |
| LOW | scripts/memory_analyzer.py | 37 | CODE | |
| LOW | scripts/memory_analyzer.py | 143 | CODE | |
| LOW | scripts/manifest_common.py | 11 | CODE | |
| LOW | scripts/manifest_common.py | 29 | CODE | |
| LOW | scripts/loader.py | 1371 | CODE | |
| LOW | scripts/loader.py | 704 | CODE | |
| LOW | scripts/loader.py | 1077 | CODE | |
| LOW | scripts/upload_manifest.py | 18 | CODE | |
| LOW | scripts/gen-rofs-img.py | 299 | CODE | |
| LOW | scripts/module.py | 60 | CODE | |
| LOW | scripts/module.py | 70 | CODE | |
| LOW | scripts/module.py | 136 | CODE | |
| LOW | scripts/module.py | 242 | CODE | |
| LOW | scripts/osv/prof.py | 276 | CODE | |
| LOW | scripts/osv/modules/resolve.py | 36 | CODE | |
| LOW | scripts/osv/modules/resolve.py | 87 | CODE | |
| LOW | scripts/osv/modules/resolve.py | 101 | CODE | |
| LOW | scripts/osv/modules/resolve.py | 128 | CODE | |
| LOW | scripts/osv/modules/filemap.py | 75 | CODE | |
| LOW | scripts/tests/test_http_app.py | 21 | CODE | |
| LOW | modules/httpserver-api/json2code.py | 175 | CODE | |
| LOW | modules/httpserver-api/json2code.py | 232 | CODE | |
| LOW | modules/httpserver-api/json2code.py | 260 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM⚡ | scripts/zfs-image-on-host.sh | 146 | # ------------------- | COMMENT |
| MEDIUM⚡ | scripts/zfs-image-on-host.sh | 148 | # ------------------ | COMMENT |
| MEDIUM⚡ | scripts/zfs-image-on-host.sh | 158 | # ------------------- | COMMENT |
| MEDIUM⚡ | scripts/zfs-image-on-host.sh | 160 | # ------------------- | COMMENT |
| MEDIUM | scripts/manifest_from_host.sh | 3 | #--------------------------------------------------------------------- | COMMENT |
| MEDIUM | scripts/manifest_from_host.sh | 9 | #--------------------------------------------------------------------- | COMMENT |
| MEDIUM | scripts/extract_symbols.sh | 3 | #--------------------------------------------------------------------- | COMMENT |
| MEDIUM | scripts/extract_symbols.sh | 18 | #--------------------------------------------------------------------- | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | scripts/trace.py | 57 | def add_symbol_resolution_options(parser): | CODE |
| LOW | scripts/trace.py | 415 | def is_input_net_packet_sample(sample): | CODE |
| LOW | scripts/trace.py | 418 | def is_output_net_packet_sample(sample): | CODE |
| LOW | scripts/trace.py | 456 | def get_timed_traces_per_function(timed_traces): | CODE |
| LOW | scripts/trace.py | 670 | def add_trace_listing_options(parser): | CODE |
| LOW | scripts/run.py | 44 | def find_qemu_tap_guest_ip_address(qemu_tap_ip_address): | CODE |
| LOW | scripts/tester.py | 103 | def template_compare_filename(item1, item2): | CODE |
| LOW | scripts/tester.py | 153 | def extract_config_params_from_args(args): | CODE |
| LOW | scripts/firecracker.py | 235 | def start_firecracker_with_no_api(firecracker_path, firecracker_config_json): | CODE |
| LOW | scripts/test-ruby.py | 46 | def run_tests_in_single_instance(): | CODE |
| LOW | scripts/download_aarch64_packages.py | 75 | def ubuntu_identify_boost_version(codename, index): | CODE |
| LOW | scripts/test.py | 111 | def run_tests_in_single_instance(): | CODE |
| LOW | scripts/loader.py | 807 | def get_template_arg_with_prefix(gdb_type, prefix): | CODE |
| LOW | scripts/loader.py | 1357 | def save_backtrace_symbols_to_file(filename): | CODE |
| LOW | scripts/gen-rofs-img.py | 306 | def populate_with_directory_path(path,directory): | CODE |
| LOW | scripts/osv/modules/resolve.py | 121 | def require_if_other_module_present(module_name,other_module_name): | CODE |
| LOW | scripts/osv/modules/resolve.py | 128 | def resolve_required_modules_if_other_is_present(): | CODE |
| LOW | scripts/tests/test_net.py | 13 | def tcp_close_without_reading(hypervisor, host_name): | CODE |
| LOW⚡ | scripts/tests/test_net.py | 36 | def tcp_close_without_reading_on_qemu(): | CODE |
| LOW⚡ | scripts/tests/test_net.py | 40 | def tcp_close_without_reading_on_fc(): | CODE |
| LOW | scripts/tests/testing.py | 300 | def run_command_in_guest_on_qemu_with_tap(command, py_args, qemu_tap): | CODE |
| LOW | modules/httpserver-api/tests/basetest.py | 35 | def get_json_api_from_directory(cls, directory, name): | CODE |
| LOW | modules/httpserver-api/tests/ssl/test_connection.py | 10 | def test_client_connection_is_accepted_when_cert_and_key_is_passed(self): | CODE |
| LOW | modules/httpserver-api/tests/ssl/test_connection.py | 17 | def test_client_connection_is_rejected_when_no_client_certificate_is_passed(self): | CODE |
| LOW | modules/httpserver-api/tests/monitoring-api/testfile.py | 26 | def test_list_astrik_file_cmd(self): | CODE |
| LOW | modules/httpserver-api/tests/api/testfile.py | 26 | def test_list_astrik_file_cmd(self): | CODE |
| LOW | modules/httpserver-api/tests/api/testtrace.py | 32 | def test_get_single_eventinfo(self): | CODE |
| LOW | modules/httpserver-api/tests/api/testtrace.py | 38 | def test_set_single_eventinfo(self): | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | bsd/cddl/contrib/opensolaris/cmd/zfs/zfs_main.c | 1497 | zprop_list_t fake_name = { 0 }; | CODE |
| LOW⚡ | bsd/cddl/contrib/opensolaris/cmd/zfs/zfs_main.c | 1693 | fake_name.pl_prop = ZFS_PROP_NAME; | CODE |
| LOW⚡ | bsd/cddl/contrib/opensolaris/cmd/zfs/zfs_main.c | 1694 | fake_name.pl_width = strlen(gettext("NAME")); | CODE |
| LOW⚡ | bsd/cddl/contrib/opensolaris/cmd/zfs/zfs_main.c | 1695 | fake_name.pl_next = cb.cb_proplist; | CODE |
| LOW⚡ | bsd/cddl/contrib/opensolaris/cmd/zfs/zfs_main.c | 1696 | cb.cb_proplist = &fake_name; | CODE |
| LOW⚡ | bsd/cddl/contrib/opensolaris/cmd/zfs/zfs_main.c | 1705 | if (cb.cb_proplist == &fake_name) | CODE |
| LOW⚡ | bsd/cddl/contrib/opensolaris/cmd/zfs/zfs_main.c | 1706 | zprop_free_list(fake_name.pl_next); | CODE |
| LOW | bsd/cddl/contrib/opensolaris/cmd/zpool/zpool_main.c | 5124 | zprop_list_t fake_name = { 0 }; | CODE |
| LOW⚡ | bsd/cddl/contrib/opensolaris/cmd/zpool/zpool_main.c | 5146 | fake_name.pl_prop = ZPOOL_PROP_NAME; | CODE |
| LOW⚡ | bsd/cddl/contrib/opensolaris/cmd/zpool/zpool_main.c | 5147 | fake_name.pl_width = strlen(gettext("NAME")); | CODE |
| LOW⚡ | bsd/cddl/contrib/opensolaris/cmd/zpool/zpool_main.c | 5148 | fake_name.pl_next = cb.cb_proplist; | CODE |
| LOW⚡ | bsd/cddl/contrib/opensolaris/cmd/zpool/zpool_main.c | 5149 | cb.cb_proplist = &fake_name; | CODE |
| LOW⚡ | bsd/cddl/contrib/opensolaris/cmd/zpool/zpool_main.c | 5155 | if (cb.cb_proplist == &fake_name) | CODE |
| LOW⚡ | bsd/cddl/contrib/opensolaris/cmd/zpool/zpool_main.c | 5156 | zprop_free_list(fake_name.pl_next); | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | scripts/export_manifest.py | 13 | # Create the base directory where we are going to put all package files. | COMMENT |
| MEDIUM | scripts/ec2-utils.sh | 253 | # This function implements work-around for AMIs copying problem described here: | COMMENT |
| MEDIUM | modules/tests/create_static.sh | 31 | #This file is around 700K so it is a good test sample for the concurrent test | COMMENT |
| MEDIUM | modules/tests-with-linux-ld/create_static.sh | 31 | #This file is around 700K so it is a good test sample for the concurrent test | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | scripts/disk-utils-common.sh | 4 | # Check if we have something connected to nbd0 | COMMENT |
| LOW | scripts/firecracker.py | 162 | # Check if the bridge exists if user specified it | COMMENT |
| LOW | scripts/firecracker.py | 258 | # Check if firecracker is installed | COMMENT |
| LOW | scripts/loader.py | 235 | # Check if given Field has member field called name, i.e., whether | COMMENT |
| LOW | scripts/checkpatch.pl | 1722 | # Check if either of these lines are modified, else | COMMENT |
| LOW | scripts/manifest_from_host.sh | 162 | # Check if directory and disregard LIB mode if requested | COMMENT |
| LOW | scripts/manifest_from_host.sh | 176 | # Check if file exists | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | tests/tst-tcp-hash-cli.py | 19 | except Exception as e: print(e) | CODE |
| LOW | tests/tst-tcp-hash-cli.py | 57 | except Exception as inst: | CODE |
| LOW | scripts/firecracker.py | 337 | except Exception as e: | CODE |
| LOW | scripts/manifest_common.py | 46 | except Exception: | CODE |
| LOW | scripts/tests/test_http_app.py | 98 | except Exception as ex: | CODE |
| LOW⚡ | scripts/tests/test_net.py | 29 | except Exception as e: | CODE |
| LOW | scripts/tests/test_app.py | 50 | except Exception as ex: | CODE |
| MEDIUM | modules/httpserver-api/json2code.py | 398 | print("Error while parsing JSON file '" + param + "' error ", value.message) | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | bsd/sys/sys/socket.h | 79 | #define SO_DONTROUTE 0x0010 /* just use interface addresses */ | COMMENT |
| MEDIUM | bsd/sys/cddl/contrib/opensolaris/uts/common/sys/synch.h | 141 | #define LOCK_ROBUST 0x40 /* robust lock */ | COMMENT |
| LOW | …ys/cddl/contrib/opensolaris/uts/common/sys/processor.h | 106 | #define PBIND_QUERY -2 /* don't set, just return the binding */ | COMMENT |
| LOW | bsd/porting/netport.h | 151 | #define EJUSTRETURN (-2) /* don't modify regs, just return */ | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | scripts/setup.py | 32 | pre_install = '(yum list installed compat-openssl10-devel 2>/dev/null && yum -y remove compat-openssl10-devel) || ec | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | scripts/download_and_build_qemu.sh | 12 | # Usage: | COMMENT |
| LOW | scripts/download_and_build_boost.sh | 9 | # Usage: | COMMENT |
| LOW | scripts/download_aarch64_toolchain.sh | 7 | # Usage: | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | scripts/osv/prof.py | 359 | CODE | |
| LOW | scripts/tests/test_http_app.py | 21 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | bsd/cddl/contrib/opensolaris/cmd/zpool/zpool_main.c | 4915 | "If you boot from pool '%s', don't forget to update boot code.\n" | CODE |