diff --git a/directory/fixtures/00_vulnerabilities.yaml b/directory/fixtures/00_vulnerabilities.yaml new file mode 100644 index 00000000..66a8fecc --- /dev/null +++ b/directory/fixtures/00_vulnerabilities.yaml @@ -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.' diff --git a/directory/fixtures/01_technologies.yaml b/directory/fixtures/01_technologies.yaml new file mode 100644 index 00000000..808eb0d0 --- /dev/null +++ b/directory/fixtures/01_technologies.yaml @@ -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',]