mirror of
https://github.com/elicpeter/nyx.git
synced 2026-06-06 19:35:13 +02:00
* feat: Enhance data exfiltration detection with source sensitivity gating for cookies and headers * feat: Implement cross-file data exfiltration detection with parameter-specific gate filters * feat: Add calibration tests and refine DATA_EXFIL severity scoring logic * feat: Introduce per-detector configuration for data exfiltration suppression * feat: Enhance DATA_EXFIL findings with destination field tracking in diagnostics and SARIF output * feat: Add tainted body and URL handling for data exfiltration detection * feat: Add integration tests and fixtures for DATA_EXFIL and SSRF detection in Go * feat: Add Java integration tests and fixtures for DATA_EXFIL detection across multiple HTTP clients * feat: Add synthetic externals handling for closure-captured variables in SSA * feat: Implement closure-based suppression for resource leak findings * feat: Add regression guards for shell-injection and taint propagation in for-of destructure patterns * feat: Implement constructor cap narrowing for data exfiltration detection in HTTP request builders * feat: Add gated sinks for data exfiltration detection in C and C++ using curl_easy_setopt * feat: Implement DATA_EXFIL cap parity for backwards analysis and add integration tests * feat: Add data exfiltration sinks for various languages and enhance documentation * refactor: Simplify formatting and improve readability in various files * refactor: Improve readability by simplifying conditional statements and adding clippy linting * docs: Update CHANGELOG and comments for data exfiltration features and configuration * docs: Clarify configuration instructions for data exfiltration trusted destinations * docs: Enhance comments for evidence routing logic in data exfiltration |
||
|---|---|---|
| .. | ||
| attribute_taint.expect.json | ||
| attribute_taint.py | ||
| callback_sink_tracking.expect.json | ||
| callback_sink_tracking.py | ||
| closure_captured_var.expect.json | ||
| closure_captured_var.py | ||
| cmdi_subprocess.expect.json | ||
| cmdi_subprocess.py | ||
| destructuring_taint.expect.json | ||
| destructuring_taint.py | ||
| dict_set_data_exfil.expect.json | ||
| dict_set_data_exfil.py | ||
| django_orm_raw.expect.json | ||
| django_orm_raw.py | ||
| django_sqli.expect.json | ||
| django_sqli.py | ||
| eval_input.expect.json | ||
| eval_input.py | ||
| flask_ssti.expect.json | ||
| flask_ssti.py | ||
| flask_xss_render.expect.json | ||
| flask_xss_render.py | ||
| heap_alias_cmdi.expect.json | ||
| heap_alias_cmdi.py | ||
| httpx_async_post_data_exfil.expect.json | ||
| httpx_async_post_data_exfil.py | ||
| infeasible_null_eq.expect.json | ||
| infeasible_null_eq.py | ||
| interproc_list_passthrough.expect.json | ||
| interproc_list_passthrough.py | ||
| isinstance_db_conn_sqli.expect.json | ||
| isinstance_db_conn_sqli.py | ||
| isinstance_guard_sqli.expect.json | ||
| isinstance_guard_sqli.py | ||
| lambda_closure.expect.json | ||
| lambda_closure.py | ||
| lambda_taint.expect.json | ||
| lambda_taint.py | ||
| list_append_cmdi.expect.json | ||
| list_append_cmdi.py | ||
| os_system_cmdi.expect.json | ||
| os_system_cmdi.py | ||
| path_traversal.expect.json | ||
| path_traversal.py | ||
| pickle_deser.expect.json | ||
| pickle_deser.py | ||
| raise_in_try.expect.json | ||
| raise_in_try.py | ||
| reassignment_compound.expect.json | ||
| reassignment_compound.py | ||
| requests_post_session_token.expect.json | ||
| requests_post_session_token.py | ||
| requests_post_url_tainted_ssrf_only.expect.json | ||
| requests_post_url_tainted_ssrf_only.py | ||
| requests_post_user_input_silenced.expect.json | ||
| requests_post_user_input_silenced.py | ||
| safe_constant_args.expect.json | ||
| safe_constant_args.py | ||
| safe_no_source.expect.json | ||
| safe_no_source.py | ||
| safe_ord_bounded.expect.json | ||
| safe_ord_bounded.py | ||
| safe_reassigned_const.expect.json | ||
| safe_reassigned_const.py | ||
| safe_sanitized_flow.expect.json | ||
| safe_sanitized_flow.py | ||
| safe_shlex_sanitized.expect.json | ||
| safe_shlex_sanitized.py | ||
| safe_ssrf_allowlist.expect.json | ||
| safe_ssrf_allowlist.py | ||
| safe_ssrf_constant.expect.json | ||
| safe_ssrf_constant.py | ||
| safe_ssrf_prefix.expect.json | ||
| safe_ssrf_prefix.py | ||
| sqli_concat.expect.json | ||
| sqli_concat.py | ||
| sqli_conn_execute.expect.json | ||
| sqli_conn_execute.py | ||
| sqli_mixed_parameterized.expect.json | ||
| sqli_mixed_parameterized.py | ||
| sqli_session_execute.expect.json | ||
| sqli_session_execute.py | ||
| ssrf_httpx_post.expect.json | ||
| ssrf_httpx_post.py | ||
| ssrf_requests.expect.json | ||
| ssrf_requests.py | ||
| try_except_taint.expect.json | ||
| try_except_taint.py | ||
| tuple_unpack_taint.expect.json | ||
| tuple_unpack_taint.py | ||
| yaml_deser.expect.json | ||
| yaml_deser.py | ||