Security context

What an agent needs to avoid regressing past fixes and find the next vuln in this repo.

mbleigh/acts-as-taggable-on
master @ 1df5ac3
1
Fixes
0
CVEs
HIGH
Peak severity
Highlights
SQL Injection: 1 prior fix. Scrutinize any change in this area.
lib/acts_as_taggable_on/acts_as_taggable_on.rb: most-fixed (1 issue). Treat as high-risk during review.
1 high-severity fix in this history; regressions here are high-impact.
Recurring patterns

The bug types that recur here, drawn from past fixes, not open vulnerabilities.

SQL Injection: Unsanitized database queries in dynamic query builders can allow malicious users to execute arbitrary SQL commands. This risk was demonstrated in the tag_counts_on method via the :conditions option.