mirror of
https://github.com/zeek/zeek.git
synced 2025-10-17 14:08:20 +00:00
Merge remote-tracking branch 'origin/master' into topic/seth/metrics-merge
This commit is contained in:
commit
93eca70e6b
39 changed files with 875 additions and 74 deletions
|
@ -17,13 +17,6 @@
|
|||
# information.
|
||||
@load frameworks/software/vulnerable
|
||||
|
||||
# Example vulnerable software. This needs to be updated and maintained over
|
||||
# time as new vulnerabilities are discovered.
|
||||
redef Software::vulnerable_versions += {
|
||||
["Flash"] = [$major=10,$minor=2,$minor2=153,$addl="1"],
|
||||
["Java"] = [$major=1,$minor=6,$minor2=0,$addl="22"],
|
||||
};
|
||||
|
||||
# Detect software changing (e.g. attacker installing hacked SSHD).
|
||||
@load frameworks/software/version-changes
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue