소스 검색

[fix] The Requests package through 2.19.1 before 2018-09-14 for Python sends an HTTP Authorization header to an http URI upon receiving a same-hostname https-to-http redirect, which makes it easier for remote attackers to discover credentials by sniffing the network.

jhao 7 년 전
부모
커밋
935929db18
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      requirements.txt

+ 1 - 1
requirements.txt

@@ -1,7 +1,7 @@
 APScheduler==3.2.0
 werkzeug==0.11.15
 Flask==0.12
-requests==2.12.4
+requests==2.20.0
 lxml==3.7.2
 
 pymongo