maybe slightly faster to leave as is because none checks are faster than string compares?
Guess you are right
pytest
in the correct location so it can find them. (The correct location here is in the main cve-bin-tool directory, not inside test/
or cve_bin_tool/
)
fuzz/
directory and has a readme: https://github.com/intel/cve-bin-tool/tree/main/fuzz
@terriko Regarding issue intel/cve-bin-tool#1312, I've created a PR(intel/cve-bin-tool#1665) to solve the problem. I'm having some difficulty passing the github tests. What's going on is that github is installing requirements from requirements.txt, but because we moved the pytest requirement to dev-requirements.txt, it can't install the pytest packages.
I believe we can fix this by changing the CI workflow and include a step to install packages from dev-requirements.txt as well. Kindly help me.
terriko on atheris
docs: add more setup info (compare)
terriko on atheris
docs: Add fuzzing-related words… (compare)
terriko on atheris
docs: include atheris install s… (compare)
terriko on atheris
docs: add simple fuzzing readme… (compare)
terriko on atheris
fix: typo fix + version bump (#… fix: check return on re.search … chore: update pre-commit config… and 7 more (compare)
github-actions[bot] on chore-precommit-config
chore: update pre-commit config (compare)
terriko on 3.1.1
fix: fix egg_updater for instll… fix: Default to UNKNOWN in java… feat: Bump version to 3.1 for r… and 2 more (compare)
terriko on versionnull
fix: typo (compare)
terriko on versionnull
fix: Improve comment clarity (compare)
terriko on versionbump
feat: Bump version to 3.1 for r… (compare)
terriko on eggupdate
test: add test for null byte in… fix: fix egg_updater for instll… (compare)
terriko on versionnull
fix: Default to UNKNOWN in java… (compare)
terriko on nullbyte
fix: No error code needed in 3.… (compare)
terriko on nullbyte
fix: add special case for 3.7 V… (compare)