]> git.ipfire.org Git - thirdparty/linux.git/commit
docs: threat-model: clarify "security bug" vs "vulnerability"
authorWilly Tarreau <w@1wt.eu>
Sun, 2 Aug 2026 20:35:36 +0000 (22:35 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 4 Aug 2026 14:24:50 +0000 (16:24 +0200)
commitbea79063a35121e49a86801671cca56fc4d83f7d
tree227376361c644213b3ca3fbab562ae1cb0eb1202
parentb0495bb58af06a7de4628c72d500e3d5e180d808
docs: threat-model: clarify "security bug" vs "vulnerability"

Throwing an LLM (Opus 5) at a file looking for random bugs after having
read the threat model made it ignore certain bugs it found because "the
threat model said they must be ignored". When asked why, the LLM
rightfully reported the ambiguous wording used at a few places:
"is not a security bug", which can also be read as "is not a bug",
despite the rest of the document. That is particularly true when the
LLM decides to look for info using grep.

This change replaces "security bug" with "vulnerability" at a few places
in order to remove this identified ambiguity, and uses "bugs" instead of
issues in two such sentences to insist that what is described remains a
bug.

Cc: Greg KH <greg@kroah.com>
Signed-off-by: Willy Tarreau <w@1wt.eu>
Link: https://patch.msgid.link/20260802203540.3453-2-w@1wt.eu
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Documentation/process/threat-model.rst