mcp-server-semgrep
Version:
MCP Server for Semgrep Integration - static code analysis with AI
16 lines (15 loc) • 443 B
YAML
rules:
- id: bokeh-deprecated-apis
message: >-
These APIs are deprecated in Bokeh see https://docs.bokeh.org/en/latest/docs/releases.html#api-deprecations
languages: [python]
severity: WARNING
pattern-either:
- pattern: |
import bokeh.layouts.widgetbox
- pattern: |
import bokeh.models.graphs.from_networkx
metadata:
category: maintainability
technology:
- bokeh