Guillaume Valadon
Guillaume Valadon
While playing with `rfc()`, I noticed that the `PadField` is not displayed. I believe that it is a bug. # Code ```python class Test(Packet): fields_desc = [IntField("f1", 0), ByteField("f2", 1)]...
Attempt to fix #2999 Some unit tests were fixed. According to the NTP specifications and Wireshark, they were incorrect.
This PR improves the selection of the default interface in an IPv6-only environment. See https://github.com/secdev/scapy/issues/4304 for context ~~To maintainers: shoud I add unit tests?~~
This PR fixes issues discovered by oss-fuzz.
See: - http://largebgpcommunities.net/2016/beacon/ - http://largebgpcommunities.net/2016/beacon2/
Two small commit that fixes Makefile related errors on macOS
This PR adds support for process information stored in a PcapNg by the `tcpdump` command on macOS. How to test it? ```shell sudo tcpdump -kA -r test.pcapng ``` ```python >>>...
The `--delete-scanner` doesn't check if a scanner is used before deleting it. This causes GSA and the API to break. ### Expected behavior An error message is displayed if the...
This PR fixed an issue reported by OSS-Fuzz. I reduced the original reproducer to minimize the bytes added to the test cases.
## Context Cloning a repository with `git clone --mirror` may retrieve more git objects, and lead to more secrets being detected. ## What has been done By default ggshield now...