repochecker/grammalecte: Add new words to dict

This commit is contained in:
nemunaire 2022-12-02 15:29:41 +01:00
parent f079ecd9e3
commit ecc9ae6ef1
1 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,7 @@ import (
const GRAMMALECTE_LOCAL_URL = "http://127.0.0.1:8080"
var ALLOWED_WORDS = []string{
"forensic",
"phishing",
"Phishing",
"keylogger",
@ -45,6 +46,7 @@ var ALLOWED_WORDS = []string{
"RSA",
"LFSR",
"Wireshark",
"reverse",
}
var CommonOpts = GrammalecteOptions{