Skip to content
This repository has been archived by the owner on May 14, 2020. It is now read-only.

Properly initializing anomaly_score and friends #32

Merged
merged 1 commit into from
May 7, 2013
Merged

Properly initializing anomaly_score and friends #32

merged 1 commit into from
May 7, 2013

Conversation

dune73
Copy link
Contributor

@dune73 dune73 commented May 7, 2013

Properly initialized the following variables as 0
so that they do not end up as "-" when used in a
logfile:
tx.anomaly_score
tx.sql_injection_score
tx.xss_score
tx.inbound_anomaly_score
tx.outbound_anomaly_score

Set these in rule 900002. Moved initialization of
tx.inbound_anomaly_score_level to the rule 900003, to that
900002 would be freed.

so that they do not end up as "-" when used in a
logfile:
   tx.anomaly_score
   tx.sql_injection_score
   tx.xss_score
   tx.inbound_anomaly_score
   tx.outbound_anomaly_score

Set these in rule 900002.  Moved initialization of
tx.inbound_anomaly_score_level to the rule 900003, to that
900002 would be freed.
rcbarnett-zz pushed a commit that referenced this pull request May 7, 2013
Properly initializing anomaly_score and friends
@rcbarnett-zz rcbarnett-zz merged commit 9a715d8 into SpiderLabs:master May 7, 2013
@rcbarnett-zz
Copy link
Contributor

Thanks Christian!

@dune73
Copy link
Contributor Author

dune73 commented May 7, 2013

Glad to be helpful.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants