Skip to content

Commit 9146fc8

Browse files
catenacybervictorjulien
authored andcommitted
doc: upgrade note about keyword tls.cert_subject
Following commit 5379b52 rules that use multiple times the keyword tls.cert_subject will result in Warning: detect: duplicate instance for tls.cert_subject These rules likely meant to use a multi-buffer which is not the case for tls.cert_subject (even if it was documented so). Ticket: 7890 This is put in a new section of upgrade notes for upgrading to 8.0.1
1 parent 27e165f commit 9146fc8

1 file changed

Lines changed: 15 additions & 3 deletions

File tree

doc/userguide/upgrade.rst

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,21 @@ also check all the new features that have been added but are not covered by
3434
this guide. Those features are either not enabled by default or require
3535
dedicated new configuration.
3636

37+
Upgrading to 8.0.1
38+
------------------
39+
40+
Major changes
41+
~~~~~~~~~~~~~
42+
43+
- Various expected PPP packet types will no longer be marked as Unsupported Protocol
44+
when in a PPPOE packet.
45+
- Added Cisco Discovery Protocol Control Protocol as a valid PPP packet.
46+
47+
Keyword changes
48+
~~~~~~~~~~~~~~~
49+
- Usage of multiple ``tls.cert_subject`` in a rule will print a warning
50+
as this keyword was not and is not implemented as a multi-buffer.
51+
3752
Upgrading 7.0 to 8.0
3853
--------------------
3954
.. note:: ``stats.whitelist`` has been renamed to ``stats.score`` in ``eve.json``
@@ -176,9 +191,6 @@ Major changes
176191
of a request/response in the respective direction. This means that earlier a
177192
content that matched just because it fell in the inspection chunk without wholly
178193
belonging to any one request/response may not match any longer.
179-
- Various expected PPP packet types will no longer be marked as Unsupported Protocol
180-
when in a PPPOE packet.
181-
- Added Cisco Discovery Protocol Control Protocol as a valid PPP packet.
182194

183195
Removals
184196
~~~~~~~~

0 commit comments

Comments
 (0)