scapy/.github
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
..
ISSUE_TEMPLATE Merge pull request #3586 from Tijs-B/patch-1 2022-04-21 17:49:44 +02:00
workflows ci: run the fuzz target on PRs (#4378) 2024-07-01 20:28:11 +02:00
FUNDING.yml Added myself to the maintainers 2023-06-21 10:30:12 +02:00
PULL_REQUEST_TEMPLATE.md Update regression tests instructions in template 2022-06-27 13:34:56 +02:00
codecov.yml Lighten up codecov rules 2020-09-18 21:34:00 +00:00