aboutsummaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/nist/srtool_nist.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/nist/srtool_nist.py b/bin/nist/srtool_nist.py
index 8cc4238a..0952b0cd 100755
--- a/bin/nist/srtool_nist.py
+++ b/bin/nist/srtool_nist.py
@@ -564,7 +564,7 @@ def fetch_cve(cve_name,cve_source_file):
summary['ref_list'] = ''
for i, ref in enumerate(CVE_Item['cve']['references']['reference_data']):
- summary['ref_list'] += '%s%s;%s;%s' % ('|' if i>0 else '',ref['url'],','.join([tag for tag in ref['tags']]),ref['refsource'])
+ summary['ref_list'] += '%s%s\t%s\t%s' % ('|' if i>0 else '',ref['url'],','.join([tag for tag in ref['tags']]),ref['refsource'])
# Return the results
for key in summary.keys():