added
Protocol added to issue occurrences
about 1 month ago by Mike Jarrett
Issues endpoint
The protocol
property has been added to issue occurrences. This field captures the transport layer protocol that was in use when the security issue was detected. The protocol field helps provide more context about how vulnerabilities were discovered.
The possible values for protocol
are:
tcp
- Issues detected over TCP connectionsudp
- Issues detected over UDP connections
This addition enhances issue tracking by providing more detailed information about the transport layer protocol in which security vulnerabilities are found. This data can be valuable when analyzing network-level patterns in how issues manifest.
For more information, please refer to the issues documentation.