File tree 2 files changed +5
-3
lines changed
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -5,11 +5,8 @@ lxml==4.3.3
5
5
django == 2.2.4
6
6
djangorestframework == 3.9.2
7
7
django-filter == 2.1.0
8
- <<<<<<< HEAD
9
8
packageurl-python == 0.8.7
10
- =======
11
9
semantic-version == 2.8.2
12
- >>>>>>> Collect NPM #101
13
10
14
11
# Tests
15
12
pytest == 3.2.3
Original file line number Diff line number Diff line change @@ -127,12 +127,17 @@ def archlinux_dump(extract_data):
127
127
VulnerabilityReference .objects .create (
128
128
vulnerability = vulnerability ,
129
129
reference_id = vulnerability_id ,
130
+ << << << < HEAD
130
131
<< < << << HEAD
131
132
url = f'https://security.archlinux.org/{ vulnerability_id } ' ,
132
133
== == == =
133
134
url = 'https://security.archlinux.org/{}' .format (
134
135
vulnerability_id )
135
136
>> >> >> > fixed styling issue
137
+ == == == =
138
+ url = 'https://security.archlinux.org/{}' .format (
139
+ vulnerability_id )
140
+ >> >> >> > b143b7638e35e5599d23ac82415f551fe8d56d30
136
141
)
137
142
138
143
for package_name in packages_name :
You can’t perform that action at this time.
0 commit comments