You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 2, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+2-12Lines changed: 2 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -95,20 +95,10 @@ There is an option to obtain statistics about the information logged in the data
95
95
96
96
# Build the extension JAR file
97
97
98
-
Use the following command and the JAR file will be located in folder **build/lib**:
98
+
Use the following command and the JAR file **LogRequestsToSQLite.jar**will be located in folder **target**:
99
99
100
100
```
101
-
$ gradlew clean fatJar
102
-
```
103
-
104
-
# Audit third party dependencies
105
-
106
-
The goal `dependencyCheckAnalyze` can be used to verify if one of the dependencies used contains CVE.
107
-
108
-
Use the command line option `-PodcGradlePluginVersion=x.x.x` to specify a specific version of the [OWASP Dependency Check Grable plugin](https://mvnrepository.com/artifact/org.owasp/dependency-check-gradle)
0 commit comments