Skip to content

Commit

Permalink
added fixtures for initial data
Browse files Browse the repository at this point in the history
  • Loading branch information
Hans Christian Rudolph committed Jun 27, 2017
1 parent 2aa07ae commit f45ca8d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions directory/fixtures/00_vulnerabilities.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
- model: directory.Vulnerability
pk: 'Export-grade cipher suite'
fields:
severity: 'HIG'
description: 'Export ciphers used to be legally exportable from the United States of America in the 1990s, when exporting military technology was heavily restricted.'
10 changes: 10 additions & 0 deletions directory/fixtures/01_technologies.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
- model: directory.KexAlgorithm
pk: 'DH'
fields:
long_name: 'Diffie-Hellman'
vulnerabilities: []
- model: directory.ProtocolVersion
pk: 'TLS EXPORT'
fields:
long_name: 'Export-grade cipher suite'
# vulnerabilities: ['Export-grade cipher suite',]

0 comments on commit f45ca8d

Please sign in to comment.