Skip to content

13.0

Compare
Choose a tag to compare
@amadejpapez amadejpapez released this 26 Dec 14:55

Added

  • bot is now also available on Mastodon

Changed

  • new releases are now sorted by the number of bugs, so release with the most bug fixes is now at the top
  • update wording "zero-day may have been actively exploited" to align with Apple's wording
  • re-format zero-day tweet to make more clear which zero-days are new, old and what zero-days are in each release
  • update multiple tweet wordings
  • also sort releases by number of bugs/changes in Security Content Available and Entry Changes

Fixed

  • if all iOS bugs were fixed in top four modules except 1, it would say "and 1 other vulnerabilities fixed"

Code

  • use lxml package for more html parsing, rely less on regex
  • make a Release class
  • do not request all data of the last 20 releases at every run
  • a lot of other code changes and moving around
  • better testing
  • use type hints
  • add CHANGELOG.md
  • add Dependabot