Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add AWS Secret Key Analyzer #132

Merged
merged 2 commits into from
Oct 9, 2019
Merged

Add AWS Secret Key Analyzer #132

merged 2 commits into from
Oct 9, 2019

Conversation

jmmille
Copy link
Contributor

@jmmille jmmille commented Oct 8, 2019

SHA hash and AWS secret keys are both 40 characters. All SHA (160 bit) hashes will report true from this regex, but AWS secret keys use more letters and also symbols. AWS Secret keys will rarely get detected as a SHA hash. I'm not sure of a better way to handle this unfortunately. This is for Issue #123.

@coveralls
Copy link

coveralls commented Oct 8, 2019

Pull Request Test Coverage Report for Build 213

  • 43 of 44 (97.73%) changed or added relevant lines in 3 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.6%) to 69.208%

Changes Missing Coverage Covered Lines Changed/Added Lines %
pastepwn/analyzers/tests/awssecretkeyanalyzer_test.py 36 37 97.3%
Totals Coverage Status
Change from base Build 210: 0.6%
Covered Lines: 1434
Relevant Lines: 2072

💛 - Coveralls

@d-Rickyy-b d-Rickyy-b merged commit d07021a into d-Rickyy-b:master Oct 9, 2019
@jmmille jmmille deleted the awsSecretKey branch October 9, 2019 21:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants