We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa60bfe commit dc957a0Copy full SHA for dc957a0
cve_bin_tool/checkers/mosquitto.py
@@ -16,5 +16,5 @@
16
class MosquittoChecker(Checker):
17
CONTAINS_PATTERNS: list[str] = []
18
FILENAME_PATTERNS: list[str] = []
19
- VERSION_PATTERNS = [r"([0-9]+\.[0-9]+\.[0-9]+)\r?\nmosquitto"]
+ VERSION_PATTERNS = [r"\r?\n([0-9]+\.[0-9]+\.[0-9]+)\r?\nmosquitto"]
20
VENDOR_PRODUCT = [("eclipse", "mosquitto")]
0 commit comments