Skip to content

v0.9.16

Latest
Compare
Choose a tag to compare
@f3l1x f3l1x released this 11 Aug 08:36
· 3 commits to master since this release

Bumped! πŸ‡»πŸ‡¨

Diff: v0.9.15...v0.9.16

Changes:

  • Do not use PHP_SELF, Upstream is using extensively PHP_SELF which is the source of XSS, vulnerabilities. This patch removes PHP_SELF and uses ? when possible,, and also forces the use of SCRIPT_NAME instead of, PHP_SELF.do-not-use-PHP_SELF-to-avoid-xss [1ca484b] (@thomasgoirand)
  • Fixed bug in if assignment [4606eb1] (@eduardduran)
  • Remove executable bit on nusoap.php [ab376d4] (@tenzap)
  • Add nusoapmime.php [70ba4ca] (@f3l1x)
  • remove CVS dirs inside docs/ [227c935] (@tenzap)
  • Fix: The issue causing a Deprecated error in PHP 8.2 has been fixed. The variable $substrXml is no longer used, as it was erroneously receiving null for the offset and is now irrelevant. [9ead68e]

Maintenance: