Skip to content

Commit

Permalink
point TDS plugin back upstream to amazon's github repo; rename log po…
Browse files Browse the repository at this point in the history
…licy to match merge from upstream
  • Loading branch information
mmguero committed Mar 20, 2024
1 parent b9caae9 commit ba30292
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion shared/bin/zeek_install_plugins.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ ZKG_GITHUB_URLS=(
"https://github.com/0xxon/cve-2020-0601"
"https://github.com/0xxon/cve-2020-13777"
"https://github.com/mmguero-dev/zeek-plugin-profinet|master"
"https://github.com/mmguero-dev/zeek-plugin-tds|master"
"https://github.com/amzn/zeek-plugin-tds|master"
"https://github.com/cisagov/icsnpp-bacnet"
"https://github.com/cisagov/icsnpp-bsap"
"https://github.com/cisagov/icsnpp-dnp3"
Expand Down
2 changes: 1 addition & 1 deletion zeek/config/local.zeek
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ redef CVE_2021_44228::log = F;
##! Other logs we're just disabling unilaterally

# amzn/zeek-plugin-profinet's profinet_dce_rpc.log is covered by cisagov/icsnpp-profinet-io-cm
hook Profinet::log_policy_profinet_dce_rpc(
hook Profinet::log_policy_dce_rpc(
rec: Profinet::Profinet_DCE_RPC,
id: Log::ID,
filter: Log::Filter) {
Expand Down

0 comments on commit ba30292

Please sign in to comment.