7.1.3 — Security Patch
- BB-01: Fix XML injection via unescaped
xslUrlin stylesheet processing instruction (stylesheetIncludenow escapes&,",<,>) - BB-02: Enforce 50,000 URL hard limit in
XMLToSitemapItemStream— parser stops emitting items instead of only logging a warning - BB-04: Reject absolute
destinationDirpaths insimpleSitemapAndIndexto prevent arbitrary file writes - BB-05:
parseSitemapIndexnow accepts amaxEntrieslimit (default 50,000) and destroys source/parser streams immediately on breach - Many thanks to @maru1009 For the report