-
Notifications
You must be signed in to change notification settings - Fork 1
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
Merge security audited changes #2
Conversation
Get elements from the standard app and apply to fuzzing here
When getting the SPK for P2SH, ensure that script_len is always 0x20
- Fix the fuzzer so that it's standardized again - Fix validation of multisig addresses
Add fuzzing github actions
Although these were from the boilerplate, we don't really need them
Fix audit comments
Even more buffer checks
@coderofstuff Can you rebase your PR? Also have you followed the PR template question? |
Do I need a version bump even though this hasn't been publicly released? That is, a version bump is required for every PR? Where is the app update process? I put this PR up because I was asked to put a PR up to merge in the security audited commit. If it's fine for me to merge your |
The version bump is necessary even if the app didn't reach the public, indeed a version 1.0.0 has been deployed for internal test. It can be seen in the tags here: https://github.com/LedgerHQ/app-kaspa/tags
I'm not sure, best is to discuss with Victor F on Discord.
I would prefer a rebase because I prefer linear git history, but I understand that this will impact your repo history, so as you prefer. |
Merge in Ledger's changes in their "develop"
@xchapron-ledger I've merged I see there is indeed a version bump here making it be 1.0.1. Do you still need me to make it 1.0.2? I'll check in with Victor for the app update process when he gets back. |
Yep that would be preferable. |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## develop #2 +/- ##
============================================
- Coverage 91.71% 80.56% -11.16%
============================================
Files 7 7
Lines 326 391 +65
============================================
+ Hits 299 315 +16
- Misses 27 76 +49
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Bump version to 1.0.2
Account support
Checklist
develop