repochecker/grammalecte: Add new words to dict
This commit is contained in:
parent
f079ecd9e3
commit
ecc9ae6ef1
1 changed files with 2 additions and 0 deletions
|
|
@ -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{
|
||||||
|
|
|
||||||
Reference in a new issue