Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PierreGode/Ragnar
/ _scanner_stub
Function
_scanner_stub
tests/test_zap_sql_false_positives.py:6–9 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
4
5
6
def
_scanner_stub():
7
scanner = AdvancedVulnScanner.__new__(AdvancedVulnScanner)
8
scanner.scan_results = {}
9
return
scanner
10
11
12
def
_base_alert(**overrides):
Callers
5
test_parse_zap_alert_filters_explicit_false_positive_confidence
Function · 0.85
test_parse_zap_alert_filters_low_confidence_low_risk_sql_noise
Function · 0.85
test_parse_zap_alert_keeps_higher_confidence_sql_alerts
Function · 0.85
test_parse_zap_alert_keeps_non_sql_low_confidence_alerts
Function · 0.85
test_sqli_reflection_requires_sql_error_signals
Function · 0.85
Calls
1
__new__
Method · 0.45
Tested by
no test coverage detected