]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
gdb: Add a SECURITY.txt document for GDB
authorAndrew Burgess <aburgess@redhat.com>
Thu, 16 Nov 2023 15:20:10 +0000 (15:20 +0000)
committerAndrew Burgess <aburgess@redhat.com>
Fri, 26 Apr 2024 15:32:22 +0000 (16:32 +0100)
commitd830e565e704efc62c0b21d55ee35a035110e235
treec7fac44918e161de038cbd6a7848510576782f1b
parentafdd600c0982f0ce95439f2936c6d6d6d0201f77
gdb: Add a SECURITY.txt document for GDB

This commit adds a SECURITY document to GDB.  The idea behind this
document is to define what security expectations a user can reasonably
have when using GDB.  In addition the document specifies which bugs
GDB developers consider a security bug, and which are just "normal"
bugs.

Discussion for the creation of this initial version can be found here:

  https://inbox.sourceware.org/gdb-patches/877cmvui64.fsf@redhat.com/

Like any part of GDB, this is not intended as the absolute final
version, instead this is a living document, and this is just a
reasonable starting point from which we can iterate.

For now I've added this document as a text file but I am considering
merging this document into the manual at a later date, and having the
SECURITY.txt file just say "Read the manual"

Approved-By: Tom Tromey <tom@tromey.com>
gdb/SECURITY.txt [new file with mode: 0644]