Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated log4j dependency #147

Merged
merged 6 commits into from
Jan 12, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions BappManifest.bmf
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@ Uuid: 470b7057b86f41c396a97903377f3d81
ExtensionType: 1
Name: Logger++
RepoName: logger-plus-plus
ScreenVersion: 3.18
SerialVersion: 14
ScreenVersion: 3.19.3
SerialVersion: 19
MinPlatformVersion: 0
ProOnly: False
Author: Soroush Dalili & Corey Arthur, NCC Group
ShortDescription: Logs requests and responses for all Burp tools in a sortable table.
EntryPoint: releases/LoggerPlusPlus.jar
BuildCommand: gradle jar
SupportedProducts: Pro, Community
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies {
compile 'org.elasticsearch.client:elasticsearch-rest-high-level-client:7.5.2'
compile 'org.apache.httpcomponents:httpclient:4.5.6'
compile 'org.apache.commons:commons-text:1.7'
compile 'org.apache.logging.log4j:log4j-core:2.12.1'
compile 'org.apache.logging.log4j:log4j-core:2.17.0'
// Test on unix system
testRuntime files('/home/corey/BurpSuitePro/burpsuite_pro.jar')
// Test on Windows System
Expand Down