Releases: amadejpapez/ApplSec
Releases · amadejpapez/ApplSec
10.0
ADDED
- alongside of a "new zero-days fixed" tweet:
- it will tweet how many unique zero-days were fixed that day as Apple fixes same vulnerabilities over different systems
- now it will check how many zero-days are actually new, and how many were fixed before as Apple may for example release a zero-day fix for iOS, and the next day a fix for the same zero-day in macOS. It will then tweet if a zero-day is new, or if it is an additional update for a previous zero-day. The bot will save zero-day CVEs to a separate file, and check it when new a release with zero-day fixes is released
- iosYearlyReport function that tweets how many security issues Apple fixed in previous 4 versions:
- was extended to macOS, watchOS and tvOS
- now also counts and tweets how many releases each series had
FIXED
- if Apple added or updated any entries on previous release notes, the changes would not get tweeted as it was only checking this on new releases instead of last 20 releases
- if Apple thanked a researcher for assistance with Kernel under "Additional recognition", it would count it as a Kernel bug when tweeting which parts of the iOS got the most bug fixes
- other improvements to regex and counting
9.2
CHANGED
- added new emojis for Safari, Shazam, GarageBand, Apple Music for Android and macOS Security Updates for previous versions
- fixed grammar and changed wording in some tweets
9.1
CHANGED
- when Apple says that release notes will be available soon, it will say "no details yet" instead of "no bugs fixed"
FIXED
- if new update had no release notes, it would not be tweeted
9.0
ADDED
- when new iOS starts in September, the bot will count all the vulnerabilities fixed in the previous four iOS series
- the bot now creates threads if the original tweet is too long instead of creating two separate tweets
FIXED
- if there was only an update for iOS, the bot would still tweet "iOS and iPadOS"
CODE
- rewrote all the functions as all the info about updates is now stored in a nested dictionary instead of individual variables
8.1
CHANGED
- changed wording of a "how many security issues did Apple fix in their websites" tweet
8.0
ADDED
- on the first day of the month the bot will check Apple web server notifications and print how many security fixes Apple fixed on their websites. The bot will also print how many fixes were made to apple.com, how many to icloud.com and others.
7.5
CHANGED
- it will say "iOS and iPadOS" in the title instead of cutting out iPadOS and just saying iOS
FIXED
- if Apple added an additional comment to the title, the * alongside the header would be tweeted alongside the title
- adjusting the title for iOS, iPadOS and macOS did not work for all the functions
7.4
FIXED
- updated regex that gets the titles for updates that do not have release notes as the title was sometimes wrong
7.3
FIXED
- if there was only one update released it would say "new updates released" instead of "new update released"
7.2
FIXED
- if there was only one update released and if it did not have release notes, it would not be tweeted
- updated regex that gets the titles for updates that do not have release notes as the title was sometimes wrong