Skip to content

Commit

Permalink
fix language
Browse files Browse the repository at this point in the history
  • Loading branch information
wgreenberg authored and cooperq committed Jan 8, 2025
1 parent fa61224 commit c83ae30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/src/analysis/imsi_requested.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ impl Analyzer for ImsiRequestedAnalyzer {
severity: Severity::Low
},
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 \
turned your device on, this is likely a \
false-positive.",
Expand All @@ -50,7 +50,7 @@ impl Analyzer for ImsiRequestedAnalyzer {
event_type: EventType::QualitativeWarning {
severity: Severity::High
},
message: format!("NAS identity request detected"),
message: format!("NAS IMSI request detected"),
})
}
}
Expand Down

0 comments on commit c83ae30

Please sign in to comment.