Skip to content

Commit b3878db

Browse files
Improved readability
1 parent da58944 commit b3878db

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Enterprise Security API for Java (Legacy)
66
[![Coverity Status](https://scan.coverity.com/projects/8517/badge.svg)](https://scan.coverity.com/projects/bkimminich-esapi-java-legacy)
77
[![OpenSSF Best Practices](https://bestpractices.coreinfrastructure.org/projects/137/badge)](https://bestpractices.coreinfrastructure.org/projects/137)
88

9-
<table border=10>
9+
<table border=10">
1010
<tr>
1111
<td>
1212
OWASP® ESAPI (The OWASP Enterprise Security API) is a free, open source, web application security control library that makes it easier for programmers to write lower-risk applications. The ESAPI for Java library is designed to make it easier for programmers to retrofit security into existing applications. ESAPI for Java also serves as a solid foundation for new development.
@@ -47,7 +47,7 @@ fact, without the
4747
that's the version that will be used by default.
4848

4949
# Quickstart - Maven Example
50-
### Step 1: Add the required maven dependencies.
50+
#### Step 1: Add the required maven dependencies.
5151
<details>
5252

5353
```xml
@@ -68,15 +68,15 @@ that's the version that will be used by default.
6868

6969
</details>
7070

71-
### Step 2: Create 2 properties file namely: ESAPI.properties and validation.properties and add them to your classpath. You can refer to below for boilerplate configurations.
71+
#### Step 2: Create 2 properties file namely: ESAPI.properties and validation.properties and add them to your classpath. You can refer to below for boilerplate configurations.
7272
<details>
7373

7474
[ESAPI.properties](https://github.com/ESAPI/esapi-java-legacy/blob/develop/configuration/esapi/ESAPI.properties) <br/>
7575
[validation.properties](https://github.com/ESAPI/esapi-java-legacy/blob/develop/configuration/esapi/validation.properties)
7676

7777
</details>
7878

79-
### Step 3: Let's say, you want to remediate log injection vulnerabilities. Below is an example to achieve it.
79+
#### Step 3: Let's say, you want to remediate log injection vulnerabilities. Below is an example to achieve it.
8080
<details>
8181

8282
```code

0 commit comments

Comments
 (0)