Skip to content

Commit

Permalink
v1.2.17
Browse files Browse the repository at this point in the history
  • Loading branch information
nhnghia committed May 17, 2023
1 parent d9d6698 commit 0544436
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 51 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Version 1.2.17 (17 May 2023)
- Add 2 security rules, 96, 97 to detect attacks concerning HTTP2

# Version 1.2.16 (23 Mar 2023)
- Add prefix`MMT_SEC_` to the env variable in rule 95
- Add security rule to detect Slowloris DoS attack
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ MMT_DPI_DIR := $(MMT_BASE)/dpi

#get git version abbrev
GIT_VERSION := $(shell git log --format="%h" -n 1)
VERSION := 1.2.16
VERSION := 1.2.17

CACHE_LINESIZE := 64 #$(shell getconf LEVEL1_DCACHE_LINESIZE)

Expand Down
50 changes: 0 additions & 50 deletions rules/98.http2_payload_fuzzing.xml

This file was deleted.

0 comments on commit 0544436

Please sign in to comment.