Replies: 1 comment 1 reply
-
An option is to run https://github.com/ossf/scorecard on the project and assess what's missing. I'm quite sure there are some missing SAST tools -- which, although, isn't testing may provide some insights into bugs (or the lack of). E.g. CodeQL? https://github.com/github/codeql-action |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
@DavidKorczynski added fuzzing, and I just added a github workflow for running all the unit tests with clangs Address Sanitizer and Memory Sanitizer. Does anyone else know of anything else to improve the testing of json_struct?
Beta Was this translation helpful? Give feedback.
All reactions