Add a new tool update_column_colors#3
Open
urjeetpatel wants to merge 16 commits into
Open
Conversation
…DL column cells Co-authored-by: urjeetpatel <1077440+urjeetpatel@users.noreply.github.com>
…rs-tool Add `update_column_colors` tool for RDL column text and background colors
Add update_column_colors to modify reports section
- Added find_packages() to setup.py to ensure all packages are included in the distribution.
Co-authored-by: urjeetpatel <1077440+urjeetpatel@users.noreply.github.com> Agent-Logs-Url: https://github.com/urjeetpatel/rdl-mcp/sessions/9d75ca8b-56e7-4be7-9736-b91d7444d5f5
…losure, ReDoS - Replace unsafe xml.etree.ElementTree.parse() with defusedxml (CWE-611, CWE-776) - Add filepath validation to prevent path traversal attacks (CWE-22) - Sanitize error messages to prevent information disclosure (CWE-209) - Add regex pattern length limit to prevent ReDoS attacks (CWE-1333) - Add defusedxml>=0.7.1 as project dependency - Add 12 security tests covering XXE, path traversal, info disclosure, ReDoS Co-authored-by: urjeetpatel <1077440+urjeetpatel@users.noreply.github.com> Agent-Logs-Url: https://github.com/urjeetpatel/rdl-mcp/sessions/447b3529-a1b4-4b3f-a600-4df5fe62f786
…test.fail() Co-authored-by: urjeetpatel <1077440+urjeetpatel@users.noreply.github.com> Agent-Logs-Url: https://github.com/urjeetpatel/rdl-mcp/sessions/447b3529-a1b4-4b3f-a600-4df5fe62f786
Replace hand-rolled JSON-RPC MCP protocol with fastmcp
…p migration - pyproject.toml: combine both defusedxml and fastmcp dependencies - rdl_mcp/server.py: accept fastmcp refactor, drop old hand-rolled protocol - tests/test_rdl_mcp_server.py: keep security tests (XXE, path traversal, ReDoS) and fastmcp tests; drop info-disclosure tests (old handle_request removed) - setup.py: add fastmcp alongside defusedxml in install_requires
…y-vulnerability Harden XML parsing and input validation against XXE, path traversal, info disclosure, and ReDoS
Author
|
now fixes #1 as well |
…yout/style APIs Agent-Logs-Url: https://github.com/urjeetpatel/rdl-mcp/sessions/f7c4a2df-3782-4a3a-9fd9-759a26d14bec Co-authored-by: urjeetpatel <1077440+urjeetpatel@users.noreply.github.com>
…ty-and-usability RDL MCP Hardening: Safe Batch Editing, Concurrency Control, and Verifiable Layout/Style Updates
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add a new tool
update_column_colors.this was added to fix #2