mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-10-09 15:52:27 +03:00
fdr: add grey box control for flood detection
This commit is contained in:
committed by
Matthew Barr
parent
9363ae7486
commit
1be1293491
@@ -63,6 +63,7 @@ Grey::Grey(void) :
|
||||
allowDecoratedLiteral(true),
|
||||
allowNoodle(true),
|
||||
fdrAllowTeddy(true),
|
||||
fdrAllowFlood(true),
|
||||
violetAvoidSuffixes(true),
|
||||
violetAvoidWeakInfixes(true),
|
||||
violetDoubleCut(true),
|
||||
@@ -226,6 +227,7 @@ void applyGreyOverrides(Grey *g, const string &s) {
|
||||
G_UPDATE(allowDecoratedLiteral);
|
||||
G_UPDATE(allowNoodle);
|
||||
G_UPDATE(fdrAllowTeddy);
|
||||
G_UPDATE(fdrAllowFlood);
|
||||
G_UPDATE(violetAvoidSuffixes);
|
||||
G_UPDATE(violetAvoidWeakInfixes);
|
||||
G_UPDATE(violetDoubleCut);
|
||||
|
Reference in New Issue
Block a user