-
Notifications
You must be signed in to change notification settings - Fork 565
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
35c18ac
commit 3df0248
Showing
139 changed files
with
5,062 additions
and
5,425 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -164,8 +164,7 @@ describe('fix Pipfile Python projects', () => { | |
issueIds: ['vuln-id'], | ||
reason: 'Locking failed', | ||
success: false, | ||
tip: | ||
'Try running `pipenv install django==2.0.1 transitive==1.1.1`', | ||
tip: 'Try running `pipenv install django==2.0.1 transitive==1.1.1`', | ||
to: '[email protected]', | ||
userMessage: 'Failed to upgrade django from 1.6.1 to 2.0.1', | ||
}, | ||
|
@@ -174,8 +173,7 @@ describe('fix Pipfile Python projects', () => { | |
issueIds: [], | ||
reason: 'Locking failed', | ||
success: false, | ||
tip: | ||
'Try running `pipenv install django==2.0.1 transitive==1.1.1`', | ||
tip: 'Try running `pipenv install django==2.0.1 transitive==1.1.1`', | ||
to: '[email protected]', | ||
userMessage: 'Failed to pin transitive from 1.0.0 to 1.1.1', | ||
}, | ||
|
@@ -263,8 +261,7 @@ describe('fix Pipfile Python projects', () => { | |
success: false, | ||
reason: err, | ||
userMessage: 'Failed to upgrade django from 1.6.1 to 2.0.1', | ||
tip: | ||
'Try running `pipenv install django==2.0.1 transitive==1.1.1`', | ||
tip: 'Try running `pipenv install django==2.0.1 transitive==1.1.1`', | ||
issueIds: ['vuln-id'], | ||
from: '[email protected]', | ||
to: '[email protected]', | ||
|
@@ -273,8 +270,7 @@ describe('fix Pipfile Python projects', () => { | |
success: false, | ||
reason: err, | ||
userMessage: 'Failed to pin transitive from 1.0.0 to 1.1.1', | ||
tip: | ||
'Try running `pipenv install django==2.0.1 transitive==1.1.1`', | ||
tip: 'Try running `pipenv install django==2.0.1 transitive==1.1.1`', | ||
issueIds: [], | ||
from: '[email protected]', | ||
to: '[email protected]', | ||
|
@@ -716,8 +712,7 @@ describe('fix Pipfile Python projects (fix sequentially)', () => { | |
issueIds: ['vuln-id'], | ||
reason: err, | ||
success: false, | ||
tip: | ||
'Try running `pipenv install django==2.0.1 transitive==1.1.1`', | ||
tip: 'Try running `pipenv install django==2.0.1 transitive==1.1.1`', | ||
to: '[email protected]', | ||
userMessage: 'Failed to upgrade django from 1.6.1 to 2.0.1', | ||
}, | ||
|
@@ -726,8 +721,7 @@ describe('fix Pipfile Python projects (fix sequentially)', () => { | |
issueIds: [], | ||
reason: err, | ||
success: false, | ||
tip: | ||
'Try running `pipenv install django==2.0.1 transitive==1.1.1`', | ||
tip: 'Try running `pipenv install django==2.0.1 transitive==1.1.1`', | ||
to: '[email protected]', | ||
userMessage: 'Failed to pin transitive from 1.0.0 to 1.1.1', | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -170,8 +170,7 @@ describe('fix Poetry Python projects', () => { | |
issueIds: ['VULN-six'], | ||
reason: err, | ||
success: false, | ||
tip: | ||
'Try running `poetry install six==2.0.1 transitive==1.1.1`', | ||
tip: 'Try running `poetry install six==2.0.1 transitive==1.1.1`', | ||
to: '[email protected]', | ||
userMessage: 'Failed to upgrade six from 1.1.6 to 2.0.1', | ||
}, | ||
|
@@ -180,8 +179,7 @@ describe('fix Poetry Python projects', () => { | |
issueIds: [], | ||
reason: err, | ||
success: false, | ||
tip: | ||
'Try running `poetry install six==2.0.1 transitive==1.1.1`', | ||
tip: 'Try running `poetry install six==2.0.1 transitive==1.1.1`', | ||
to: '[email protected]', | ||
userMessage: 'Failed to pin transitive from 1.0.0 to 1.1.1', | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.