Skip to content

Commit

Permalink
Merge pull request #731 from DIVD-NL/MrSeccubus-patch-2
Browse files Browse the repository at this point in the history
Frank is an idiot
  • Loading branch information
Lennaert89 authored Apr 15, 2024
2 parents a95dbc9 + 0a19e48 commit 751b88d
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions csv/publications.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ layout: none
,
{%- endif %}
"{{ person.name }}" : {
csirt_cases : [
"csirt_cases" : [
{%- assign first_case = true -%}
{%- for c in cases -%}
{%- if
Expand All @@ -27,17 +27,17 @@ layout: none
,
{%- endif %}
{
id : "{{ c.divd }}",
title : "{{ c.title }}",
start : "{{ c.start }}",
end : "{{ c.end }}",
status : "{{ c.status }}",
url : "https://csirt.divd.nl/{{ c.divd }}"
"id" : "{{ c.divd }}",
"title" : "{{ c.title }}",
"start" : "{{ c.start }}",
"end" : "{{ c.end }}",
"status" : "{{ c.status }}",
"url" : "https://csirt.divd.nl/{{ c.divd }}"
}
{%- endif -%}
{%- endfor %}
],
csirt_posts : [
"csirt_posts" : [
{%- assign first_post = true -%}
{%- for p in site.posts -%}
{%- if
Expand All @@ -50,14 +50,14 @@ layout: none
,
{%- endif %}
{
title : "{{ p.title }}",
date : "{{ p.date }}",
url : "https://csirt.divd.nl{{ p.url }}"
"title" : "{{ p.title }}",
"date" : "{{ p.date }}",
"url" : "https://csirt.divd.nl{{ p.url }}"
}
{%- endif -%}
{%- endfor %}
],
cve_records : [
"cve_records" : [
{%- assign first_cve = true -%}
{%- for c in cves -%}
{%- assign in_credits = false -%}
Expand Down Expand Up @@ -89,10 +89,10 @@ layout: none
,
{%- endif %}
{
id : "{{ c.cve }}",
title : "{{ c.title }}",
full_title : "{{ c.cve }} - {{ c.title }}",
url : "https://csirt.divd.nl/{{ c.cve }}/"
"id" : "{{ c.cve }}",
"title" : "{{ c.title }}",
"full_title" : "{{ c.cve }} - {{ c.title }}",
"url" : "https://csirt.divd.nl/{{ c.cve }}/"
}
{%- endif -%}
{%- endfor %}
Expand Down

0 comments on commit 751b88d

Please sign in to comment.