Skip to content

Commit

Permalink
scan description added to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Skjaldbaka17 committed Dec 22, 2021
1 parent ff65989 commit 79b457a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ Scan file for vulnerability and remove the vulnerable class.
./bin/log4fix fix </path/to/file.war> --overwrite
```

Scan directory for vulnerability.
```
./bin/log4fix scan </path/to/dir>
```

We recommend taking a backup of the files prior to overwriting them.
On Windows, it may be necessary to stop the service prior to applying the fix.
Once the fix has been applied, the service should be restarted.
Expand Down

0 comments on commit 79b457a

Please sign in to comment.