scapy/.github/workflows
Evgeny Vereshchagin 37d941267e
ci: run the fuzz target on PRs (#4378)
* ci: run the fuzz target on PRs

using https://google.github.io/oss-fuzz/getting-started/continuous-integration/

It downloads the corpus OSS-Fuzz has accumulated so far (including the
test cases that triggered issues in the past) and runs the fuzz target
with it. It should help to catch most regressions when PRs are opened.

Prompted by https://github.com/secdev/scapy/pull/4373.

* dcerpc: turn print into log_runtime.warning

to make it possible to turn it off with logging.disable().

(it should help to make the fuzz target less chatty among other things
because it seems to be the only dissector (covered by the fuzz target)
printing messages like that directly)
2024-07-01 20:28:11 +02:00
..
cifuzz.yml ci: run the fuzz target on PRs (#4378) 2024-07-01 20:28:11 +02:00
unittests.yml Allow failure of codecov job (#4430) 2024-06-15 19:44:25 +02:00