Skip to content

Commit c4649f2

Browse files
committed
Add whitesource scanning and upgrade urllib3 to address high vulnerability
1 parent 531d533 commit c4649f2

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
include:
22
- project: 'devplat-pr-32/gitlab-central'
3-
ref: 'af787aededb9c2041fd50758dd63e221a5b92e36'
3+
ref: '738bbbe05f297917a13f00438750d15b6d4303d9'
44
file: '/splunk-cloud-sdk-python/.gitlab-ci.yml'

docs-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ certifi==2019.3.9
22
chardet==3.0.4
33
idna==2.8
44
requests==2.22.0
5-
urllib3==1.25.2
5+
urllib3==1.25.8
66
Jinja2==2.10.1
77
MarkupSafe==1.1.1

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ pytest==4.5.0
2020
pytest-asyncio==0.10.0
2121
requests==2.22.0
2222
six==1.12.0
23-
urllib3==1.25.2
23+
urllib3==1.25.8
2424
wcwidth==0.1.7

0 commit comments

Comments
 (0)