From 80ec16f244b7f795c253abafe593530aafd3252c Mon Sep 17 00:00:00 2001 From: MingYi Date: Mon, 24 Oct 2016 09:34:09 +0800 Subject: [PATCH 1/3] Update dependency to include a package with vuln transitive --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 189d55c..43b582f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,3 +4,4 @@ rsa==3.0 requests==2.2.1 feedparser==5.1.1 pycrypto==2.4 +raven==1.9.4 From d3ad1d3acd326f2c2a7cc0fbc873cbec171cfcb5 Mon Sep 17 00:00:00 2001 From: Chris Hut Date: Thu, 26 Oct 2017 16:23:25 -0700 Subject: [PATCH 2/3] Update requirements.txt Fixes error not using HTTPS in `pip install` --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 43b582f..731eef4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ django==1.7.1 PyJWT==0.4.2 -rsa==3.0 +rsa==3.4 requests==2.2.1 feedparser==5.1.1 pycrypto==2.4 From c1ee2ae19f651eda7dc7e7f655cf7eacb0ad1dc2 Mon Sep 17 00:00:00 2001 From: Darius Foo Date: Tue, 24 Apr 2018 17:58:53 +0800 Subject: [PATCH 3/3] Add note about Python 2/3 --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7b0d52e..aae0dcf 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ -# [:] Example Python Project +# [:] Example Python 2 Project -An example python project to demonstrate [srcclr](https://www.srcclr.com) scans. +An example Python project to demonstrate [srcclr](https://www.srcclr.com) scans. + +Check out the [python3](https://github.com/srcclr/example-python/tree/python3) branch for a project that builds with Python 3. ## Try me!