Log4 Vulnerable

Issue #13 resolved
Neeraj Bhatia created an issue

Hi Support team,

We are using ‘Variable Tasks’ for bamboo plugin in our organization. Could you please confirm if its vulnerable to Log4j vulnerability CVE-2021-44228?

Thanks,

Neeraj

Comments (2)

  1. Michael Knight

    This plugin is not inherently vulnerable as it uses log4j 1.x (CVE-2021-44228 indicates only versions Log4j2 2.0-beta9 and higher is affected).

    $ mvn help:effective-pom | grep -A2 -B2 log4j
          <dependency>
            <groupId>org.slf4j</groupId>
            <artifactId>slf4j-log4j12</artifactId>
            <version>1.7.10</version>
          </dependency>
    

  2. Log in to comment