1 个仓库
Replacement of suboptimal shell-specific code patterns with safer or more efficient equivalents.
Distinguishing note: Existing optimization patterns are too specific to GPU kernels, databases, or WordPress.
Explore 1 awesome GitHub repository matching software engineering & architecture · Shell Pattern Optimizations. Refine with filters or upvote what's useful.
Shellharden 是一个 Shell 脚本加固工具和 linter,旨在提高 Bash 脚本的安全性和可靠性。它作为一个自动化工具,重写脚本以遵循行业标准的引用和安全实践。 该项目提供了一个优化器和标准化工具,用更安全的函数等效项替换不安全的模式和别名。它包含一个语法高亮器,使用视觉标记和颜色来指示漏洞以及需要进行引用修正的区域。 该工具涵盖了广泛的功能,包括自动安全修复、漏洞检测和脚本错误检测。这些功能通过自动重写和结构化语法验证确保脚本的一致性。
Replaces suboptimal shell patterns with safer equivalents, such as converting aliases into functions.