summaryrefslogtreecommitdiff
path: root/Base
diff options
context:
space:
mode:
authorHendiadyoin1 <leon.a@serenityos.org>2022-08-13 00:25:48 +0200
committerSam Atkins <atkinssj@gmail.com>2022-08-13 09:09:28 +0100
commite62e01ccec9ceb001b51a84a6479a4bcfaa2bfd5 (patch)
treefe01ead2475f9ac60e28ee00a49f3c0cdbc910a0 /Base
parent5b7736f5c403226ee815ccae6afa04195c955b5b (diff)
downloadserenity-e62e01ccec9ceb001b51a84a6479a4bcfaa2bfd5.zip
Base: Add a quote to the fortunes database
Diffstat (limited to 'Base')
-rw-r--r--Base/res/fortunes.json9
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™\""
}
]