From 45deabd6eb4efad460d4a30d92931496a7e602a0 Mon Sep 17 00:00:00 2001 From: Postmodern Date: Fri, 7 Jul 2023 17:32:29 -0700 Subject: [PATCH] Updated the ChangeLog for 0.1.3. --- ChangeLog.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/ChangeLog.md b/ChangeLog.md index 2a406b6..792341d 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,3 +1,13 @@ +### 0.1.3 / 2023-07-07 + +* Fixed a bug in {Ronin::Vulns::SSTI.scan} where when called without `escape:` + it would not return all found vulnerabilities. +* Fixed a bug in {Ronin::Vulns::SQLI.scan} where repeat requests would be sent + even if `escape_quote:`, `escape_parens:`, or `terminate:` keyword arguments + are given. +* Improved {Ronin::Vulns::ReflectedXSS::Context} to detect when the XSS occurs + after or *inside of* an HTML comment. + ### 0.1.2 / 2023-03-01 * Require `ronin-support` ~> 1.0, >= 1.0.1