Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
azconger authored May 9, 2024
1 parent 70a4fe8 commit 284e270
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,11 @@ docker run --rm --publish 3000:3000 --name nodeexpressvulny stackhawk/nodeexpres
docker-compose up --build --detach
```

.

## Known Vulnerabilities

* SQL Injection via search box. - `item%' union all select * from user; -- `
* Cross Site Scripting via search box. - `<script>alert("hey guy");</script>`

Blank comment
Blank comment

0 comments on commit 284e270

Please sign in to comment.