htp/swf: Remove flash deprecation notice

Issue: 6605

Flash decompression will remain so the deprecation notice is not needed.
pull/10187/head
Jeff Lucovsky 3 years ago committed by Victor Julien
parent 58f882db94
commit 995f5fc8c5

@ -2905,8 +2905,6 @@ static void HTPConfigParseParameters(HTPCfgRec *cfg_prec, ConfNode *s,
if (strcasecmp("enabled", pval->name) == 0) {
if (ConfValIsTrue(pval->val)) {
cfg_prec->swf_decompression_enabled = 1;
SCLogWarning("Flash decompression is deprecated and will be removed in "
"Suricata 8; see ticket #6179");
} else if (ConfValIsFalse(pval->val)) {
cfg_prec->swf_decompression_enabled = 0;
} else {

Loading…
Cancel
Save