From 854496d54bbd3fac4a8850d5306652f857709b09 Mon Sep 17 00:00:00 2001 From: "mwatson@veracode.com" Date: Wed, 6 Nov 2019 08:28:26 +0000 Subject: [PATCH 1/2] Removed references to jQuery 3 - leaving 1.11.2 --- VeraDemoNet/VeraDemoNet.csproj | 13 ------------- VeraDemoNet/packages.config | 2 +- 2 files changed, 1 insertion(+), 14 deletions(-) diff --git a/VeraDemoNet/VeraDemoNet.csproj b/VeraDemoNet/VeraDemoNet.csproj index da5f58c..16645b1 100644 --- a/VeraDemoNet/VeraDemoNet.csproj +++ b/VeraDemoNet/VeraDemoNet.csproj @@ -273,18 +273,7 @@ - - - - - - - - - - - Web.config @@ -322,8 +311,6 @@ - - 10.0 diff --git a/VeraDemoNet/packages.config b/VeraDemoNet/packages.config index 8c93d26..ff94b51 100644 --- a/VeraDemoNet/packages.config +++ b/VeraDemoNet/packages.config @@ -3,7 +3,7 @@ - + From 9e2968280b9e65f0e5dc7e297b6f439ac8464d11 Mon Sep 17 00:00:00 2001 From: dipsylala Date: Wed, 6 Nov 2019 08:47:41 +0000 Subject: [PATCH 2/2] Updated README to remove TODO TODO Can be handled separately. --- README.md | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/README.md b/README.md index eda3ecc..9e9cb13 100644 --- a/README.md +++ b/README.md @@ -58,25 +58,3 @@ Install the AWS Toolkit for VS 2017 - https://aws.amazon.com/visualstudio/ ## Exploitation Demos See the `docs` folder - - -# TODO - - -## Immediate: - -* Make it more easily deployable into Cloud Services (MS have lots of nice tools to help) -* Test on Greenlight. - -## Ongoing: -* Add a couple of 'legacy' ASPX pages so that Greenlight can be demoed on pages (it doesn't work on CSHTML) -* DOM based XSS to demonstrate Javascript-oriented flaw remedation -* SourceClear/SCA demonstration through use of outdated/flaws 3rd party components - -## Missing from here, but in Verademo -* cwe-113-http-response-splitting -* cwe-134-format-string-injection -* cwe-384-session-fixation - -## Specific to .NET - possibly to implement (but bear in mind resourcing on supporting course notes) -* cwe-80 based on inadvertant exposure of public method in a controller. All controller methods are publicly accessible via get/set so look at converting to private/protected or use the [NonAction] attribute \ No newline at end of file