Skip to content

Commit 2c95872

Browse files
committed
update readme
1 parent c37e9c9 commit 2c95872

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,15 +85,17 @@ _Note: The version distributed on the [BApp Store](https://portswigger.net/bapps
8585
- [ ] Beautify the graphical user interface.
8686
- [ ] Deep parsing of `OpenAPI` schemas to collect all nested parameters along with their example/type.
8787
- [ ] Code simplification/refactoring.
88-
- [ ] Use `MyHttpRequest` instead of `RequestWithMetadata`.
88+
- [x] Use `MyHttpRequest` instead of `RequestWithMetadata`.
8989
- [x] Enable cells editing to change `API` calls directly from the `GUI`.
9090
- [ ] Fix the custom request editor tab to work properly with intercepted requests based on the match and replace rulesets.
9191
- [x] Further optimise the source code.
9292
- [ ] Implement support for authenticated testing (via user-supplied `API`-keys).
9393
- [x] Improve the `Param` column by adding parameters type (e.g. `inquery`, `inbody`).
94-
- [ ] Improve the tables and context menus.
94+
- [x] Improve the tables and context menus.
9595
- [x] Increase the extension verbosity (via the bottom panel).
9696

97+
See [TODO](TODO.md) for additional outstanding tasks.
98+
9799
## Project Information
98100

99101
In July 2016, after posting a request for improvement on the [PortSwigger support forum](https://support.portswigger.net/customer/portal/questions/16358278-swagger-parser-and-wsdler-improvement), I decided to take the initiative and to implement a solution myself.

0 commit comments

Comments
 (0)