-
Notifications
You must be signed in to change notification settings - Fork 190
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
nancy:chore - Error not handled by Horusec in Nancy tool
**- What I did** The nancy tool requires access to the Github API's, but when accessed several times without an identification it is blocked until the user identifies himself using an authentication token that can be generated via Github, so I created a validation for this scenario and the user can add this environment variable before starting an analysis. **- How to verify it** Run many times GoLang project and see follow error: ```bash Invalid character 'E' looking for beginning of value ``` **- Description for the changelog** Error not handled by Horusec in Nancy tool [#905](#905) Signed-off-by: wilian <wilian.silva@zup.com.br>
- Loading branch information
1 parent
0cc95bc
commit 709d3a1
Showing
3 changed files
with
81 additions
and
3 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