Skip to content

Gjo fuzzing template#180

Draft
Gustavo-Jodar wants to merge 31 commits into
masterfrom
gjo_fuzzing_template
Draft

Gjo fuzzing template#180
Gustavo-Jodar wants to merge 31 commits into
masterfrom
gjo_fuzzing_template

Conversation

@Gustavo-Jodar

Copy link
Copy Markdown

Checklist

  • App update process has been followed
  • Target branch is develop
  • Application version has been bumped
  • [ X ] Tests

@ledger-wiz-cspm-secret-detection

ledger-wiz-cspm-secret-detection Bot commented Oct 6, 2025

Copy link
Copy Markdown

Wiz Scan Summary

Scanner Findings
Data Finding Sensitive Data -
IaC Misconfiguration IaC Misconfigurations 1 High 1 Medium
Total 1 High 1 Medium

View scan details in Wiz

To detect these findings earlier in the dev lifecycle, try using Wiz Code VS Code Extension.

@codecov

codecov Bot commented Oct 6, 2025

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 88.60%. Comparing base (d30fd41) to head (ced17aa).
⚠️ Report is 55 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #180   +/-   ##
=======================================
  Coverage   88.60%   88.60%           
=======================================
  Files           5        5           
  Lines          79       79           
  Branches       20       20           
=======================================
  Hits           70       70           
  Misses          9        9           
Flag Coverage Δ
unittests 88.60% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Comment thread .clusterfuzzlite/build.sh
cmake -DBOLOS_SDK=../BOLOS_SDK -Bbuild -H.
make -C build
mv ./build/fuzz_tx_parser "${OUT}"
cmake -S . -B build -DCMAKE_C_COMPILER=clang -DCMAKE_BUILD_TYPE=Debug \

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Why not calling here directly the build.sh from the SDK? It seems it is a duplicate file 🤔 ?

Comment thread fuzzing/README.md

cd fuzzing

${BOLOS_SDK}/fuzzing/local_run.sh --build=1 \

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Should be rather use the script from the SDK?

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.

2 participants