H(igh) A(ssurance) ROS - Analyse statique du code d'application ROS1.
Les fonctionnalités principales de git-afsantos/haros sont : Outils de qualité de code, Linting And Formatting.
Les alternatives open-source à git-afsantos/haros incluent : psf/black — This project is an uncompromising, deterministic code formatter for Python. It functions by parsing source code into… koalaman/shellcheck — This project is a static analysis tool and linter designed to improve the quality, reliability, and portability of… danmar/cppcheck. davidanson/markdownlint. hadolint/hadolint — Hadolint is a static analysis tool designed to validate container build configurations. It functions as a security… pycqa/pydocstyle — docstring style checker.
Hadolint is a static analysis tool designed to validate container build configurations. It functions as a security scanner and configuration auditor, parsing build instructions into a structured format to identify deviations from security and efficiency standards. The tool distinguishes itself by performing deep inspection of embedded shell commands. By tokenizing and analyzing these scripts, it detects common scripting errors and security vulnerabilities that might otherwise persist within a container image. It integrates external analysis tools to provide specialized validation for these in
This project is a static analysis tool and linter designed to improve the quality, reliability, and portability of shell scripts. By performing deep structural analysis, it identifies common programming pitfalls, syntax errors, and security vulnerabilities before scripts are executed. It functions as an automated code reviewer that enforces best practices and helps developers maintain consistent, robust code across different operating environments. The tool distinguishes itself through its dialect-aware grammar resolution, which adapts its parsing logic based on the specific shell interpreter