From fec6b34ae851bf39622c06bdd12a81d59c81b75e Mon Sep 17 00:00:00 2001 From: network-charles Date: Sat, 20 Dec 2025 20:35:51 +0100 Subject: [PATCH] fix OAuth 2.0 regex in the word list rule --- Google/WordList.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Google/WordList.yml b/Google/WordList.yml index b3c6a40..7824595 100644 --- a/Google/WordList.yml +++ b/Google/WordList.yml @@ -12,7 +12,7 @@ swap: "(?:e-mail|Email|E-mail)": email "(?:file ?path|path ?name)": path "(?:kill|terminate|abort)": stop|exit|cancel|end - "(?:OAuth ?2|Oauth)": OAuth 2.0 + "(?i)\\bOauth\\b(?! 2\\.0)|\\bOauth2\\.0\\b|\\bOAuth ?2\\b(?!\\.0)": OAuth 2.0 "(?:ok|Okay)": OK|okay "(?:WiFi|wifi)": Wi-Fi '[\.]+apk': APK