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
fix: noto 1426 jira mcp atlassian vuln updates (#18)
* fix(confluence): add path traversal guard for attachment downloads (sooperset#987)
Add validate_safe_path() utility that resolves symlinks via
Path.resolve() and validates containment with is_relative_to().
Guard Confluence download_attachment() and
download_content_attachments() against path traversal.
Refactor Jira attachment guards to use the shared utility,
strengthening them with symlink resolution.
Addresses GHSA-xjgw-4wvw-rgm4.
Reported-by: yotampe-pluto
Github-Issue: sooperset#984
* update version
* ai gen test fixes :/
* .
* skip instead of ai slop
* delete more stuff
* more
* remove more changes
* revert more changes
* disable confluence on main
---------
Co-authored-by: Hyeonsoo Lee <32061883+sooperset@users.noreply.github.com>

Copy file name to clipboardExpand all lines: pyproject.toml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
[project]
2
2
name = "mcp-atlassian"
3
-
version = "0.11.9+cohere.3"
3
+
version = "0.11.9+cohere.4"
4
4
description = "The Model Context Protocol (MCP) Atlassian integration is an open-source implementation that bridges Atlassian products (Jira and Confluence) with AI language models following Anthropic's MCP specification. This project enables secure, contextual AI interactions with Atlassian tools while maintaining data privacy and security. Key features include:"
0 commit comments