Skip to content

Commit 35e9776

Browse files
committed
added explanation for Node test runner & imports in explanations
1 parent 19d0579 commit 35e9776

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Access Control Testing Tool
22

3-
This TypeScript tool automates testing web applications for **Broken Access Control** vulnerabilities based on an enhanced **OpenAPI specification**. Developed by [Peerigon](https://peerigon.com/) as part of a bachelor's thesis, it leverages a specially annotated OpenAPI specification to explicitly determine which resources an API endpoint accesses and the type of access involved. For details on annotations, see [Annotating OpenAPI](#2-openapi-annotate).
3+
This TypeScript tool automates testing web applications for **Broken Access Control** vulnerabilities based on an enhanced **OpenAPI specification**. Developed by [Peerigon](https://peerigon.com/) as part of a bachelor's thesis, it leverages a specially annotated OpenAPI specification to explicitly determine which resources an API endpoint accesses and the type of access involved. For details on annotations, see [Annotating Resources](#2-annotating-resources).
44

55
The tool generates test cases based on defined user-resource relationships and verifies whether the web application's access control policy is correctly enforced. Results are clearly displayed in a console-based report.
66

0 commit comments

Comments
 (0)