diff options
author | Max Magorsch <arzano@gentoo.org> | 2020-04-18 02:38:35 +0200 |
---|---|---|
committer | Max Magorsch <arzano@gentoo.org> | 2020-04-18 02:50:54 +0200 |
commit | 35a41e63ebd5f6cf9d17419c150eb53a005d2e87 (patch) | |
tree | e0bcc21bbb1e7e200857cfbd52acb82b008a3a6d /test/fixtures/templates.yml | |
parent | Display version and last update in the footer (diff) | |
download | glsamaker-35a41e63ebd5f6cf9d17419c150eb53a005d2e87.tar.gz glsamaker-35a41e63ebd5f6cf9d17419c150eb53a005d2e87.tar.bz2 glsamaker-35a41e63ebd5f6cf9d17419c150eb53a005d2e87.zip |
Add the initial version of the rewritten glsamaker
The glsamaker has been completly rewritten in go. It is
using postgres instead of mysql now. The look and feel is
based on tyrian.
Signed-off-by: Max Magorsch <arzano@gentoo.org>
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 |