Skip to content
This repository has been archived by the owner on Nov 28, 2023. It is now read-only.

升级了漏洞包的版本 #1313

Merged
merged 1 commit into from
Oct 30, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Flask==0.12.4
Flask-RESTful==0.3.6
rarfile==2.7
prettytable==0.7.2
requests==2.6.2
requests==2.20.0
pytest==3.0.6
pip==9.0.1
phply==1.0.0
Expand Down
14 changes: 4 additions & 10 deletions tests/vulnerabilities/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -279,24 +279,24 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.7.3</version>
<version>2.8.11.1</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.7.3</version>
<version>2.8.11.1</version>
</dependency>

<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
<version>2.7.0</version>
<version>2.8.11.1</version>
</dependency>
<dependency>

<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>org.springframework</artifactId>
<version>2.7.0</version>
<version>2.8.11.1</version>
</dependency>

<dependency>
Expand All @@ -305,12 +305,6 @@
<version>2.2.0</version>
</dependency>

<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-server</artifactId>
<version>8.1.17.v20150415</version>
</dependency>

<dependency>
<groupId>org.sonatype.aether</groupId>
<artifactId>aether-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tests/vulnerabilities/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ MySQL-python==1.2.5
python-editor==1.0
python-magic==0.4.11
rarfile==2.7
requests==2.6.2
requests==2.20.0
smmap==0.9.0
SQLAlchemy==1.0.13
visitor==0.1.3
Expand Down