You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
What's Changed
[1.2.1] - 2026-04-29
Fixed
Fix slice out of bound error for xss rule when closing tag is followed by a new opening tag on the same line (e.g., </script><script...).
Adjust scan logic of ASIST code so that scanning continue in script/style context when closing tag is followed by a new opening tag on the same line (e.g., </script><script...).
[1.2.0] - 2026-03-06
Added
Added property to cicdmaxissues in ruleoverrides config, allowing a maximum number of issues to be permitted per rule in CI/CD mode. This enables gradual remediation of existing issues by setting a threshold that can be reduced over time. Exceeding the threshold exits with a non-zero code and prints a violation summary to stderr.
When running --list-rules, each rule now displays its CicdMaxIssues value. Rules without a cicdmaxissues override show a default value of 0.
Added cicdmaxissues support to customregexrules, allowing custom rules to define their own CI/CD issue threshold directly in their rule definition.
Fixed
Enhanced the regex to be case-insensitive and to support . in repository names, enabling correct extraction of the repository name from SSH URLs in baseline scan.