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

fix coverity hash issue in metaflow_utils file #1106

Conversation

rajithkrishnegowda
Copy link
Collaborator

@rajithkrishnegowda rajithkrishnegowda commented Oct 25, 2024

Fixing errors:

  1. 656300 Risky cryptographic hashing function
  2. 656287 Same on both sides

Coverity Error
Screenshot 2024-10-25 at 11 20 48 AM

Screenshot 2024-10-25 at 11 21 23 AM

Changed from md5 to sha256 hashing and removed repetitive variable

Copy link
Collaborator

@theakshaypant theakshaypant left a comment

Choose a reason for hiding this comment

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

Has this been tested with any workflow API example?

@tanwarsh
Copy link
Collaborator

We should test this before merging.

@MasterSkepticista
Copy link
Collaborator

@rajithkrishnegowda Please add a dummy commit to trigger workflow interface CI tests.

@rahulga1 rahulga1 merged commit 632fe20 into securefederatedai:develop Oct 28, 2024
28 checks passed
@rajithkrishnegowda rajithkrishnegowda deleted the fix-coverity-crypto-metaflow_util_file branch December 12, 2024 16:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants