Skip to content

Commit

Permalink
links are broken mistake fixed in 4-Web_Application_Security_Testing/…
Browse files Browse the repository at this point in the history
…07-Input_Validation_Testing/03-Testing_for_SQL_Injection (OWASP#591)
  • Loading branch information
Manindar Mohan committed Jul 1, 2023
1 parent 04a6714 commit cd15fd4
Showing 1 changed file with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -805,14 +805,14 @@ For generic input validation security, refer to the [Input Validation CheatSheet

Technology specific Testing Guide pages have been created for the following DBMSs:

- [Oracle](05.1-Testing_for_Oracle.md)
- [MySQL](05.2-Testing_for_MySQL.md)
- [SQL Server](05.3-Testing_for_SQL_Server.md)
- [PostgreSQL](05.4-Testing_PostgreSQL.md)
- [MS Access](05.5-Testing_for_MS_Access.md)
- [NoSQL](05.6-Testing_for_NoSQL_Injection.md)
- [ORM](05.7-Testing_for_ORM_Injection.md)
- [Client-side](05.8-Testing_for_Client-side.md)
- [Oracle](03.1-Testing_for_Oracle.md)
- [MySQL](03.2-Testing_for_MySQL.md)
- [SQL Server](03.3-Testing_for_SQL_Server.md)
- [PostgreSQL](03.4-Testing_PostgreSQL.md)
- [MS Access](03.5-Testing_for_MS_Access.md)
- [NoSQL](03.6-Testing_for_NoSQL_Injection.md)
- [ORM](03.7-Testing_for_ORM_Injection.md)
- [Client-side](03.8-Testing_for_Client-side.md)

### Whitepapers

Expand Down

0 comments on commit cd15fd4

Please sign in to comment.