Merge branch 'topic/christian/doc-tweaks' of https://github.com/ckreibich/bro

This commit is contained in:
Robin Sommer 2017-10-27 13:27:16 -07:00
commit b6e3603481
4 changed files with 14 additions and 10 deletions

View file

@ -1,4 +1,10 @@
2.5-332 | 2017-10-27 13:27:16 -0700
* Bro docs tweaks for correctness and readability. (Christian Kreibich)
* Fix use-after-free in Trigger.cc. (Johanna Amann)
2.5-328 | 2017-10-16 13:13:41 -0700
* Patch OOB write in content-line analyzer.

View file

@ -1 +1 @@
2.5-328
2.5-332

View file

@ -152,12 +152,10 @@ sup, sub {
pre, code {
white-space: pre;
overflow: auto;
margin-left: 2em;
margin-right: 2em;
margin-top: .5em;
margin-bottom: 1.5em;
word-wrap: normal;
overflow: auto;
margin-left: 0.25em;
margin-right: 0.25em;
word-wrap: normal;
}
pre, code, tt {

View file

@ -10,7 +10,7 @@
{% endblock %}
{% block header %}
<iframe src="//www.bro.org/frames/header-no-logo.html" width="100%" height="100px" frameborder="0" marginheight="0" scrolling="no" marginwidth="0">
<iframe src="https://www.bro.org/frames/header-no-logo.html" width="100%" height="100px" frameborder="0" marginheight="0" scrolling="no" marginwidth="0">
</iframe>
{% endblock %}
@ -108,6 +108,6 @@
{% endblock %}
{% block footer %}
<iframe src="//www.bro.org/frames/footer.html" width="100%" height="420px" frameborder="0" marginheight="0" scrolling="no" marginwidth="0">
<iframe src="https://www.bro.org/frames/footer.html" width="100%" height="420px" frameborder="0" marginheight="0" scrolling="no" marginwidth="0">
</iframe>
{% endblock %}