Skip to content

Commit 2bddc6f

Browse files
committed
doc/userguide: add a known issues page
The idea of this page is to track known issues on a release branch that we do not plan to fix. (cherry picked from commit a4f722f)
1 parent f859445 commit 2bddc6f

3 files changed

Lines changed: 12 additions & 1 deletion

File tree

doc/userguide/Makefile.am

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ EXTRA_DIST = \
99
devguide \
1010
file-extraction \
1111
index.rst \
12+
known-issues.rst \
1213
upgrade \
1314
upgrade.rst \
1415
initscripts.rst \

doc/userguide/index.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,5 @@ This is the documentation for Suricata |version|.
3434
acknowledgements
3535
licenses/index.rst
3636
devguide/index.rst
37-
verifying-source-files
37+
verifying-source-files
38+
known-issues

doc/userguide/known-issues.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
Known Issues
2+
############
3+
4+
The following is a list of known issues in Suricata 8.0.
5+
6+
* When an IKE message contains multiple attributes with the same key,
7+
only the first will be logged to avoid producing invalid JSON, or
8+
introducing a logging format change. See
9+
https://redmine.openinfosecfoundation.org/issues/7923.

0 commit comments

Comments
 (0)