From: Oleksii Shumeiko -X (oshumeik - SOFTSERVE INC at Cisco) Date: Wed, 21 Dec 2022 12:40:36 +0000 (+0000) Subject: Pull request #3706: lua: fix typo in Sensitive Data classifications name X-Git-Tag: 3.1.51.0~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=092bd74687295b2899b5a8077d676dbaf9d3b697;p=thirdparty%2Fsnort3.git Pull request #3706: lua: fix typo in Sensitive Data classifications name Merge in SNORT/snort3 from ~VHORBATO/snort3:sd_class_typo to master Squashed commit of the following: commit 6b94b248d84c41cf1d22cf80683d6c262d126bc5 Author: Vitalii Date: Fri Dec 16 15:20:35 2022 +0200 lua: fix typo in Sensitive Data classifications name --- diff --git a/lua/snort_defaults.lua b/lua/snort_defaults.lua index c788ca7ab..af51352d1 100644 --- a/lua/snort_defaults.lua +++ b/lua/snort_defaults.lua @@ -543,7 +543,7 @@ default_classifications = text = 'Attempt to login by a default username and password' }, { name = 'sdf', priority = 2, - text = 'Senstive Data' }, + text = 'Sensitive Data' }, { name = 'file-format', priority = 1, text = 'Known malicious file or file based exploit' },