google / oss-fuzz

OSS-Fuzz - continuous fuzzing for open source software.
https://google.github.io/oss-fuzz
Apache License 2.0
10.13k stars 2.15k forks source link

[scapy] poke Packet.summary() #12050

Closed evverx closed 2 weeks ago

evverx commented 3 weeks ago

It's kind of a follow-up to https://github.com/secdev/scapy/pull/4381 ans should help to catch issues like that going forward.

@gpotter2 @guedou @p-l- could you take a look?

(I think ideally it would be nice to move the fuzz target to the scapy repository where it could be changed and reviewed without having to open PRs here)

github-actions[bot] commented 3 weeks ago

evverx has previously contributed to projects/scapy. The previous PR was #11912

guedou commented 3 weeks ago

This looks good to me! The fuzzing harness in Scapy is indeed a great idea.

evverx commented 2 weeks ago

@jonathanmetzman @DavidKorczynski I'm planning to move it next week probably but I wonder if it would be OK if it was relicensed? It was created by a bot apparently so I don't know who can approve that.