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 |
||
|---|---|---|
| .. | ||
| benchmark | ||
| common | ||
| fixtures | ||
| snapshots | ||
| abstract_transfer_tests.rs | ||
| auth_analysis_tests.rs | ||
| backwards_analysis_tests.rs | ||
| benchmark_test.rs | ||
| calibration_data_exfil.rs | ||
| cli_validation_tests.rs | ||
| concurrent_scan_tests.rs | ||
| cross_file_abstract_tests.rs | ||
| cross_file_alias_tests.rs | ||
| cross_file_body_loading_tests.rs | ||
| cross_file_context_off_tests.rs | ||
| cross_file_context_tests.rs | ||
| cross_file_data_exfil_split_tests.rs | ||
| cross_file_phi_tests.rs | ||
| data_exfil_go_integration_tests.rs | ||
| data_exfil_java_integration_tests.rs | ||
| db_corruption_tests.rs | ||
| dedup_alternative_paths_tests.rs | ||
| determinism_threads_tests.rs | ||
| engine_notes_rank_tests.rs | ||
| engine_notes_tests.rs | ||
| fetch_data_exfil_integration_tests.rs | ||
| fetch_data_exfil_suppression_tests.rs | ||
| gauss_seidel_tests.rs | ||
| health_score_calibration.rs | ||
| hierarchy_pipeline_tests.rs | ||
| hostile_input_tests.rs | ||
| incremental_index_tests.rs | ||
| indexed_parity_tests.rs | ||
| inline_cache_origin_tests.rs | ||
| integration_tests.rs | ||
| js_ts_pass2_convergence_tests.rs | ||
| malformed_config_tests.rs | ||
| panic_recovery_tests.rs | ||
| parse_timeout_test.rs | ||
| pattern_tests.rs | ||
| perf_breakdown.rs | ||
| perf_tests.rs | ||
| phase8_fragility_tests.rs | ||
| phase12_switch_tests.rs | ||
| phase_c_auth_taint_tests.rs | ||
| pointer_disabled_bit_identity.rs | ||
| real_world_tests.rs | ||
| scc_convergence_tests.rs | ||
| scc_cross_file_tests.rs | ||
| ssa_equivalence_tests.rs | ||
| state_tests.rs | ||
| symex_switch_tests.rs | ||
| symex_transform_tests.rs | ||
| taint_termination_test.rs | ||
| topo_pass2_refinement_tests.rs | ||
| typed_callgraph_audit.rs | ||
| typed_extractors_audit.rs | ||