UNPKG

mcp-server-semgrep

Version:

MCP Server for Semgrep Integration - static code analysis with AI

25 lines (24 loc) 670 B
rules: - id: rails-skip-forgery-protection pattern: skip_forgery_protection message: This call turns off CSRF protection allowing CSRF attacks against the application languages: - ruby severity: WARNING metadata: cwe: - 'CWE-352: Cross-Site Request Forgery (CSRF)' category: security technology: - rails references: - https://api.rubyonrails.org/classes/ActionController/RequestForgeryProtection/ClassMethods.html#method-i-skip_forgery_protection owasp: - A01:2021 - Broken Access Control cwe2022-top25: true cwe2021-top25: true subcategory: - audit likelihood: LOW impact: LOW confidence: LOW