From: Vincent Zanotti Date: Sat, 23 May 2009 21:03:30 +0000 (+0200) Subject: Adds a "SECURITY" file which will list our security bugfixes. X-Git-Tag: core/1.0.1~11^2~1 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=4074f9a012f31087f8b344adcf2d947c60d05fdd;p=platal.git Adds a "SECURITY" file which will list our security bugfixes. Signed-off-by: Vincent Zanotti --- diff --git a/SECURITY b/SECURITY new file mode 100644 index 0000000..47f39de --- /dev/null +++ b/SECURITY @@ -0,0 +1,15 @@ +# List of security fixes that have been committed to the "core" branch. +# This list is used to programmatically determine if a checkout of plat/al has +# known vulnerabilities (which is useful for automatically disabling an unused +# and unsafe checkout). +# +# In order to guarantee that only patched checkouts do have an updated SECURITY +# file, updates of this file should be done within the same sommit that actually +# fixes the security issue. Since the commit id is not known yet, it can be +# replaced by '00000000', and updated later. +# +# Format: +# The commit id should refer to the id in the "core" branch, if the initial +# commit in a version branch had another name. + +# Hurray! No security holes have been found yet :)