From ce768e0d5425ec718b53d3b3b614d43bbc52462a Mon Sep 17 00:00:00 2001 From: Nathan Kinder Date: Thu, 6 Mar 2014 18:51:31 -0800 Subject: [PATCH] Modified templates to wrap lines at 72 characters Some popular mail client PGP software will wrap lines at 72 characters. If we send an OSSN out that has longer lines, the formatting gets messed up. This can make the OSSN hard to read. This patch modifies the templates to wrap lines at 72 characters so they match the guidelines posted in the OSSN process pages on the wiki. Now that we are publishing OSSNs on the wiki, I changed the templates to include a link to the OSSN on the wiki instead of duplicating the Launchpad link like we did previously. --- templates/email-template.txt | 14 +++++++------- templates/wiki-template.txt | 14 +++++++------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/templates/email-template.txt b/templates/email-template.txt index d507389..ced60a8 100644 --- a/templates/email-template.txt +++ b/templates/email-template.txt @@ -8,18 +8,18 @@ A few sentences describing the issue at a high level. A comma separated list of affected services and OpenStack releases. ### Discussion ### -A detailed discussion of the problem. This should have enough detail that the -person reading can determine if their deployment is affected, when the problem -was introduced, and what types of attacks/problems that an affected deployment -would be exposed to. +A detailed discussion of the problem. This should have enough detail +that the person reading can determine if their deployment is affected, +when the problem was introduced, and what types of attacks/problems that +an affected deployment would be exposed to. ### Recommended Actions ### A detailed description of what can be done to remediate the problem (if -possible). If the recommendation involves configuration changes, example -snippets of configuration files should be included here. +possible). If the recommendation involves configuration changes, +example snippets of configuration files should be included here. ### Contacts / References ### -This OSSN : +This OSSN : Original LaunchPad Bug : OpenStack Security ML : openstack-security@lists.openstack.org OpenStack Security Group : https://launchpad.net/~openstack-ossg diff --git a/templates/wiki-template.txt b/templates/wiki-template.txt index bbb81a2..c7c88a6 100644 --- a/templates/wiki-template.txt +++ b/templates/wiki-template.txt @@ -8,18 +8,18 @@ A few sentences describing the issue at a high level. A comma separated list of affected services and OpenStack releases. === Discussion === -A detailed discussion of the problem. This should have enough detail that the -person reading can determine if their deployment is affected, when the problem -was introduced, and what types of attacks/problems that an affected deployment -would be exposed to. +A detailed discussion of the problem. This should have enough detail +that the person reading can determine if their deployment is affected, +when the problem was introduced, and what types of attacks/problems that +an affected deployment would be exposed to. === Recommended Actions === A detailed description of what can be done to remediate the problem (if -possible). If the recommendation involves configuration changes, example -snippets of configuration files should be included here. +possible). If the recommendation involves configuration changes, +example snippets of configuration files should be included here. === Contacts / References === -* This OSSN : +* This OSSN : * Original LaunchPad Bug : * OpenStack Security ML : openstack-security@lists.openstack.org * OpenStack Security Group : https://launchpad.net/~openstack-ossg