1 个仓库
Validation of shell script structural correctness to prevent unpredictable execution.
Distinct from Syntax Validation: Specialize syntax validation for shell scripting rather than SQL or general languages.
Explore 1 awesome GitHub repository matching data & databases · Shell. Refine with filters or upvote what's useful.
Shellharden 是一个 Shell 脚本加固工具和 linter,旨在提高 Bash 脚本的安全性和可靠性。它作为一个自动化工具,重写脚本以遵循行业标准的引用和安全实践。 该项目提供了一个优化器和标准化工具,用更安全的函数等效项替换不安全的模式和别名。它包含一个语法高亮器,使用视觉标记和颜色来指示漏洞以及需要进行引用修正的区域。 该工具涵盖了广泛的功能,包括自动安全修复、漏洞检测和脚本错误检测。这些功能通过自动重写和结构化语法验证确保脚本的一致性。
Identifies and visualizes structural errors and vulnerabilities to ensure scripts run predictably.