fix language

This commit is contained in:
Will Greenberg
2025-01-08 15:18:31 -08:00
committed by Cooper Quintin
parent fa612241a5
commit c83ae30be8
+2 -2
View File
@@ -38,7 +38,7 @@ impl Analyzer for ImsiRequestedAnalyzer {
severity: Severity::Low severity: Severity::Low
}, },
message: format!( message: format!(
"NAS identity request detected, however it was within \ "NAS IMSI request detected, however it was within \
the first {} packets of this analysis. If you just \ the first {} packets of this analysis. If you just \
turned your device on, this is likely a \ turned your device on, this is likely a \
false-positive.", false-positive.",
@@ -50,7 +50,7 @@ impl Analyzer for ImsiRequestedAnalyzer {
event_type: EventType::QualitativeWarning { event_type: EventType::QualitativeWarning {
severity: Severity::High severity: Severity::High
}, },
message: format!("NAS identity request detected"), message: format!("NAS IMSI request detected"),
}) })
} }
} }