Releases: amadejpapez/ApplSec
Releases · amadejpapez/ApplSec
7.1
FIXED
- if there was one release updated with new entries and another with only updated entries, it would cause wrong data to be tweeted
CODE
- started using
zip()
function in for loops to loop over multiple variables - started using f-strings
7.0
ADDED
- added an emoji for software updates to Apple TV and iTunes
FIXED
- if there was only one update released, it would not be tweeted
- if there was one update released without release notes, it would cause wrong data to be tweeted alongside the release
- if there was one release with new entries added and old entries updated, it would tweet it twice
- if there is only one bug fixed in the latest iOS version, it will no longer add "and 0 other vulnerabilities fixed"
- if there were more than 5 updates released, tweet would be too long and it would cause an error; this was fixed by adding additional checks to all tweeting functions and if one tweet is too long it will now make another tweet
CODE
- started using regex
- removed module
BeautifulSoup
6.0
ADDED
- the bot now also tweets about releases that do not have any security fixes
CHANGED
- changed wording of tweets
5.1
CHANGED
- added Apple Security Updates page link to the tweet about new updates released
- added release notes link to the tweet that tweets which parts of the iOS got the most bug fixes
- changed wording of tweets
5.0
ADDED
- tweet top five parts of the iOS that got the most security bugs fixed
FIXED
- if there were more updates released with a zero-day vulnerabilities fixed, it would tweet only one release
- if there were new updates released, it would not tweet them
4.1
ADDED
- when Apple makes any changes to the already released release notes, the bot will tweet the release, how many new entries were added and how many previous ones were updated
CHANGED
- new checks, so for example if there is only 1 bug fixed it does not tweet with "1 bugs fixed" anymore
4.0
ADDED
- tweet if there were any zero-days fixed
- new emojis depending on which operating system got the update
CHANGED
- reworded tweets
- if there is iOS in the title, now it only takes the iOS version, without iPadOS
CODE
- added
Counter
module
3.1
ADDED
- connecting and sending a tweet to Twitter
CODE
- added modules
emoji
andtweepy
3.0
ADDED
- tweet if Apple added any new entries to old security notes
CODE
- remove
httplib2
module
2.1
CHANGED
- results are now printed with only one print function so that it will all be in one tweet later