prelude-correlator/master: Small impact description fix
[email protected] Fri, 5 Nov 2010 15:48:56 +0100 (CET)
| Newsgroups | gmane.comp.security.ids.prelude.cvs |
|---|---|
| Message-ID | <[email protected]> |
commit b56674d3da820912a07b89006625d6870458f378 Author: Yoann Vandoorselaere <[email protected]> Date: Fri Sep 10 16:00:32 2010 +0200 Small impact description fix ======================================== PreludeCorrelator/plugins/worm.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ======================================== diff --git a/PreludeCorrelator/plugins/worm.py b/PreludeCorrelator/plugins/worm.py index 40637e3..4237deb 100644 --- a/PreludeCorrelator/plugins/worm.py +++ b/PreludeCorrelator/plugins/worm.py @@ -65,6 +65,6 @@ class WormPlugin(Plugin): ctx.Set("alert.classification.text", "Possible Worm Activity") ctx.Set("alert.correlation_alert.name", "Source host is repeating actions taken against it recently") ctx.Set("alert.assessment.impact.severity", "high") - ctx.Set("alert.assessment.impact.description", source + " has repeated actions taken against it recently at least 5 times. It may have been infected with a worm.") + ctx.Set("alert.assessment.impact.description", source + " has repeated actions taken against it recently at least %d times. It may have been infected with a worm." % (self.__repeat_target)) ctx.alert() ctx.destroy() _______________________________________________ Prelude-cvslog site list [email protected] http://lists.prelude-technologies.com/mailman/listinfo/prelude-cvslog