diff options
author | Hendiadyoin1 <leon.a@serenityos.org> | 2022-08-13 00:25:48 +0200 |
---|---|---|
committer | Sam Atkins <atkinssj@gmail.com> | 2022-08-13 09:09:28 +0100 |
commit | e62e01ccec9ceb001b51a84a6479a4bcfaa2bfd5 (patch) | |
tree | fe01ead2475f9ac60e28ee00a49f3c0cdbc910a0 /Base | |
parent | 5b7736f5c403226ee815ccae6afa04195c955b5b (diff) | |
download | serenity-e62e01ccec9ceb001b51a84a6479a4bcfaa2bfd5.zip |
Base: Add a quote to the fortunes database
Diffstat (limited to 'Base')
-rw-r--r-- | Base/res/fortunes.json | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/Base/res/fortunes.json b/Base/res/fortunes.json index 9a081ec6b9..e5c8e7aefc 100644 --- a/Base/res/fortunes.json +++ b/Base/res/fortunes.json @@ -232,7 +232,7 @@ }, { "quote": "science man make picture of bright light", - "author":"Andrew Kaster", + "author": "Andrew Kaster", "url": "https://discord.com/channels/830522505605283862/831544568767578162/959570790393733160", "utc_time": 1648849904, "context": "Explaining state-of-the-art astronomy research" @@ -249,5 +249,12 @@ "url": "https://github.com/SerenityOS/serenity/pull/14343", "utc_time": 1655726258, "context": "We're not quite sure where the first two books are, but the third one was a $NEWSPAPER best-seller" + }, + { + "quote": "If escalation is so bad, why do so many places have escalators? Take that, security community!", + "author": "AtkinsSJ", + "url": "https://discord.com/channels/830522505605283862/830522505605283866/1007765914722238534", + "utc_time": 1660340460, + "context": "Dynamic implementations of drivers and interfaces (Kernel-modules, OpenGL, ...) dlopen-ing and executing random files if you ask them \"nicely\", and StylePainter potentially having to do the same, leading to Filiph Sandström saying \"Potential privilege escalation, it's not a bug it's a feature™\"" } ] |