mirror of
https://github.com/zeek/zeek.git
synced 2025-10-14 12:38:20 +00:00
Generation of docs for http/detect-webapps.bro and depending scripts now works.
This commit is contained in:
parent
f0143c3c5f
commit
d1cdc9f208
1 changed files with 4 additions and 8 deletions
|
@ -160,14 +160,12 @@ rest_target(${POLICY_SRC_DIR} functions.bro user)
|
|||
# TODO: hot.conn.bro currently won't load because hot.bro doesn't exist
|
||||
#rest_target(${POLICY_SRC_DIR} hot.conn.bro user)
|
||||
|
||||
# TODO: http.bro doesn't load because http/detect-webapps.bro doesn't load
|
||||
#rest_target(${POLICY_SRC_DIR} http.bro policy/http-index)
|
||||
rest_target(${POLICY_SRC_DIR} http.bro policy/http-index)
|
||||
rest_target(${POLICY_SRC_DIR} http/base-extended.bro policy/http-index)
|
||||
rest_target(${POLICY_SRC_DIR} http/base.bro policy/http-index)
|
||||
rest_target(${POLICY_SRC_DIR} http/detect-intel.bro policy/http-index)
|
||||
rest_target(${POLICY_SRC_DIR} http/detect-sqli.bro policy/http-index)
|
||||
# TODO: http/detect-webapps.bro doesn't load in doc mode, not sure why yet
|
||||
#rest_target(${POLICY_SRC_DIR} http/detect-webapps.bro policy/http-index)
|
||||
rest_target(${POLICY_SRC_DIR} http/detect-webapps.bro policy/http-index)
|
||||
rest_target(${POLICY_SRC_DIR} http/file-extract.bro policy/http-index)
|
||||
rest_target(${POLICY_SRC_DIR} http/file-hash.bro policy/http-index)
|
||||
rest_target(${POLICY_SRC_DIR} http/file-ident.bro policy/http-index)
|
||||
|
@ -184,12 +182,10 @@ rest_target(${POLICY_SRC_DIR} irc/dcc-send.bro policy/irc-index)
|
|||
rest_target(${POLICY_SRC_DIR} known-services.bro user)
|
||||
rest_target(${POLICY_SRC_DIR} known-hosts.bro user)
|
||||
|
||||
# TODO: metrics.bro doesn't load because of http/detect-webapps.bro
|
||||
#rest_target(${POLICY_SRC_DIR} metrics.bro policy/metrics-index)
|
||||
rest_target(${POLICY_SRC_DIR} metrics.bro policy/metrics-index)
|
||||
rest_target(${POLICY_SRC_DIR} metrics/base.bro policy/metrics-index)
|
||||
rest_target(${POLICY_SRC_DIR} metrics/conn-example.bro policy/metrics-index)
|
||||
# TODO: metrics/http-example.bro doesn't load because of http/detect-webapps.bro
|
||||
#rest_target(${POLICY_SRC_DIR} metrics/http-example.bro policy/metrics-index)
|
||||
rest_target(${POLICY_SRC_DIR} metrics/http-example.bro policy/metrics-index)
|
||||
|
||||
rest_target(${POLICY_SRC_DIR} mime.bro policy/mime-index)
|
||||
rest_target(${POLICY_SRC_DIR} mime/base.bro policy/mime-index)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue