Signing the builds for binary:any updates

The security archive is autobuilt these days. Manual signing should no longer be neccesary. The only buildd still requiring manual signings is for arm, which will be retired with the end of support for lenny.

Most failed builds are rescheduled by the buildd admins. Otherwise they need to contacted at ARCH@buildd.debian.org

Writing the advisory text

There's a fairly standard template for this in the secure-testing repository. You can run the command:

bin/gen-dsa --save <package> <vulnerability> "CVEs" #bug

which will allocate a new DSA id from the list and generate a DSA draft. Don't forget to set $DEBFULLNAME and $DEBEMAIL in the environment.

Make sure to commit data/DSA/list, so that the ID is allocated.

Once this is done, you can edit the saved DSA draft to add some information about the vulnerability, you can use an existing DSA from debian-security-announce as an example.

If updating a previous DSA, note what was wrong/missing about the previous one and how this update is different.

When CVE IDs exist for the vulnerability, list them, with a description of the nature of the flaw (buffer overflow, XSS, integer overflow, etc.) and the worst-known exploitability (DoS, privelege escalation, arbitrary code). Note what's possible; don't downplay or overstate the threat.

Give brief acknowledgment to the discoverer of the flaw, if they're known. If multiple people worked to assess the vulnerability, note them too.

Finally

Once all builds are available (only team@s.d.o has access to this) and the advisory text is ready, send a mail to team@security.debian.org. The update will be reviewed and released as described in the following section.