diff options
author | Dan Fandrich <danf@mageia.org> | 2025-02-25 14:11:04 -0800 |
---|---|---|
committer | Dan Fandrich <danf@mageia.org> | 2025-02-25 14:12:38 -0800 |
commit | 35e7b4f210e7a688be8af6868f14e7057b310f98 (patch) | |
tree | 3938208ea39d7fda8989dea7df160603088b7859 | |
parent | 56d1db2a23d49a58c62c16065d3436b75fe763b3 (diff) | |
download | mgaadvisories-35e7b4f210e7a688be8af6868f14e7057b310f98.tar mgaadvisories-35e7b4f210e7a688be8af6868f14e7057b310f98.tar.gz mgaadvisories-35e7b4f210e7a688be8af6868f14e7057b310f98.tar.bz2 mgaadvisories-35e7b4f210e7a688be8af6868f14e7057b310f98.tar.xz mgaadvisories-35e7b4f210e7a688be8af6868f14e7057b310f98.zip |
Remove a couple of unneeded spaces in vulns.json
This file grows unbounded with all vulnerabilities so reducing its size
even by a little can be valuable.
-rw-r--r-- | tmpl/vulns.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tmpl/vulns.json b/tmpl/vulns.json index 790f88a..11e9773 100644 --- a/tmpl/vulns.json +++ b/tmpl/vulns.json @@ -4,7 +4,7 @@ [% USE advid = String(basename.ID(adv)) -%] [% IF advid.search('^MGASA-') -%] [%- "," IF gotone %] -{"id": "[% basename.ID(adv) %]","modified": "[% date.format(advdb.advisories.$adv.status.modified, format => '%Y-%m-%dT%H:%M:%SZ', gmt => 1) %]"} +{"id":"[% basename.ID(adv) %]","modified":"[% date.format(advdb.advisories.$adv.status.modified, format => '%Y-%m-%dT%H:%M:%SZ', gmt => 1) %]"} [%- SET gotone = 1 %] [%- END %] [%- END %] |