forked from mirrors/kingfisher
Skipped per-repository report writes when an output file is specified and emit a single aggregated report after multi-repository scans to preserve full output content in files.
This commit is contained in:
parent
594534f69f
commit
049294af3d
2 changed files with 1 additions and 2 deletions
|
|
@ -16,7 +16,7 @@ rules:
|
|||
([a-z0-9]{3,24})(?:\b|[^a-z0-9])
|
||||
|
|
||||
# D) Explicit KV labels near 'azure storage/account name' with tight separators
|
||||
(?i:Account[_.-]?Name|Storage[_.-]?(?:Name))(?:.|\s){0,32}?\b([A-Z0-9]{3,32})\b|([A-A0-9]{3,32})(?i:\.blob\.core\.windows\.net)
|
||||
(?i:Account[_.-]?Name|Storage[_.-]?(?:Name))(?:.|\s){0,32}?\b([A-Z0-9]{3,32})\b|([A-Z0-9]{3,32})(?i:\.blob\.core\.windows\.net)
|
||||
)
|
||||
min_entropy: 2.0
|
||||
visible: false
|
||||
|
|
|
|||
|
|
@ -915,7 +915,6 @@ fn build_html(json_str: &str, compressed_json_b64: &str) -> String {
|
|||
|
||||
const sev = document.createElement('span');
|
||||
sev.textContent = `Severity: ${model.severity || 'unknown'}`;
|
||||
sev.textContent = `Severity: ${model.severity || 'unknown'}`;
|
||||
meta.appendChild(sev);
|
||||
|
||||
if (model.fingerprint) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue