Skip to content

Commit afc8ca9

Browse files
authored
log4j2: Switch to the Log4j 2 development branch (#12514)
In #12304, we used `fuzzing` branch of the `apache/logging-log4j2` repository while developing the Log4j 2 integration. This work was successful and we eventually merged the `fuzzing` branch to `2.x`<sup>1</sup> in apache/logging-log4j2#2949. Now we can point OSS-Fuzz to the permanent location of the Log4j 2 fuzz tests. <sup>1</sup> [`2.x` is the main branch where Log4j 2 development takes place.](https://logging.apache.org/log4j/2.x/development.html#branching)
1 parent a06f052 commit afc8ca9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/log4j2/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
#
1616
################################################################################
1717

18-
git clone --depth 1 --branch fuzzing --single-branch https://github.com/apache/logging-log4j2
18+
git clone --depth 1 --branch 2.x --single-branch https://github.com/apache/logging-log4j2
1919
./logging-log4j2/oss-fuzz-build.sh "$OUT"

0 commit comments

Comments
 (0)