Skip to content

Commit

Permalink
Logpresso Log4j2 Scanner version 2.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nedjitef committed Jan 3, 2022
1 parent 7c00ef3 commit b4e364c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions log4j-scanner/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>de.inett</groupId>
<artifactId>log4j-scanner</artifactId>
<version>2.6.1</version>
<version>2.7.1</version>
<packaging>jar</packaging>
<name>CMK wrapper for Logpresso Log4j2 Scanner</name>

Expand Down Expand Up @@ -117,7 +117,7 @@
<dependency>
<groupId>com.github.logpresso</groupId>
<artifactId>CVE-2021-44228-Scanner</artifactId>
<version>2.6.1</version>
<version>2.7.1</version>
</dependency>
</dependencies>

Expand Down
1 change: 1 addition & 0 deletions mkp/agent_based/log4j_scanner.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ def vulns():
yield {"cve": "CVE-2021-45105", "product": "log4j 2.16.0"}
yield {"cve": "CVE-2021-4104", "product": "log4j 1.x"}
yield {"cve": "CVE-2021-42550", "product": "logback 0.9-1.2.7"}
yield {"cve": "CVE-2021-44832", "product": "log4j 2"}

for vuln in vulns():
yield Service(
Expand Down

0 comments on commit b4e364c

Please sign in to comment.