mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Add some adjectives to the namesgenerator
Because .. `hardcore_hamilton` and `inspiring_murdock` https://twitter.com/swiftonsecurity/status/801195049165799424 Also replacing adjectives that could be interpreted as refering to body size, (mental) health, intoxication. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
32229914c7
commit
169b4d92a1
1 changed files with 41 additions and 18 deletions
|
@ -15,68 +15,91 @@ var (
|
||||||
"amazing",
|
"amazing",
|
||||||
"angry",
|
"angry",
|
||||||
"awesome",
|
"awesome",
|
||||||
"backstabbing",
|
"blissful",
|
||||||
"berserk",
|
|
||||||
"big",
|
|
||||||
"boring",
|
"boring",
|
||||||
|
"brave",
|
||||||
"clever",
|
"clever",
|
||||||
"cocky",
|
"cocky",
|
||||||
"compassionate",
|
"compassionate",
|
||||||
|
"competent",
|
||||||
"condescending",
|
"condescending",
|
||||||
|
"confident",
|
||||||
"cranky",
|
"cranky",
|
||||||
"desperate",
|
"dazzling",
|
||||||
"determined",
|
"determined",
|
||||||
"distracted",
|
"distracted",
|
||||||
"dreamy",
|
"dreamy",
|
||||||
"drunk",
|
|
||||||
"eager",
|
"eager",
|
||||||
"ecstatic",
|
"ecstatic",
|
||||||
"elastic",
|
"elastic",
|
||||||
"elated",
|
"elated",
|
||||||
"elegant",
|
"elegant",
|
||||||
"evil",
|
"eloquent",
|
||||||
|
"epic",
|
||||||
"fervent",
|
"fervent",
|
||||||
|
"festive",
|
||||||
|
"flamboyant",
|
||||||
"focused",
|
"focused",
|
||||||
"furious",
|
"friendly",
|
||||||
"gigantic",
|
"frosty",
|
||||||
"gloomy",
|
"gallant",
|
||||||
|
"gifted",
|
||||||
"goofy",
|
"goofy",
|
||||||
"grave",
|
"gracious",
|
||||||
"happy",
|
"happy",
|
||||||
"high",
|
"hardcore",
|
||||||
|
"heuristic",
|
||||||
"hopeful",
|
"hopeful",
|
||||||
"hungry",
|
"hungry",
|
||||||
"infallible",
|
"infallible",
|
||||||
|
"inspiring",
|
||||||
"jolly",
|
"jolly",
|
||||||
"jovial",
|
"jovial",
|
||||||
|
"keen",
|
||||||
"kickass",
|
"kickass",
|
||||||
"lonely",
|
"kind",
|
||||||
|
"laughing",
|
||||||
"loving",
|
"loving",
|
||||||
"mad",
|
"lucid",
|
||||||
|
"mystifying",
|
||||||
"modest",
|
"modest",
|
||||||
|
"musing",
|
||||||
"naughty",
|
"naughty",
|
||||||
"nauseous",
|
"nervous",
|
||||||
|
"nifty",
|
||||||
"nostalgic",
|
"nostalgic",
|
||||||
|
"objective",
|
||||||
|
"optimistic",
|
||||||
"peaceful",
|
"peaceful",
|
||||||
"pedantic",
|
"pedantic",
|
||||||
"pensive",
|
"pensive",
|
||||||
"prickly",
|
"practical",
|
||||||
|
"priceless",
|
||||||
|
"quirky",
|
||||||
|
"quizzical",
|
||||||
|
"relaxed",
|
||||||
"reverent",
|
"reverent",
|
||||||
"romantic",
|
"romantic",
|
||||||
"sad",
|
"sad",
|
||||||
"serene",
|
"serene",
|
||||||
"sharp",
|
"sharp",
|
||||||
"sick",
|
|
||||||
"silly",
|
"silly",
|
||||||
"sleepy",
|
"sleepy",
|
||||||
"small",
|
|
||||||
"stoic",
|
"stoic",
|
||||||
"stupefied",
|
"stupefied",
|
||||||
"suspicious",
|
"suspicious",
|
||||||
"tender",
|
"tender",
|
||||||
"thirsty",
|
"thirsty",
|
||||||
"tiny",
|
|
||||||
"trusting",
|
"trusting",
|
||||||
|
"unruffled",
|
||||||
|
"upbeat",
|
||||||
|
"vibrant",
|
||||||
|
"vigilant",
|
||||||
|
"wizardly",
|
||||||
|
"wonderful",
|
||||||
|
"xenodochial",
|
||||||
|
"youthful",
|
||||||
|
"zealous",
|
||||||
"zen",
|
"zen",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue