File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 111.1.15 (Oct 31st, 2025)
22- Fix FP connection to port 0 for IGMP flows.
33- Support monitoring two interfaces when Slips is running as an access point.
4- - Improve running slips on a growing zeek directory: Slips can now detect the interface, host IP and gateway IP.
5- - Handle IDMEFv2 API deprecation warning.
6-
4+ - Improve running slips on a growing zeek directory (using -g): Slips can now detect the interface, host IP and gateway IP.
75
861.1.14 (Oct 14th, 2025)
97- Security Patch for CVE-2025 -49844: Force use of Redis version 8.2.2
Original file line number Diff line number Diff line change 22# SPDX-License-Identifier: GPL-2.0-only
33from flask import Blueprint
44from flask import render_template
5- from flask import escape
5+ from markupsafe import escape
66import json
77from collections import defaultdict
88from typing import Dict , List
You can’t perform that action at this time.
0 commit comments