Skip to content

Commit

Permalink
change slips threshold to 3.86 and dont export to slack [skip-ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
AlyaGomaa committed May 24, 2024
1 parent dac891c commit 997865b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/slips.conf
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ client_ips = []
# May lead to false negatives
# - 3.1: The start of the Optimal range, has more false positives but more accurate.
# - 3.86: The end of the Optimal range, has less false positives but less accurate.
evidence_detection_threshold = 0.2
evidence_detection_threshold = 3.86


# Slips can show a popup/notification with every alert. Only yes or no
Expand Down Expand Up @@ -307,7 +307,7 @@ pastebin_download_threshold = 700
# available options [slack,stix] without quotes
#export_to = [stix]
#export_to = [slack]
export_to = [slack]
export_to = []

# We'll use this channel to send alerts
slack_channel_name = proj_slips_alerting_module
Expand Down

0 comments on commit 997865b

Please sign in to comment.