Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dbcli/mssql-cli
/ _remove_symbols
Function
_remove_symbols
mssqlcli/telemetry.py:256–260 ·
view source on GitHub ↗
(s)
Source
from the content-addressed store, hash-verified
254
255
256
def
_remove_symbols(s):
257
if
isinstance(s, str):
258
for
c in
'$%^&|'
:
259
s = s.replace(c,
'_'
)
260
return
s
Callers
4
generate_payload
Method · 0.85
_get_env_string
Function · 0.85
_get_shell_type
Function · 0.85
_get_stack_trace
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected