repochecker/grammalecte: Add new words to dict

This commit is contained in:
nemunaire 2022-12-02 15:29:41 +01:00
commit ecc9ae6ef1

View file

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