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
In python/extract_issues.py, an input such as {"range_spec": "invalid_revision..HEAD"} can lead to sys.exit(1). This can be dangerous if the tool is being integrated in a MCP server.
In
python/extract_issues.py, an input such as{"range_spec": "invalid_revision..HEAD"}can lead tosys.exit(1). This can be dangerous if the tool is being integrated in a MCP server.