From ef4062f4853938d5b75bbad0c66e275124dcfc73 Mon Sep 17 00:00:00 2001 From: olliewuk Date: Wed, 15 Mar 2023 08:04:21 +0000 Subject: [PATCH] update the README --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e898e84..c7a3fdb 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,11 @@ All output returned is in JSON format which can be parsed and pretified by pipin ## Features -This tool is currently work in progress. The following lists track the implemented versus to do features. +The following lists track the implemented versus to do features. + +Please raise any bugs / feature requests as issues so they can be resolved. + +E-mail with any questions / feedback to `ollie.whitehouse at portswigger [.] net` ### Implemented @@ -70,8 +74,10 @@ This tool is currently work in progress. The following lists track the implement - [x] Update site scope via `updatesitescope` ### To Do -- [ ] write test cases - +- [ ] Update false positive status for an issue via `updatefalsepositive` +- [ ] Higher-level concept/command - extract scan issue to JSON via `extractscanissuetojson` +- [ ] Write test case suite +- ## Authentication Configuration You can configure authentication with the API key to work in one of two ways. Either via environment variables (i.e. setting the URL and/or API via specific variables) or by supplying the command line.