1 Repo
Analysis to detect when original request parameters are modified directly.
Distinct from Request Parameter Filtering: Distinct from Request Parameter Filtering: focuses on detecting the mutation of parameters rather than stripping undeclared data.
Explore 1 awesome GitHub repository matching web development · Parameter Modification Detection. Refine with filters or upvote what's useful.
This project is a static analysis tool and linter for Ruby on Rails designed to identify architectural smells and violations of best practices. It serves as a code quality linter, architectural auditor, security scanner, and performance analyzer for Rails applications. The tool evaluates the separation of concerns between controllers, models, and view templates to reduce technical debt. It identifies suboptimal coding patterns and enforces stylistic consistency, while specifically scanning for security vulnerabilities such as unprotected mass assignment in models. The analysis surface covers
Detects modifications to original request parameters to ensure data integrity during processing.