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

Added rules for MD4 and RIPEMD160 #1163

Merged
merged 1 commit into from
Jun 25, 2024

Conversation

expp121
Copy link

@expp121 expp121 commented Jun 24, 2024

  • Rule G406 responsible for the usage of deprecated MD4 and RIPEMD160 added.
  • Rules G506, G507 responsible for tracking the usage of the already mentioned libraries added.
  • Slight changes in the Makefile(make clean wasn't removing all expected files)
  • Added license to analyzer_test.go

closes #1162

* Rule G406 responsible for the usage of deprecated MD4 and RIPEMD160 added.
* Rules G506, G507 responsible for tracking the usage of the already mentioned libraries added.
* Slight changes in the Makefile(`make clean` wasn't removing all expected files)
* Added license to `analyzer_test.go`
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 69.25%. Comparing base (6382394) to head (76e6935).

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1163      +/-   ##
==========================================
+ Coverage   69.00%   69.25%   +0.24%     
==========================================
  Files          70       71       +1     
  Lines        3833     3864      +31     
==========================================
+ Hits         2645     2676      +31     
  Misses       1069     1069              
  Partials      119      119              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@expp121
Copy link
Author

expp121 commented Jun 25, 2024

Another question I have is: Should I add licenses to newly created files, and if yes, who should I write as the copyright holder?

@ccojocar
Copy link
Member

Another question I have is: Should I add licenses to newly created files, and if yes, who should I write as the copyright holder?

Please do

Copy link
Member

@ccojocar ccojocar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for this addition!

@ccojocar ccojocar merged commit 9a4a741 into securego:master Jun 25, 2024
6 checks passed
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.

Add rules for deprecated hashing algorithms
3 participants