Skip to content

fix+perf: 修复10个bug & 10项性能优化 #369

fix+perf: 修复10个bug & 10项性能优化

fix+perf: 修复10个bug & 10项性能优化 #369

Triggered via push June 13, 2026 10:46
Status Failure
Total duration 40s
Artifacts

test-build.yml

on: push
代码检查
32s
代码检查
单元测试和构建
0s
单元测试和构建
构建验证
0s
构建验证
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
代码检查: plugins/services/cassandra.go#L289
ineffectual assignment to body (ineffassign)
代码检查: webscan/lib/eval_string.go#L76
Error return value is not checked (errcheck)
代码检查: webscan/fingerprint/enhanced.go#L313
Error return value is not checked (errcheck)
代码检查: webscan/fingerprint/enhanced.go#L306
Error return value is not checked (errcheck)
代码检查: plugins/services/mongodb.go#L561
func base64EncodeStr is unused (unused)
代码检查: plugins/services/cassandra.go#L289
ineffectual assignment to body (ineffassign)
代码检查: plugins/services/mongodb.go#L372
cyclomatic complexity 44 of func `parseMongoCommandReply` is high (> 35) (gocyclo)
代码检查: webscan/lib/eval_string.go#L76
Error return value is not checked (errcheck)
代码检查: webscan/fingerprint/enhanced.go#L313
Error return value is not checked (errcheck)
代码检查: webscan/fingerprint/enhanced.go#L306
Error return value is not checked (errcheck)
代码检查
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-go@v5. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/