...
- The data being sent over the socket is not sensitive
- The data is sensitive, but properly encrypted. See SER02-J. Sign and seal sensitive objects before sending them outside a trust boundary for more information.
- The network path of the socket never crosses a trust boundary. This could happen if, for example, the two endpoings of the socket are within a local network and the entire network is trusted.
...