aboutsummaryrefslogtreecommitdiffstats
path: root/lib/orm/models.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/orm/models.py')
-rw-r--r--lib/orm/models.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/orm/models.py b/lib/orm/models.py
index 70c5e092..99438285 100644
--- a/lib/orm/models.py
+++ b/lib/orm/models.py
@@ -353,7 +353,7 @@ class CveDetail():
def get_ref_list(self):
ref_array = []
for ref in self.ref_list.split('|'):
- ref_array.append(ref.split(';'))
+ ref_array.append(ref.split('\t'))
return ref_array
# Local full Cve class, based on "Cve"