Skip to content

Commit

Permalink
htp/swf: Remove flash deprecation notice
Browse files Browse the repository at this point in the history
Issue: 6605

Flash decompression will remain so the deprecation notice is not needed.
  • Loading branch information
jlucovsky committed Jan 16, 2024
1 parent 6896a93 commit f658602
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/app-layer-htp.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit f658602

Please sign in to comment.