From 6ff37e2100274a92ab65efdcc21b447fc6313c3d Mon Sep 17 00:00:00 2001 From: Al Snow Date: Wed, 21 Feb 2018 08:57:36 -0500 Subject: [PATCH 1/5] Upgraded parser gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 502307f..4dc8156 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -182,7 +182,7 @@ GEM nenv (~> 0.1) shellany (~> 0.0) parallel (1.12.1) - parser (2.5.0.0) + parser (2.5.0.1) ast (~> 2.4.0) poltergeist (1.17.0) capybara (~> 2.1) From 16d36720e3aa503883770b2c8f6d3481205875da Mon Sep 17 00:00:00 2001 From: Al Snow Date: Thu, 22 Feb 2018 07:33:29 -0500 Subject: [PATCH 2/5] Upgraded brakeman gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 4dc8156..601f239 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -57,7 +57,7 @@ GEM rack (>= 0.9.0) binding_of_caller (0.8.0) debug_inspector (>= 0.0.1) - brakeman (4.1.1) + brakeman (4.2.0) builder (3.2.3) bundler-audit (0.6.0) bundler (~> 1.2) From 084b18e17c637d7c56446ef1fa1b068d58bff233 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Thu, 22 Feb 2018 12:29:01 -0500 Subject: [PATCH 3/5] Upgraded parser gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 601f239..7a5cf9e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -182,7 +182,7 @@ GEM nenv (~> 0.1) shellany (~> 0.0) parallel (1.12.1) - parser (2.5.0.1) + parser (2.5.0.2) ast (~> 2.4.0) poltergeist (1.17.0) capybara (~> 2.1) From 89a9a0bd6f261f5df286a32c0f579f9acd783f47 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Thu, 22 Feb 2018 16:50:59 -0500 Subject: [PATCH 4/5] Upgraded ffi gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 7a5cf9e..7ca99bc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -109,7 +109,7 @@ GEM erubi (1.7.0) eventmachine (1.2.5) execjs (2.7.0) - ffi (1.9.21) + ffi (1.9.22) foreman (0.84.0) thor (~> 0.19.1) formatador (0.2.5) From 86f32cde66594aae937bf1620d40ab7794c74c3c Mon Sep 17 00:00:00 2001 From: Al Snow Date: Sun, 25 Feb 2018 09:09:12 -0500 Subject: [PATCH 5/5] Upgraded ffi gem + changed license text to link in README file --- Gemfile.lock | 2 +- README.md | 10 +--------- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 7ca99bc..d5be2a3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -109,7 +109,7 @@ GEM erubi (1.7.0) eventmachine (1.2.5) execjs (2.7.0) - ffi (1.9.22) + ffi (1.9.23) foreman (0.84.0) thor (~> 0.19.1) formatador (0.2.5) diff --git a/README.md b/README.md index 29fd47f..6c685ae 100755 --- a/README.md +++ b/README.md @@ -142,12 +142,4 @@ Conversion to the OWASP Top Ten 2013 completed in November, 2013. # License -The MIT License (MIT) - -Copyright (c) 2013-2014 The Open Web Application Security Project - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +[The MIT License (MIT)](./LICENSE.md)