summaryrefslogtreecommitdiff
path: root/Meta/Websites/serenityos.org
AgeCommit message (Collapse)Author
2022-01-07Everywhere: Fix spelling mistakesmjz19910
2021-12-27Meta: Add link to awesome new meta-project from main website :^)Ben Wiederhake
2021-12-18Websites: Update the SerenityOS bug bounty program :^)Andreas Kling
Let's increase the reward since I have significantly improved funding over the last year! Merry haxmas! :^)
2021-10-30Websites: Import serenityos.org website changesAndreas Kling
I hadn't synced this for a while. The repo copy now matches the live site once again.
2021-10-05Everywhere: Change from http to https where feasibleBen Wiederhake
I used "git grep -FIn http://" to find all occurrences, and looked at each one. If an occurrence was really just a link, and if a https version exists, and if our Browser can access it at least as well as the http version, then I changed the occurrence to https. I'm happy to report that I didn't run into a single site where Browser can't deal with the https version.
2021-06-14Everywhere: Use new discord invite url :^)networkException
Replaces all instances of the previous discord invite link with a shiny new vanity url.
2021-06-08Websites: Some updates for the serenityos.org front pageAndreas Kling
- Add link to the Discord server - Remove reference to Freenode IRC channel since it's no longer used - Add sponsorship links for Linus :^)
2021-03-08Website: Add link to @ABigPickle's VLA exploitAndreas Kling
2021-03-08Website: Reorganize bounty page history section a little bitAndreas Kling
2021-03-08Everywhere: Remove unnecessary whitespace at the end of some lines.Emanuele Torre
2021-03-08Meta: serenityos.org: Fix javascript error in the 2nd anniversary page.Emanuele Torre
The error as seen from chromium's devtools: Uncaught ReferenceError: I is not defined at (index):455
2021-02-18Website: Add @cees-elzinga's ptrace race + ASLR bypass to bounty pageAndreas Kling
2021-02-14Website: Add vakzz's exploit & writeup to the bounty pageAndreas Kling
2021-01-16Website: Bounty: Add links to writeups for unclaimed bountiesAndreas Kling
I've reached out to all of these authors asking if they would like to claim the bounty and no one did. Let's list them on the website anyway since it's fun to read about them. :^)
2021-01-16Website: Bounty: Add rule for user interaction/social engineering (#4974)bcoles
2021-01-14Website: Remove Wikipedia link from home pageAndreas Kling
The page about SerenityOS has been deleted from Wikipedia for lack of notoriety so let's not link to it.
2020-12-28Meta: Import the serenityos.org websiteAndreas Kling
It doesn't seem right to not have the website in version control. Also this way people can make changes to it. :^)