Update lib/src/analysis/nas_null_cipher.rs

Co-authored-by: Will Greenberg <willg@eff.org>
This commit is contained in:
Cooper Quintin
2025-07-16 15:24:31 -07:00
committed by Will Greenberg
parent a4cb9454bd
commit f9b621bde9

View File

@@ -30,7 +30,7 @@ impl Analyzer for NasNullCipherAnalyzer {
fn get_description(&self) -> Cow<str> {
Cow::from(
"Tests whether the MME requests to use a null cipher in the security mode command",
"Tests whether the MME requests to use a null cipher in the NAS security mode command",
)
}