Security Fixes
- BB-01: Fix XML injection via unescaped
xslUrlin stylesheet processing instruction - BB-02: Enforce 50,000 URL hard limit in
XMLToSitemapItemStreamparser - BB-03: Cap parser error array at 100 entries to prevent memory DoS
- BB-04: Reject absolute
destinationDirpaths insimpleSitemapAndIndexto prevent arbitrary file writes - BB-05:
parseSitemapIndexnow destroys source and parser streams immediately whenmaxEntrieslimit is exceeded - Many thanks to @maru1009 For the report