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

Refactor one-shot AesCtr #155

Merged
merged 1 commit into from
Jan 12, 2025
Merged

Refactor one-shot AesCtr #155

merged 1 commit into from
Jan 12, 2025

Conversation

dorssel
Copy link
Owner

@dorssel dorssel commented Jan 12, 2025

No description provided.

}

/// <summary>
/// TODO
/// </summary>
/// <param name="plaintext">TODO</param>
/// <param name="input">TODO</param>

Check notice

Code scanning / devskim

A "TODO" or similar was left in source code, possibly indicating incomplete functionality Note

Suspicious comment
AesExtra/AesCtr.cs Fixed Show fixed Hide fixed
}

/// <summary>
/// TODO
/// </summary>
/// <param name="ciphertext">TODO</param>
/// <param name="input">TODO</param>

Check notice

Code scanning / devskim

A "TODO" or similar was left in source code, possibly indicating incomplete functionality Note

Suspicious comment
AesExtra/AesCtr.cs Fixed Show fixed Hide fixed
}

/// <summary>
/// TODO
/// </summary>
/// <param name="ciphertext">TODO</param>
/// <param name="input">TODO</param>

Check notice

Code scanning / devskim

A "TODO" or similar was left in source code, possibly indicating incomplete functionality Note

Suspicious comment
AesExtra/AesCtr.cs Fixed Show fixed Hide fixed
}

/// <summary>
/// TODO
/// </summary>
/// <param name="ciphertext">TODO</param>
/// <param name="input">TODO</param>

Check notice

Code scanning / devskim

A "TODO" or similar was left in source code, possibly indicating incomplete functionality Note

Suspicious comment
AesExtra/AesCtr.cs Fixed Show fixed Hide fixed
Copy link

codecov bot commented Jan 12, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (bc75544) to head (e8f6b4b).
Report is 2 commits behind head on master.

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff            @@
##            master      #155   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            7         7           
  Lines          428       438   +10     
  Branches        78        84    +6     
=========================================
+ Hits           428       438   +10     

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

Copy link
Contributor

github-actions bot commented Jan 12, 2025

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ ACTION actionlint 5 0 0.02s
✅ EDITORCONFIG editorconfig-checker 64 0 0.17s
✅ HTML djlint 1 0 0.79s
✅ HTML htmlhint 1 0 0.24s
✅ JSON jsonlint 3 0 0.18s
✅ JSON prettier 3 0 0.42s
✅ MARKDOWN markdownlint 2 0 0.34s
✅ MARKDOWN markdown-link-check 2 0 7.84s
✅ MARKDOWN markdown-table-formatter 2 0 0.3s
✅ REPOSITORY checkov yes no 14.14s
✅ REPOSITORY gitleaks yes no 0.3s
✅ REPOSITORY git_diff yes no 0.01s
✅ REPOSITORY grype yes no 13.05s
✅ REPOSITORY secretlint yes no 0.85s
✅ REPOSITORY trivy-sbom yes no 0.2s
✅ REPOSITORY trufflehog yes no 2.8s
✅ XML xmllint 5 0 0.01s
✅ YAML prettier 10 0 0.65s
✅ YAML v8r 10 0 16.06s
✅ YAML yamllint 10 0 0.46s

See detailed report in MegaLinter reports

MegaLinter is graciously provided by OX Security

@dorssel dorssel merged commit 2aa198e into master Jan 12, 2025
10 checks passed
@dorssel dorssel deleted the ctr_oneshot branch January 12, 2025 03:01
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.

1 participant