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.
pull/14074/head
Jason Ish 9 months ago
parent 35464150de
commit a4f722fca0

@ -13,6 +13,7 @@ EXTRA_DIST = \
firewall \
generate-evedoc.sh \
index.rst \
known-issues.rst \
upgrade \
upgrade.rst \
initscripts.rst \

@ -37,3 +37,4 @@ This is the documentation for Suricata |version|.
devguide/index.rst
verifying-source-files
appendix/index.rst
known-issues

@ -0,0 +1,9 @@
Known Issues
############
The following is a list of known issues in Suricata 8.0.
* When an IKE message contains multiple attributes with the same key,
only the first will be logged to avoid producing invalid JSON, or
introducing a logging format change. See
https://redmine.openinfosecfoundation.org/issues/7923.
Loading…
Cancel
Save