diff options
Diffstat (limited to 'test/fixtures/templates.yml')
-rw-r--r-- | test/fixtures/templates.yml | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/test/fixtures/templates.yml b/test/fixtures/templates.yml deleted file mode 100644 index 744e493..0000000 --- a/test/fixtures/templates.yml +++ /dev/null @@ -1,13 +0,0 @@ -# Read about fixtures at http://api.rubyonrails.org/classes/Fixtures.html - -one: - name: DoS - text: A remote attacker could exploit these vulnerabilities to cause a Denial of Service condition. - target: impact - enabled: false - -two: - name: DoS - text: Muiltiple vulnerabilities in [Product] allow remote attackers to cause Denial of Service conditions. - target: synopsis - enabled: true |