mirror of
https://github.com/zeek/zeek.git
synced 2025-10-15 21:18:20 +00:00
Fix some malformed Broxygen xref roles.
This commit is contained in:
parent
366a5de606
commit
cc1459ef35
22 changed files with 80 additions and 66 deletions
|
@ -9,7 +9,7 @@ module SSH;
|
|||
export {
|
||||
redef enum Notice::Type += {
|
||||
## Indicates that a host has been identified as crossing the
|
||||
## :bro:id:`password_guesses_limit` threshold with heuristically
|
||||
## :bro:id:`SSH::password_guesses_limit` threshold with heuristically
|
||||
## determined failed logins.
|
||||
Password_Guessing,
|
||||
## Indicates that a host previously identified as a "password guesser"
|
||||
|
|
|
@ -12,7 +12,7 @@ export {
|
|||
redef enum Notice::Type += {
|
||||
## Generated if a login originates or responds with a host and the
|
||||
## reverse hostname lookup resolves to a name matched by the
|
||||
## :bro:id:`interesting_hostnames` regular expression.
|
||||
## :bro:id:`SSH::interesting_hostnames` regular expression.
|
||||
Interesting_Hostname_Login,
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue