Capturing SSL/TLS plaintext without a CA certificate using eBPF. Supported on Linux/Android kernels for amd64/arm64.
This report presents the forensic synthetic code analysis of gojue/ecapture, a C project with 15,352 GitHub stars. SynthScan v2.0 examined 62,330 lines of code across 333 source files, recording 486 pattern matches distributed across 6 syntactic categories. The overall adjusted score of 9.8 places this repository in the Low AI signal band.
The scanner applied 160+ deterministic lexical heuristics, multi-line block detectors, abstract syntax tree depth profilers, and a cross-file Jaccard similarity matrix to construct a statistically normalised synthetic code estimate. All matches are individually weighted by severity coefficient and contextual multiplier before summation, and the resulting headline score is temporally discounted to account for the repository's development history relative to the commercial emergence of large language model coding tooling (November 2022 onward).
This chart maps the temporal evolution of the adjusted synthetic code score across successive scan runs. An upward trajectory indicates ongoing incorporation of AI-generated code or expanding LLM-assisted scaffolding; a stable or declining trajectory may reflect active human refactoring, code removal, or the adoption of stricter authorship policies. The dashed secondary line (right axis) independently tracks total raw pattern hit count, which can diverge from the normalised score when codebase size changes significantly between scans.
Classifies detected patterns by their diagnostic confidence and structural impact. CRITICAL patterns (coefficient 10) represent definitive synthetic signatures — hallucinated imports, explicit LLM attribution metadata — virtually never produced by human authors. HIGH (5) indicates strong structural tells such as cross-file repetition or cross-linguistic idioms. MEDIUM (2) covers recognisable conversational padding and AI-specific vocabulary. LOW (1) captures subtle indicators like tautological comments and generic boilerplate that require density to carry independent signal.
This horizontal bar chart decomposes the repository's raw synthetic code score by top-level directory, allowing you to pinpoint precisely which modules or components carry the highest AI authorship density. Directories with disproportionately high scores relative to their size warrant targeted manual review: concentrated AI signatures often trace back to mass-generated configuration layers, auto-ported test suites, LLM-scaffolded boilerplate classes, or entire subsystems authored under heavy copilot assistance. Use this view to prioritise your human code-review effort.
The scanner identified 486 distinct pattern matches across 6 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 | .golangci.yml | 1 | # This configuration file is not a recommendation. | COMMENT |
| LOW | kern/boringssl_na_kern.c | 1 | #ifndef ECAPTURE_BORINGSSL_NA_KERN_H | COMMENT |
| LOW | kern/boringssl_na_kern.c | 21 | COMMENT | |
| LOW | kern/boringssl_na_kern.c | 41 | #define SSL_CIPHER_ST_ID 0x10 | COMMENT |
| LOW | kern/boringssl_na_kern.c | 61 | // bssl::SSL_HANDSHAKE->hints | COMMENT |
| LOW | kern/gnutls_3_7_0_kern.c | 1 | #ifndef ECAPTURE_GNUTLS_3_7_0_KERN_H | COMMENT |
| LOW | kern/gnutls_3_7_0_kern.c | 21 | // gnutls_session_int->key.proto.tls13.e_ckey | COMMENT |
| LOW | kern/gnutls_3_8_7_kern.c | 1 | #ifndef ECAPTURE_GNUTLS_3_8_7_KERN_H | COMMENT |
| LOW | kern/gnutls_3_8_7_kern.c | 21 | // gnutls_session_int->key.proto.tls13.e_ckey | COMMENT |
| LOW | kern/openssl_3_4_0_kern.c | 1 | #ifndef ECAPTURE_OPENSSL_3_4_0_KERN_H | COMMENT |
| LOW | kern/openssl_3_4_0_kern.c | 21 | COMMENT | |
| LOW | kern/openssl_3_4_0_kern.c | 41 | #define SSL_CIPHER_ST_ID 0x18 | COMMENT |
| LOW | kern/openssl_3_4_0_kern.c | 61 | // bio_st->num | COMMENT |
| LOW | kern/openssl_3_5_0_kern.c | 1 | #ifndef ECAPTURE_OPENSSL_3_5_0_KERN_H | COMMENT |
| LOW | kern/openssl_3_5_0_kern.c | 21 | COMMENT | |
| LOW | kern/openssl_3_5_0_kern.c | 41 | #define SSL_CIPHER_ST_ID 0x18 | COMMENT |
| LOW | kern/openssl_3_5_0_kern.c | 61 | // bio_st->num | COMMENT |
| LOW | kern/openssl_masterkey_3.2.h | 1 | // Copyright 2022 CFC4N <cfc4n.cs@gmail.com>. All Rights Reserved. | COMMENT |
| LOW | kern/openssl_3_2_4_kern.c | 1 | #ifndef ECAPTURE_OPENSSL_3_2_4_KERN_H | COMMENT |
| LOW | kern/openssl_3_2_4_kern.c | 21 | COMMENT | |
| LOW | kern/openssl_3_2_4_kern.c | 41 | #define SSL_CIPHER_ST_ID 0x18 | COMMENT |
| LOW | kern/openssl_3_2_4_kern.c | 61 | // bio_st->num | COMMENT |
| LOW | kern/tc.h | 1 | // Copyright 2022 CFC4N <cfc4n.cs@gmail.com>. All Rights Reserved. | COMMENT |
| LOW | kern/openssl_masterkey.h | 1 | // Copyright 2022 CFC4N <cfc4n.cs@gmail.com>. All Rights Reserved. | COMMENT |
| LOW | kern/bash_kern.c | 1 | // Copyright 2022 CFC4N <cfc4n.cs@gmail.com>. All Rights Reserved. | COMMENT |
| LOW | kern/boringssl_a_15_kern.c | 1 | #ifndef ECAPTURE_BORINGSSL_A_15_KERN_H | COMMENT |
| LOW | kern/boringssl_a_15_kern.c | 21 | COMMENT | |
| LOW | kern/boringssl_a_15_kern.c | 41 | #define SSL_CIPHER_ST_ID 0x10 | COMMENT |
| LOW | kern/boringssl_a_15_kern.c | 61 | COMMENT | |
| LOW | kern/boringssl_a_15_kern.c | 81 | #define BSSL__SSL_HANDSHAKE_TLS13_STATE 0x18 | COMMENT |
| LOW | kern/gnutls_3_6_13_kern.c | 1 | #ifndef ECAPTURE_GNUTLS_3_6_13_KERN_H | COMMENT |
| LOW | kern/gnutls_3_6_13_kern.c | 21 | // gnutls_session_int->key.proto.tls13.e_ckey | COMMENT |
| LOW | kern/postgres_kern.c | 1 | // Copyright 2022 CFC4N <cfc4n.cs@gmail.com>. All Rights Reserved. | COMMENT |
| LOW | kern/openssl_3_3_2_kern.c | 1 | #ifndef ECAPTURE_OPENSSL_3_3_2_KERN_H | COMMENT |
| LOW | kern/openssl_3_3_2_kern.c | 21 | COMMENT | |
| LOW | kern/openssl_3_3_2_kern.c | 41 | #define SSL_CIPHER_ST_ID 0x18 | COMMENT |
| LOW | kern/openssl_3_3_2_kern.c | 61 | // bio_st->num | COMMENT |
| LOW | kern/gotls_kern.c | 1 | // Copyright 2022 CFC4N <cfc4n.cs@gmail.com>. All Rights Reserved. | COMMENT |
| LOW | kern/gotls_kern.c | 141 | int ret = bpf_probe_read_user(&fd, sizeof(fd), (void *)((u64)netfd_ptr + 16)); | COMMENT |
| LOW | kern/openssl.h | 1 | // Copyright 2022 CFC4N <cfc4n.cs@gmail.com>. All Rights Reserved. | COMMENT |
| LOW | kern/ecapture.h | 1 | // Copyright 2022 CFC4N <cfc4n.cs@gmail.com>. All Rights Reserved. | COMMENT |
| LOW | kern/ecapture.h | 41 | * supported by CLANG. | COMMENT |
| LOW | kern/ecapture.h | 61 | #include <bpf/bpf_helpers.h> | COMMENT |
| LOW | kern/openssl_1_1_0a_kern.c | 1 | #ifndef ECAPTURE_OPENSSL_1_1_0_A_KERN_H | COMMENT |
| LOW | kern/openssl_1_1_0a_kern.c | 21 | COMMENT | |
| LOW | kern/openssl_1_1_0a_kern.c | 41 | #define BIO_ST_NUM 0x28 | COMMENT |
| LOW | kern/nspr_kern.c | 1 | // Copyright 2022 CFC4N <cfc4n.cs@gmail.com>. All Rights Reserved. | COMMENT |
| LOW | kern/openssl_1_1_1a_kern.c | 1 | #ifndef ECAPTURE_OPENSSL_1_1_1_A_KERN_H | COMMENT |
| LOW | kern/openssl_1_1_1a_kern.c | 21 | COMMENT | |
| LOW | kern/openssl_1_1_1a_kern.c | 41 | #define SSL_ST_EARLY_SECRET 0x134 | COMMENT |
| LOW | kern/openssl_1_1_1a_kern.c | 61 | // bio_st->method | COMMENT |
| LOW | kern/openssl_3_0_12_kern.c | 1 | #ifndef ECAPTURE_OPENSSL_3_0_12_KERN_H | COMMENT |
| LOW | kern/openssl_3_0_12_kern.c | 21 | COMMENT | |
| LOW | kern/openssl_3_0_12_kern.c | 41 | #define SSL_ST_EARLY_SECRET 0x544 | COMMENT |
| LOW | kern/openssl_3_0_12_kern.c | 61 | // bio_st->method | COMMENT |
| LOW | kern/openssl_3_3_0_kern.c | 1 | #ifndef ECAPTURE_OPENSSL_3_3_0_KERN_H | COMMENT |
| LOW | kern/openssl_3_3_0_kern.c | 21 | COMMENT | |
| LOW | kern/openssl_3_3_0_kern.c | 41 | #define SSL_CIPHER_ST_ID 0x18 | COMMENT |
| LOW | kern/openssl_3_3_0_kern.c | 61 | // bio_st->num | COMMENT |
| LOW | kern/openssl_3_2_0_kern.c | 1 | #ifndef ECAPTURE_OPENSSL_3_2_0_KERN_H | COMMENT |
| 297 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | test/e2e/gnutls_e2e_test.sh | 138 | # Check if ecapture is still running | COMMENT |
| LOW | test/e2e/gnutls_e2e_test.sh | 173 | # Check if ecapture log has content | COMMENT |
| LOW | test/e2e/common.sh | 31 | # Check if running as root | COMMENT |
| LOW | test/e2e/common.sh | 61 | # Check if command exists | COMMENT |
| LOW | test/e2e/common.sh | 216 | # Check if a binary is linked against a specific library | COMMENT |
| LOW | test/e2e/mysql_advanced_test.sh | 41 | # Check if MySQL is available | COMMENT |
| LOW | test/e2e/bash_e2e_test.sh | 62 | # Check if bash has readline | COMMENT |
| LOW | test/e2e/bash_e2e_test.sh | 88 | # Check if still running | COMMENT |
| LOW | test/e2e/bash_e2e_test.sh | 139 | # Check if we captured some bash commands | COMMENT |
| LOW⚡ | test/e2e/mysql_e2e_test.sh | 49 | # Check if MySQL is available | COMMENT |
| LOW⚡ | test/e2e/mysql_e2e_test.sh | 53 | # Check if mysql client is available | COMMENT |
| LOW⚡ | test/e2e/mysql_e2e_test.sh | 59 | # Check if MySQL server is running | COMMENT |
| LOW | test/e2e/mysql_e2e_test.sh | 79 | # Check if MySQL is available | COMMENT |
| LOW | test/e2e/mysql_e2e_test.sh | 120 | # Check if still running | COMMENT |
| LOW | test/e2e/mysql_e2e_test.sh | 168 | # Check if we captured some MySQL activity | COMMENT |
| LOW | test/e2e/tls_text_advanced_test.sh | 343 | # Check if output contains hex patterns (0x or just hex digits in specific format) | COMMENT |
| LOW | test/e2e/zsh_e2e_test.sh | 58 | # Check if zsh is installed | COMMENT |
| LOW | test/e2e/zsh_e2e_test.sh | 88 | # Check if still running | COMMENT |
| LOW | test/e2e/zsh_e2e_test.sh | 136 | # Check if we captured some zsh commands | COMMENT |
| LOW | test/e2e/tls_keylog_advanced_test.sh | 320 | # Check if line starts with CLIENT_RANDOM or other valid key types | COMMENT |
| LOW | test/e2e/edge_cases_test.sh | 184 | # Check if process terminated gracefully | COMMENT |
| LOW | test/e2e/edge_cases_test.sh | 219 | # Check if process terminated gracefully | COMMENT |
| LOW | test/e2e/tls_e2e_test.sh | 71 | # Check if still running | COMMENT |
| LOW | test/e2e/tls_e2e_test.sh | 160 | # Check if still running | COMMENT |
| LOW | test/e2e/tls_e2e_test.sh | 185 | # Check if it's a valid pcapng file by checking magic bytes (0x0A0D0D0A at offset 0) | COMMENT |
| LOW | test/e2e/tls_e2e_test.sh | 226 | # Check if still running | COMMENT |
| LOW | test/e2e/tls_e2e_test.sh | 260 | # Check if it contains CLIENT_RANDOM entries (standard keylog format) | COMMENT |
| LOW | test/e2e/tls_e2e_test.sh | 383 | # Check if any test failed | COMMENT |
| LOW | test/e2e/gotls_e2e_test.sh | 131 | # Check if ecapture is still running | COMMENT |
| LOW | test/e2e/gotls_e2e_test.sh | 160 | # Check if ecapture log has content | COMMENT |
| LOW | test/e2e/ecaptureq_e2e_test.sh | 255 | # Check if client is running (meaning it connected and is receiving) | COMMENT |
| LOW | test/e2e/ecaptureq_e2e_test.sh | 365 | # Check if any test failed | COMMENT |
| LOW⚡ | test/e2e/postgres_e2e_test.sh | 49 | # Check if PostgreSQL is available | COMMENT |
| LOW⚡ | test/e2e/postgres_e2e_test.sh | 53 | # Check if psql client is available | COMMENT |
| LOW⚡ | test/e2e/postgres_e2e_test.sh | 59 | # Check if PostgreSQL server is running | COMMENT |
| LOW | test/e2e/postgres_e2e_test.sh | 79 | # Check if PostgreSQL is available | COMMENT |
| LOW | test/e2e/postgres_e2e_test.sh | 119 | # Check if still running | COMMENT |
| LOW | test/e2e/postgres_e2e_test.sh | 167 | # Check if we captured some PostgreSQL activity | COMMENT |
| LOW | test/e2e/android/build_android_tests.sh | 34 | # Check if running on Linux | COMMENT |
| LOW | test/e2e/android/android_tls_e2e_test.sh | 100 | # Check if ecapture is running | COMMENT |
| LOW | test/e2e/android/android_tls_e2e_test.sh | 199 | # Check if ecapture is running | COMMENT |
| LOW | test/e2e/android/android_tls_e2e_test.sh | 220 | # Check if pcap file exists on device | COMMENT |
| LOW | test/e2e/android/android_tls_e2e_test.sh | 329 | # Check if Go client exists locally and deploy it | COMMENT |
| LOW | test/e2e/android/android_tls_e2e_test.sh | 349 | # Check if ecapture binary exists locally | COMMENT |
| LOW | test/e2e/android/android_bash_e2e_test.sh | 93 | # Check if ecapture is running | COMMENT |
| LOW | test/e2e/android/android_bash_e2e_test.sh | 289 | # Check if sh/bash is available on device and record its path | COMMENT |
| LOW | test/e2e/android/android_bash_e2e_test.sh | 306 | # Check if ecapture binary exists locally | COMMENT |
| LOW | test/e2e/android/common_android.sh | 32 | # Check if running on macOS (development environment) | COMMENT |
| LOW | test/e2e/android/common_android.sh | 37 | # Check if ADB is available | COMMENT |
| LOW | test/e2e/android/common_android.sh | 49 | # Check if Android device/emulator is connected | COMMENT |
| LOW | test/e2e/android/common_android.sh | 137 | # Check if device is rooted | COMMENT |
| LOW | test/e2e/android/common_android.sh | 179 | # Set SELinux to permissive mode | COMMENT |
| LOW | test/e2e/android/common_android.sh | 324 | # Check if process is running on Android device | COMMENT |
| LOW | test/e2e/android/common_android.sh | 362 | # Check if file exists on Android device | COMMENT |
| LOW | test/e2e/android/common_android.sh | 492 | # Check if resolv.conf has IPv6 loopback as nameserver | COMMENT |
| LOW | test/e2e/android/common_android.sh | 561 | # Check if command exists on Android device | COMMENT |
| LOW | test/e2e/android/android_gotls_e2e_test.sh | 119 | # Check if ecapture is running | COMMENT |
| LOW | test/e2e/android/android_gotls_e2e_test.sh | 195 | # Check if ecapture is running | COMMENT |
| LOW | test/e2e/android/android_gotls_e2e_test.sh | 316 | # Check if ecapture binary exists locally | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | kern/boringssl_const.h | 11 | // ── Android ≤ 15 (TLS 1.3 secrets are private raw arrays) ───────────────── | COMMENT |
| MEDIUM | kern/boringssl_const.h | 31 | // ──────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | kern/boringssl_const.h | 34 | // ── Android 16+: three root values differ from older versions ─────────────── | COMMENT |
| MEDIUM | kern/boringssl_const.h | 46 | // ── Android ≤ 15: original layout ─────────────────────────────────────────── | COMMENT |
| MEDIUM | kern/boringssl_const.h | 59 | // ── Downstream offsets: identical formula for all versions ────────────────── | COMMENT |
| MEDIUM | test/e2e/common.sh | 271 | # ============================================================================ | COMMENT |
| MEDIUM | test/e2e/common.sh | 273 | # ============================================================================ | COMMENT |
| MEDIUM | internal/probe/gotls/event_test.go | 79 | // ── DecodeFromBytes ────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | internal/probe/gotls/event_test.go | 271 | // ── tuple() ───────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | internal/probe/gotls/event_test.go | 316 | // ── String() / StringHex() ─────────────────────────────────────────────────── | COMMENT |
| MEDIUM | internal/probe/gotls/event_test.go | 406 | // ── UUID() ─────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | internal/probe/gotls/event_test.go | 454 | // ── Clone / Type / Validate ───────────────────────────────────────────────── | COMMENT |
| MEDIUM | internal/probe/gotls/event_test.go | 511 | // ── helper functions ───────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | internal/probe/gotls/event_test.go | 555 | // ── IsRead / IsWrite ───────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | internal/probe/gotls/event_test.go | 575 | // ── GetData / GetDataLen ───────────────────────────────────────────────────── | COMMENT |
| MEDIUM | internal/probe/gotls/event_test.go | 595 | // ── DecodeFromBytes round-trip ─────────────────────────────────────────────── | COMMENT |
| MEDIUM | utils/boringssl-offset.c | 42 | // ─── Type-trait probes ─────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | utils/boringssl-offset.c | 66 | // ─── Output helpers ────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | utils/boringssl-offset.c | 83 | // ─── Per-field emitters (partial template specialisation) ──────────────────── | COMMENT |
| MEDIUM⚡ | utils/boringssl-offset.c | 149 | // ─── Main ──────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | utils/boringssl-offset.c | 155 | // ── ssl_st ──────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | utils/boringssl-offset.c | 162 | // ── ssl_session_st ──────────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | utils/boringssl-offset.c | 167 | // ── bio / cipher ────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | utils/boringssl-offset.c | 173 | // ── bssl::SSL3_STATE ────────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | utils/boringssl-offset.c | 180 | // ── bssl::SSL_HANDSHAKE ─────────────────────────────────────────────────── | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | kern/gotls_kern.c | 115 | // Step 1: tls.Conn.conn is the first field (offset 0), it's an interface (16 bytes: type ptr + data ptr) | COMMENT |
| LOW⚡ | kern/gotls_kern.c | 123 | // Step 2: net.TCPConn.conn (embedded field at offset 0) | COMMENT |
| LOW | test/e2e/ecaptureq_e2e_test.sh | 96 | # Step 1: Start eCapture with ecaptureQ WebSocket server | COMMENT |
| LOW | test/e2e/ecaptureq_e2e_test.sh | 113 | # Step 2: Connect ecaptureq_client | COMMENT |
| LOW | test/e2e/ecaptureq_e2e_test.sh | 132 | # Step 3: Generate TLS traffic via curl | COMMENT |
| LOW | test/e2e/ecaptureq_e2e_test.sh | 144 | # Step 4: Stop processes gracefully | COMMENT |
| LOW | test/e2e/ecaptureq_e2e_test.sh | 162 | # Step 5: Verify results | COMMENT |
| LOW⚡ | test/e2e/android/setup_android_env.sh | 19 | # Step 1: Check ADB | COMMENT |
| LOW⚡ | test/e2e/android/setup_android_env.sh | 26 | # Step 2: Check device connection | COMMENT |
| LOW⚡ | test/e2e/android/setup_android_env.sh | 62 | # Step 4: Check Android version | COMMENT |
| LOW⚡ | test/e2e/android/setup_android_env.sh | 70 | # Step 5: Check kernel | COMMENT |
| LOW⚡ | test/e2e/android/setup_android_env.sh | 78 | # Step 6: Check architecture | COMMENT |
| LOW⚡ | test/e2e/android/setup_android_env.sh | 86 | # Step 7: Check root access | COMMENT |
| LOW⚡ | test/e2e/android/setup_android_env.sh | 117 | # Step 9: Fix DNS resolution | COMMENT |
| LOW⚡ | test/e2e/android/setup_android_env.sh | 121 | # Step 10: Check available tools | COMMENT |
| LOW | test/e2e/android/setup_android_env.sh | 43 | # Step 3: Display device info | COMMENT |
| LOW | test/e2e/android/setup_android_env.sh | 100 | # Step 8: Check SELinux | COMMENT |
| LOW | test/e2e/android/setup_android_env.sh | 159 | # Step 11: Check binaries | COMMENT |
| LOW | test/e2e/android/setup_android_env.sh | 213 | # Step 12: Summary | COMMENT |
| LOW | internal/README.md | 106 | ### Step 1: Define Configuration | COMMENT |
| LOW | internal/README.md | 123 | ### Step 2: Define Events | COMMENT |
| LOW | internal/README.md | 142 | ### Step 3: Implement Probe | COMMENT |
| LOW | internal/README.md | 169 | ### Step 4: Register with Factory | COMMENT |
| LOW | internal/README.md | 179 | ### Step 5: Add Tests | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | kern/gotls_kern.c | 115 | // Step 1: tls.Conn.conn is the first field (offset 0), it's an interface (16 bytes: type ptr + data ptr) | COMMENT |
| LOW⚡ | kern/gotls_kern.c | 123 | // Step 2: net.TCPConn.conn (embedded field at offset 0) | COMMENT |
| LOW | test/e2e/ecaptureq_e2e_test.sh | 96 | # Step 1: Start eCapture with ecaptureQ WebSocket server | COMMENT |
| LOW | test/e2e/ecaptureq_e2e_test.sh | 113 | # Step 2: Connect ecaptureq_client | COMMENT |
| LOW | test/e2e/ecaptureq_e2e_test.sh | 132 | # Step 3: Generate TLS traffic via curl | COMMENT |
| LOW | test/e2e/ecaptureq_e2e_test.sh | 144 | # Step 4: Stop processes gracefully | COMMENT |
| LOW | test/e2e/ecaptureq_e2e_test.sh | 162 | # Step 5: Verify results | COMMENT |
| LOW⚡ | test/e2e/android/setup_android_env.sh | 19 | # Step 1: Check ADB | COMMENT |
| LOW⚡ | test/e2e/android/setup_android_env.sh | 26 | # Step 2: Check device connection | COMMENT |
| LOW⚡ | test/e2e/android/setup_android_env.sh | 62 | # Step 4: Check Android version | COMMENT |
| LOW⚡ | test/e2e/android/setup_android_env.sh | 70 | # Step 5: Check kernel | COMMENT |
| LOW⚡ | test/e2e/android/setup_android_env.sh | 78 | # Step 6: Check architecture | COMMENT |
| LOW⚡ | test/e2e/android/setup_android_env.sh | 86 | # Step 7: Check root access | COMMENT |
| LOW⚡ | test/e2e/android/setup_android_env.sh | 117 | # Step 9: Fix DNS resolution | COMMENT |
| LOW⚡ | test/e2e/android/setup_android_env.sh | 121 | # Step 10: Check available tools | COMMENT |
| LOW | test/e2e/android/setup_android_env.sh | 43 | # Step 3: Display device info | COMMENT |
| LOW | test/e2e/android/setup_android_env.sh | 100 | # Step 8: Check SELinux | COMMENT |
| LOW | test/e2e/android/setup_android_env.sh | 159 | # Step 11: Check binaries | COMMENT |
| LOW | test/e2e/android/setup_android_env.sh | 213 | # Step 12: Summary | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | internal/probe/openssl/config.go | 347 | // Perhaps we can utilize the Android Version to choose a specific version of boringssl. | COMMENT |
| MEDIUM | .github/workflows/e2e.yml | 108 | # Run comprehensive e2e tests with sudo | COMMENT |