Commit 3e72a42
chore(deps): bump mcp-atlassian from 0.21.0 to 0.22.0 in /components/runners/ambient-runner in the uv group across 1 directory (#1716)
Bumps the uv group with 1 update in the
/components/runners/ambient-runner directory:
[mcp-atlassian](https://github.com/sooperset/mcp-atlassian).
Updates `mcp-atlassian` from 0.21.0 to 0.22.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/sooperset/mcp-atlassian/releases">mcp-atlassian's
releases</a>.</em></p>
<blockquote>
<h1>v0.22.0</h1>
<p>This release bundles three months of community contributions with a
coordinated security hardening pass across the attachment, transport,
SSRF-validation, filtering, and OAuth layers.</p>
<h2>🔒 Security</h2>
<p>A security audit (37 advisories, consolidated into root-cause
families) was resolved in this release. Advisories are being published
with "fixed in 0.22.0" — highlights:</p>
<ul>
<li><strong>Attachment & content-file path confinement</strong> —
<code>upload_attachment</code> / <code>download_attachment</code> (Jira
& Confluence) and the new <code>content_file</code> page input now
validate every caller-supplied path against the workspace via
<code>validate_safe_path</code>, closing arbitrary file
read/exfiltration and an intra-CWD overwrite RCE variant. Note: paths
passed to these tools must now resolve inside the server's working
directory. (GHSA-wm45-qh3g-v83f, GHSA-vc25-24vv-fxxm,
GHSA-93xw-j965-9mx3, GHSA-6cr4-ccf3-x7h4, GHSA-f4p7-qx46-wc5j,
GHSA-f6pj-qv47-g96w, GHSA-2xj6-xx86-cwwc, GHSA-mrq8-fv7v-hhjg,
GHSA-wv8v-v4c5-v75j, GHSA-p6hp-93wp-fh6p, GHSA-h7wj-5v37-59r2,
GHSA-mfv2-4wvm-9pgp, GHSA-f26r-j276-ggg4, GHSA-g5r6-gv6m-f5jv,
GHSA-6vmq-24h2-pj7j)</li>
<li><strong>HTTP transport authentication</strong> (critical) —
unauthenticated streamable-http requests no longer fall back to the
operator's global credentials; the fallback is now opt-in via
<code>ALLOW_GLOBAL_CRED_FALLBACK</code> (default off), and
unauthenticated requests are rejected with 401 at the transport
boundary. (GHSA-wrhw-j3f9-8vc6, GHSA-vc8m-84rp-53hx,
GHSA-cc5h-2pwp-pvcc)</li>
<li><strong>SSRF hardening</strong> — redirect validation now covers
every client session and auth branch, backslash authority-confusion URLs
are rejected, and a DNS-pinning transport adapter resolves each host
exactly once (validate → connect on the same address), eliminating the
DNS-rebinding TOCTOU against the CVE-2026-27826 fix. Hosts from your
configured <code>JIRA_URL</code> / <code>CONFLUENCE_URL</code> and
<code>MCP_ALLOWED_URL_DOMAINS</code> are exempt from the
non-global-address rejection, so on-prem DC instances on private
networks keep working; caller-supplied URLs (multi-user HTTP headers)
remain fully guarded. (GHSA-6529-c226-h328, GHSA-hgcf-4mq8-5266,
GHSA-v9m3-wfh8-5646, GHSA-5wf4-jqxh-8gm3, GHSA-49xv-9743-pw8w,
GHSA-72fm-whvq-jghf, GHSA-489g-7rxv-6c8q, GHSA-6rrj-86cw-gg9j)</li>
<li><strong>Tool authorization enforcement</strong> — tools hidden by
<code>ENABLED_TOOLS</code> / toolset / read-only mode can no longer be
invoked by name; authorization is enforced at dispatch, not just
listing. (GHSA-3r68-hf9h-887v)</li>
<li><strong>Project/space filter boundary</strong> —
<code>JIRA_PROJECTS_FILTER</code> /
<code>CONFLUENCE_SPACES_FILTER</code> are now a hard boundary: always
ANDed into queries (callers can narrow but never widen), covering search
and board issues. Sprint IDs are validated numeric to prevent JQL
injection. (GHSA-w66g-j6c4-hcfc, GHSA-rqwg-9346-fjjv)</li>
<li><strong>OAuth token file permissions</strong> — fallback token files
are written owner-only (0600, dir 0700). (GHSA-g5xv-mhgm-v5f6,
GHSA-76pr-5669-3xf5, GHSA-4596-2p6p-28cv)</li>
<li><strong>Reflected XSS</strong> — the OAuth callback page
HTML-escapes its output. (GHSA-g2r2-3j32-j27x)</li>
</ul>
<p>Each fix ships with permanent regression tests. Thanks to everyone
who reported — including overlapping public reports from <a
href="https://github.com/failsafesecurity"><code>@failsafesecurity</code></a>
and <a href="https://github.com/rober15"><code>@rober15</code></a>.</p>
<h2>✨ Features</h2>
<h3>Jira</h3>
<ul>
<li>Dedicated <code>assign_issue</code> tool (<a
href="https://redirect.github.com/sooperset/mcp-atlassian/issues/1152">#1152</a>)
and <code>search_assignable_users</code> for free-form user lookup (<a
href="https://redirect.github.com/sooperset/mcp-atlassian/issues/1358">#1358</a>)</li>
<li><code>jira_move_issue</code> for cross-project moves (<a
href="https://redirect.github.com/sooperset/mcp-atlassian/issues/1273">#1273</a>)
and <code>move_issues_to_backlog</code> (<a
href="https://redirect.github.com/sooperset/mcp-atlassian/issues/1333">#1333</a>)</li>
<li><code>jira_search_projects</code> using the projects picker API (<a
href="https://redirect.github.com/sooperset/mcp-atlassian/issues/1247">#1247</a>)</li>
<li><code>update_version</code> tool (<a
href="https://redirect.github.com/sooperset/mcp-atlassian/issues/1349">#1349</a>)</li>
<li><code>get_issue</code> gains an <code>include</code> param for
inline enrichments (<a
href="https://redirect.github.com/sooperset/mcp-atlassian/issues/1125">#1125</a>)</li>
<li>Issue type and field discovery tools (<a
href="https://redirect.github.com/sooperset/mcp-atlassian/issues/1123">#1123</a>)</li>
<li>ADF/markdown: panel nodes (<a
href="https://redirect.github.com/sooperset/mcp-atlassian/issues/1219">#1219</a>),
task lists <code>- [ ]</code> → taskList (<a
href="https://redirect.github.com/sooperset/mcp-atlassian/issues/1280">#1280</a>),
<code>[~accountid:UUID]</code> mentions (<a
href="https://redirect.github.com/sooperset/mcp-atlassian/issues/1307">#1307</a>),
display-name mentions (<a
href="https://redirect.github.com/sooperset/mcp-atlassian/issues/1228">#1228</a>)</li>
<li><code>account_id</code> exposed in simplified user profiles (<a
href="https://redirect.github.com/sooperset/mcp-atlassian/issues/1347">#1347</a>)</li>
</ul>
<h3>Confluence</h3>
<ul>
<li>Inline comment tools with Server/DC v1 payload fix (<a
href="https://redirect.github.com/sooperset/mcp-atlassian/issues/1264">#1264</a>)</li>
<li><code>confluence_update_page_section</code> for lossless partial
page updates (<a
href="https://redirect.github.com/sooperset/mcp-atlassian/issues/1141">#1141</a>)</li>
<li><code>content_file</code> input for create/update page (<a
href="https://redirect.github.com/sooperset/mcp-atlassian/issues/1275">#1275</a>)</li>
<li><code>content_base64</code> input for <code>upload_attachment</code>
— upload from in-memory content when the server can't read host file
paths (<a
href="https://redirect.github.com/sooperset/mcp-atlassian/issues/1366">#1366</a>)</li>
<li>Content and space permission checking tools (<a
href="https://redirect.github.com/sooperset/mcp-atlassian/issues/1320">#1320</a>)</li>
<li><code>get_page</code> resolves Confluence tiny links and page URLs
(<a
href="https://redirect.github.com/sooperset/mcp-atlassian/issues/1222">#1222</a>)</li>
<li>Table layout, page width, page restrictions, and copy-page support
(<a
href="https://redirect.github.com/sooperset/mcp-atlassian/issues/1178">#1178</a>)</li>
</ul>
<h3>Server/Transport</h3>
<ul>
<li>Opt-in HTTP hardening: urllib3 retries with Retry-After respect,
outbound rate limit, process-wide concurrency cap, circuit breaker, and
pagination clamp — all disabled by default, tunable via env (<a
href="https://redirect.github.com/sooperset/mcp-atlassian/issues/1310">#1310</a>)</li>
</ul>
<h2>🐛 Fixed</h2>
<h3>Jira</h3>
<ul>
<li><code>update_issue</code>: null values clear fields (<a
href="https://redirect.github.com/sooperset/mcp-atlassian/issues/1140">#1140</a>);
loud failure when assignee can't be resolved (<a
href="https://redirect.github.com/sooperset/mcp-atlassian/issues/1380">#1380</a>);
tolerate default comment fields (<a
href="https://redirect.github.com/sooperset/mcp-atlassian/issues/1334">#1334</a>)</li>
<li>Pagination: <code>get_worklogs</code> returns all entries (<a
href="https://redirect.github.com/sooperset/mcp-atlassian/issues/1223">#1223</a>);
newest comments first when limiting (<a
href="https://redirect.github.com/sooperset/mcp-atlassian/issues/1218">#1218</a>)</li>
<li><code>'me'</code> identifier in <code>get_user_profile</code> (<a
href="https://redirect.github.com/sooperset/mcp-atlassian/issues/1120">#1120</a>);
sub-task name match preference (<a
href="https://redirect.github.com/sooperset/mcp-atlassian/issues/1331">#1331</a>);
<code>version</code> field allowed in issue field selection (<a
href="https://redirect.github.com/sooperset/mcp-atlassian/issues/1227">#1227</a>)</li>
<li>Version creation uses correct API per deployment (<a
href="https://redirect.github.com/sooperset/mcp-atlassian/issues/1339">#1339</a>;
<a
href="https://redirect.github.com/sooperset/mcp-atlassian/issues/1350">#1350</a>)</li>
<li>Markdown: full table block parsing (<a
href="https://redirect.github.com/sooperset/mcp-atlassian/issues/1379">#1379</a>);
no intraword-underscore italics (<a
href="https://redirect.github.com/sooperset/mcp-atlassian/issues/1361">#1361</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/sooperset/mcp-atlassian/commit/b041733473f95119dd539542a43c280737a8e460"><code>b041733</code></a>
Security hardening across attachment, transport, SSRF, authorization,
filter,...</li>
<li><a
href="https://github.com/sooperset/mcp-atlassian/commit/4067d1db4097755cc6add87f95fe3f0746c98c0b"><code>4067d1d</code></a>
feat(jira): add issue type and field discovery tools (closes <a
href="https://redirect.github.com/sooperset/mcp-atlassian/issues/460">#460</a>)
(<a
href="https://redirect.github.com/sooperset/mcp-atlassian/issues/1123">#1123</a>)</li>
<li><a
href="https://github.com/sooperset/mcp-atlassian/commit/77002d2877eabd1b8255554245a16e3d825afe78"><code>77002d2</code></a>
fix: require FastMCP version with event store (<a
href="https://redirect.github.com/sooperset/mcp-atlassian/issues/1351">#1351</a>)</li>
<li><a
href="https://github.com/sooperset/mcp-atlassian/commit/ad50b9e782d26c2f1029e604e16f60b5c750eb49"><code>ad50b9e</code></a>
feat: resolve Confluence tiny links and page URLs in get_page (<a
href="https://redirect.github.com/sooperset/mcp-atlassian/issues/1222">#1222</a>)</li>
<li><a
href="https://github.com/sooperset/mcp-atlassian/commit/f67faa9b71bb8ac025d16d3261110338b93631fc"><code>f67faa9</code></a>
feat(confluence): add permission checking tools (<a
href="https://redirect.github.com/sooperset/mcp-atlassian/issues/1278">#1278</a>)
(<a
href="https://redirect.github.com/sooperset/mcp-atlassian/issues/1320">#1320</a>)</li>
<li><a
href="https://github.com/sooperset/mcp-atlassian/commit/5af17d57df251c0a69cc8f0eb67e6e1c737ba473"><code>5af17d5</code></a>
feat: opt-in HTTP hardening (retry, rate limit, concurrency cap, circuit
brea...</li>
<li><a
href="https://github.com/sooperset/mcp-atlassian/commit/efe92c4134938d0bc605fed00f764bab06ba8d71"><code>efe92c4</code></a>
fix(jira): allow return 'version' field (<a
href="https://redirect.github.com/sooperset/mcp-atlassian/issues/1227">#1227</a>)</li>
<li><a
href="https://github.com/sooperset/mcp-atlassian/commit/ad6af511561e7227d50478b55b6779d9b168561f"><code>ad6af51</code></a>
feat(confluence): support base64 content in upload_attachment (<a
href="https://redirect.github.com/sooperset/mcp-atlassian/issues/1366">#1366</a>)</li>
<li><a
href="https://github.com/sooperset/mcp-atlassian/commit/d4946340e6a9bb1d3cbdaa959f52d3c0292a2d28"><code>d494634</code></a>
feat(confluence): table layout, page width exposure, page restrictions,
and c...</li>
<li><a
href="https://github.com/sooperset/mcp-atlassian/commit/8184cb70f2aa806c8e3e70e8d4b483cc17eb2f87"><code>8184cb7</code></a>
feat(confluence): add content_file to create/update page tools (<a
href="https://redirect.github.com/sooperset/mcp-atlassian/issues/1275">#1275</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/sooperset/mcp-atlassian/compare/v0.21.0...v0.22.0">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/ambient-code/platform/network/alerts).
</details>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>1 parent 4c52856 commit 3e72a42
2 files changed
Lines changed: 6 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments