Skip to content

Conversation

@shivasurya
Copy link
Owner

This adds support for list-based OR logic in argument matching, allowing rules to match multiple acceptable values for a single argument. It also includes improvements to wildcard handling and value extraction. These features enable more sophisticated security rules that can detect various forms of the same vulnerability pattern while reducing false positives.

@shivasurya shivasurya added enhancement New feature or request go Pull requests that update go code python labels Nov 21, 2025
@shivasurya shivasurya self-assigned this Nov 21, 2025
@shivasurya shivasurya added enhancement New feature or request go Pull requests that update go code python labels Nov 21, 2025
@safedep
Copy link

safedep bot commented Nov 21, 2025

SafeDep Report Summary

Green Malicious Packages Badge Green Vulnerable Packages Badge Green Risky License Badge

No dependency changes detected. Nothing to scan.

This report is generated by SafeDep Github App

@codecov
Copy link

codecov bot commented Nov 21, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 79.01%. Comparing base (4b93037) to head (935327e).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #388      +/-   ##
==========================================
+ Coverage   78.86%   79.01%   +0.14%     
==========================================
  Files          70       70              
  Lines        7011     7051      +40     
==========================================
+ Hits         5529     5571      +42     
+ Misses       1243     1242       -1     
+ Partials      239      238       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Copy link
Owner Author

shivasurya commented Nov 21, 2025

Merge activity

  • Nov 21, 1:29 AM UTC: A user started a stack merge that includes this pull request via Graphite.
  • Nov 21, 1:36 AM UTC: Graphite rebased this pull request as part of a merge.
  • Nov 21, 1:37 AM UTC: @shivasurya merged this pull request with Graphite.

@shivasurya shivasurya changed the base branch from shiva/pr-04-positional-arguments to graphite-base/388 November 21, 2025 01:34
@shivasurya shivasurya changed the base branch from graphite-base/388 to main November 21, 2025 01:35
Implement advanced argument matching features to enable precise security rule detection. OR logic allows matching multiple acceptable values, while wildcard matching supports patterns like "0o7*" for octal permissions and "0.0.*" for IP addresses.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
@shivasurya shivasurya force-pushed the shiva/pr-05-advanced-features branch from d2d516a to 935327e Compare November 21, 2025 01:36
@shivasurya shivasurya merged commit 14282b1 into main Nov 21, 2025
3 checks passed
@shivasurya shivasurya deleted the shiva/pr-05-advanced-features branch November 21, 2025 01:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request go Pull requests that update go code python

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants