Skip to content

Upgrade to log4j 2.15.0 to address CVE-2021-44228 #315

@sdarvell

Description

@sdarvell

Could log4j be upgraded to 2.15.0 to address CVE-2021-44228?

adding below in pom.xml seems to do it

<dependencyManagement>
    <dependencies>
     ...
           <dependency>
             <groupId>org.apache.logging.log4j</groupId>
             <artifactId>log4j-bom</artifactId>
             <version>2.15.0</version>
             <scope>import</scope>
             <type>pom</type>
        </dependency>
     ...
        <dependency>

https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-44228

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions