snowflake/common/messages
Cecylia Bocovich b35a79ac24
Validate client and proxy supplied strings
Malicious clients and proxies can provide potentially malicious strings
in the polls. This validates the NAT type and proxy type strings to
ensure that malformed strings are not displayed on a web page
or passed to any of our monitoring infrastructure.

If a client or proxy supplies an invalid NAT type, we return an error
message. If a proxy supplies an unknown proxy type, we set the proxy
type to unknown.
2022-01-12 11:30:41 -05:00
..
client.go Validate client and proxy supplied strings 2022-01-12 11:30:41 -05:00
ipc.go Use variables for string matching 2021-07-08 12:47:23 -04:00
messages_test.go Validate client and proxy supplied strings 2022-01-12 11:30:41 -05:00
proxy.go Validate client and proxy supplied strings 2022-01-12 11:30:41 -05:00