Skip to content

Commit

Permalink
Changes to address linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
RRudder committed Jun 18, 2024
1 parent 11de2ba commit 9849931
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,20 @@ The impact of this vulnerability can lead to an attacker creating multiple fake
## Steps to Reproduce

1. Enable a HTTP interception proxy, such as Burp Suite or OWASP ZAP
2. Use a browser to navigate to: {{URL}}
3. Register User Account A
4. Using the HTTP interception proxy, intercept the following request:
1. Use a browser to navigate to: {{URL}}
1. Register User Account A
1. Using the HTTP interception proxy, intercept the following request:

```HTTP
{{request}}
```

5. Modify the following parameters:
1. Modify the following parameters:

{{payload}}

6. Forward the request then turn off interception in the proxy
7. Observe that User Account A is activated without email verification.
1. Forward the request then turn off interception in the proxy
1. Observe that User Account A is activated without email verification.

## Proof of Concept (PoC)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Missing SRI could result in reputational damage for the business through the imp
3. Search for `<script>` and `<link>` tags that load external resources.
4. Observe that the following tags are missing an `integrity` attribute:

> - <List of tags missing an 'integrity' attribute>
{{List of tags missing an 'integrity' attribute}}

## Proof of Concept (PoC)

Expand Down

0 comments on commit 9849931

Please sign in to comment.