Skip to content

Commit ee60e30

Browse files
authored
Publish Latest 2025-07-30 (#453)
Updates based on OWASP/wstg@937b817
1 parent d5992c7 commit ee60e30

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

latest/4-Web_Application_Security_Testing/12-API_Testing/00-API_Testing_Overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ Application APIs that conform to REST principles use the response status code of
107107
| 307 | Temporary Redirect | Temporary redirection of resource |
108108
| 400 | Bad Request | Malformed request by the client |
109109
| 401 | Unauthorized | Client is not allowed to make requests or access a particular resource |
110-
| 402 | Forbidden | Client is forbidden to access the resource |
110+
| 403 | Forbidden | Client is forbidden to access the resource |
111111
| 404 | Not Found | Resource doesn't exist or incorrect based on the request |
112112
| 405 | Method Not Allowed | Invalid method or unknown method used |
113113
| 500 | Internal Server Error | Server failed to process request due to an internal error |

latest/4-Web_Application_Security_Testing/12-API_Testing/01-API_Reconnaissance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ APIs can be public or private.
2525

2626
#### Public APIs
2727

28-
Public APIs typically have their details published in a Swagger/OpenAPI document. Gaining access to this document is important to understand the attack surface. Equally important is finding older versions of this document that might show depricated but still functional code that may have security vulnerabilities.
28+
Public APIs typically have their details published in a Swagger/OpenAPI document. Gaining access to this document is important to understand the attack surface. Equally important is finding older versions of this document that might show deprecated but still functional code that may have security vulnerabilities.
2929

3030
Keep in mind that this document, however well intentioned, may not be accurate, and also may not dislose the complete API.
3131

0 commit comments

Comments
 (0)