Skip to content

Releases: amadejpapez/ApplSec

7.1

13 Feb 19:50
d3a0687
Compare
Choose a tag to compare
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

09 Feb 17:04
de42f15
Compare
Choose a tag to compare
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

08 Feb 22:41
655222a
Compare
Choose a tag to compare
6.0

ADDED

  • the bot now also tweets about releases that do not have any security fixes

CHANGED

  • changed wording of tweets

5.1

08 Feb 16:36
8336b88
Compare
Choose a tag to compare
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

07 Feb 20:33
a7992e4
Compare
Choose a tag to compare
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

07 Feb 11:20
ca0fd5b
Compare
Choose a tag to compare
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

06 Feb 23:27
3dd6ba5
Compare
Choose a tag to compare
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

06 Feb 20:10
1e437ed
Compare
Choose a tag to compare
3.1

ADDED

  • connecting and sending a tweet to Twitter

CODE

  • added modules emoji and tweepy

3.0

05 Feb 19:42
a643792
Compare
Choose a tag to compare
3.0

ADDED

  • tweet if Apple added any new entries to old security notes

CODE

  • remove httplib2 module

2.1

03 Feb 19:26
2bbcc95
Compare
Choose a tag to compare
2.1

CHANGED

  • results are now printed with only one print function so that it will all be in one tweet later