neoneo-go/pkg/rpc/server
Roman Khimov 9d5b8d606a server: quote method in logs, fix CodeQL warnings
CWE-117:
  Log entries created from user input

  If unsanitized user input is written to a log entry, a malicious user may be able to forge new log entries.
2022-03-22 16:05:06 +03:00
..
testdata rpc: add NEP11-D tests to server and client 2022-02-09 11:57:16 +03:00
client_test.go rpc: fix Client's GetOraclePrice 2022-03-01 19:08:22 +03:00
prometheus.go rpc/server: register ws calls in Prometheus 2022-03-21 23:18:00 +03:00
server.go server: quote method in logs, fix CodeQL warnings 2022-03-22 16:05:06 +03:00
server_helper_test.go rpc: add NEP11-D tests to server and client 2022-02-09 11:57:16 +03:00
server_test.go server: quote method in logs, fix CodeQL warnings 2022-03-22 16:05:06 +03:00
subscription.go rpc: move NotaryRequestEvent to the subscriptions pkg 2021-09-24 17:42:59 +03:00
subscription_test.go rpc/server: fix sporadic test failures 2021-07-08 10:40:54 +03:00
tokens.go rpc: add server-side NEP-11 tracking API 2021-11-19 12:58:46 +03:00
util.go rpc, internal: fix CodeQL int conversions warnings 2021-04-19 11:30:28 +03:00