From 38c52d5818506ebab1f5e884ed9f340dc5888c86 Mon Sep 17 00:00:00 2001 From: Aaron Butler <101194564+AaronButler-Veracode@users.noreply.github.com> Date: Thu, 4 Jan 2024 10:29:14 -0500 Subject: [PATCH] Added DAST url blocklist link Added DAST URL adding blocklist linked project. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 02f0718..691e97d 100644 --- a/README.md +++ b/README.md @@ -206,6 +206,8 @@ These projects are community contributed and not supported by Veracode. For a li - [Veracode Dynamic Analysis Examples](https://github.com/anon-veracoder/veracode-dynamic-analysis-api-examples) ([anon-veracoder](https://github.com/anon-veracoder)) - Dynamic Analysis API Examples. Currently includes example code for using the Scanner Variables feature, where credentials can be defined and updated at the account level, and referenced in Selenium login scripts. +- [Veracode DAST - Add bulk urls to blocklist](https://github.com/AaronButler-Veracode/veracode_DAST_add_to_blocklist) ([aabutler](https://github.com/AaronButler-Veracode)) - Adds a list of urls to the blocklist for an existing DAST scan. + ## Results collection and display - [Excel (XLS)](https://github.com/Komiblanka/Veracode2xls) ([Komiblanka](https://github.com/Komiblanka/)) - Python scripts to format Veracode XML results into Excel workbook formats for easier human consumption.