Skip to content

Commit

Permalink
v1.2.18
Browse files Browse the repository at this point in the history
  • Loading branch information
nhnghia committed Jun 3, 2023
1 parent ab27014 commit aee7ce4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Version 1.2.18 (03 June 2023)
- Add security rule 98 to detect attacks concerning HTTP2
- Add warning messages when DPI payload points to outside of packet data
- Print timeval in alert messages

# Version 1.2.17 (17 May 2023)
- Add 2 security rules, 96, 97 to detect attacks concerning HTTP2

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.17
VERSION := 1.2.18

CACHE_LINESIZE := 64 #$(shell getconf LEVEL1_DCACHE_LINESIZE)

Expand Down

0 comments on commit aee7ce4

Please sign in to comment.