fengbenming
Results
2
issues of
fengbenming
- With issues: - gin/context Copy method comment is confuse. It'll be invalid memory address or nil pointer dereference when context copyed be passed to a goroutine. ## Description >...
当输入命令行超过一行或者批量粘贴命令的时候,proxy/parser.go: 319 parseCmdInput方法解析命令的输入的时候,采用'\r’分割命令行,这样就会错误的解析到最后那行为用户的输入命令,而不能把多行整体的当成用户最后的一次输入。这样可能会导致依赖这个结果的业务异常,比如说高危命令过滤就会变的失效。 - fix: jumpserver/jumpserver#8897