Skip to content

Commit

Permalink
Update test with JndiManager.class from log4j 2.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hillu committed Dec 18, 2021
1 parent 73202d6 commit 5eec3af
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions filter/filter_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ func TestFilterJndi(t *testing.T) {
v{"2.15.0", true},
v{"2.16.0", false},
v{"2.16.0-debian", false},
v{"2.17.0", false},
} {
file := "../testdata/JndiManager.class-" + cand.version
buf, err := ioutil.ReadFile(file)
Expand Down
Binary file added testdata/JndiManager.class-2.17.0
Binary file not shown.

0 comments on commit 5eec3af

Please sign in to comment.