Skip to content

10.1

Compare
Choose a tag to compare
@amadejpapez amadejpapez released this 18 Jun 18:49
54e2593

CHANGED

  • new releases are now tweeted in the reverse order as more important updates are usually pushed first

FIXED

  • if tweetiOSParts() failed it would still try to tweet the results as that part was not indented right
  • if a month number was 12, the bot would search 2021-012 on Apple website, which would obviously fail - zero is now added only if a number is under 10
  • as zero-day CVEs are stored in zeroDay.txt, the bot now creates this file if it does not exist instead of failing
  • there was an issue with the bot picking other dates from the Apple Web Server Notifications page

CODE

  • API authentication keys are now stored in auth_secrets.py file (which is in .gitignore)
  • moved scripts to a separate file, separated tweeting function into its own file
  • ran isort on files