From f9b621bde91fbf2a55cb9bdb20afef0913a304a8 Mon Sep 17 00:00:00 2001 From: Cooper Quintin Date: Wed, 16 Jul 2025 15:24:31 -0700 Subject: [PATCH] Update lib/src/analysis/nas_null_cipher.rs Co-authored-by: Will Greenberg --- lib/src/analysis/nas_null_cipher.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/analysis/nas_null_cipher.rs b/lib/src/analysis/nas_null_cipher.rs index 76cc15d..1e56806 100644 --- a/lib/src/analysis/nas_null_cipher.rs +++ b/lib/src/analysis/nas_null_cipher.rs @@ -30,7 +30,7 @@ impl Analyzer for NasNullCipherAnalyzer { fn get_description(&self) -> Cow { 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", ) }