From 8fe5923200276a9a4c8cc58705564d0769246755 Mon Sep 17 00:00:00 2001 From: Harvey Kandola Date: Fri, 29 Apr 2016 16:47:36 -0700 Subject: [PATCH] Update README.md --- README.md | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/README.md b/README.md index 17841529..0c5a0483 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # To Document / Instructions -the build process around go get github.com/elazarl/go-bindata-assetfs +The build process around go get github.com/elazarl/go-bindata-assetfs ## GO @@ -30,17 +30,3 @@ but browser restart is! - bower install - cd .. - ./build.sh - -# XSS -https://www.google.com/about/appsecurity/learning/xss/#HowToTest - -https://www.owasp.org/index.php/XSS_(Cross_Site_Scripting)_Prevention_Cheat_Sheet_ - -https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/unescape - -# Running the Go tests - -WARNING: DO NOT RUN THE AUTOMATED TESTS AGAINST A LIVE DATABASE. - -Before running the Go tests, please note that they will alter the database that they are run on. -For detailed instructions see the SDK README.md and directory "exttest".