dependabot[bot] opened a new pull request, #179:
URL: https://github.com/apache/airavata-django-portal/pull/179

   Bumps [wagtail](https://github.com/wagtail/wagtail) from 2.13.4 to 4.1.4.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/wagtail/wagtail/releases";>wagtail's 
releases</a>.</em></p>
   <blockquote>
   <h2>4.1.4</h2>
   <ul>
   <li>Fix: CVE-2023-28836 - Stored XSS attack via ModelAdmin views (Thibaud 
Colas)</li>
   <li>Fix: CVE-2023-28837 - Denial-of-service via memory exhaustion when 
uploading large files (Jake Howard)</li>
   <li>Fix: Fix radio and checkbox elements shrinking when using a long label 
(Sage Abdullah)</li>
   <li>Fix: Fix select elements expanding beyond their container when using a 
long option label (Sage Abdullah)</li>
   <li>Fix: Fix timezone handling of <code>TemplateResponse</code>s for users 
with a custom timezone (Stefan Hammer, Sage Abdullah)</li>
   <li>Fix: Ensure TableBlock initialisation correctly runs after load and its 
width is aligned with the parent panel (Dan Braghis)</li>
   <li>Fix: Ensure that the JavaScript media files are loaded by default in 
Snippet index listings for date fields (Sage Abdullah)</li>
   <li>Fix: Fix server-side caching of the icons sprite (Thibaud Colas)</li>
   <li>Fix: Always show Add buttons, guide lines, Move up/down, Duplicate, 
Delete; in StreamField and Inline Panel (Thibaud Colas)</li>
   <li>Fix: Ensure datetimepicker widget overlay shows over modals &amp; 
drop-downs (LB (Ben) Johnston)</li>
   <li>Maintenance: Render large image renditions to disk (Jake Howard)</li>
   </ul>
   <h2>4.1.3</h2>
   <ul>
   <li>Fix: Add right-to-left (RTL) support for the following form components: 
Switch, Minimap, live preview (Thibaud Colas)</li>
   <li>Fix: Improve right-to-left (RTL) positioning for the following 
components: Page explorer, Sidebar sub-menu, rich text tooltips, rich text 
toolbar trigger, editor section headers (Thibaud Colas)</li>
   <li>Fix: Ensure links within help blocks meet colour contrast guidelines for 
accessibility (Theresa Okoro)</li>
   <li>Fix: Support creating <code>StructValue</code> copies (Tidiane Dia)</li>
   <li>Fix: Fix &quot;Edit this page&quot; missing from userbar (Satvik 
Vashisht)</li>
   <li>Fix: Prevent audit log report from failing on missing models (Andy 
Chosak)</li>
   <li>Fix: Add missing log information for 
<code>wagtail.schedule.cancel</code> (Stefan Hammer)</li>
   <li>Fix: Fix timezone activation leaking into subsequent requests in 
<code>require_admin_access()</code> (Stefan Hammer)</li>
   <li>Fix: Prevent matches from unrelated models from leaking into SQLite FTS 
searches (Matt Westcott)</li>
   <li>Docs: Clarify <code>ClusterableModel</code> requirements for using 
relations with <code>RevisionMixin</code>-enabled models (Sage Abdullah)</li>
   <li>Maintenance: Update Algolia DocSearch to use new application and correct 
versioning setup (Thibaud Colas)</li>
   </ul>
   <h2>4.1.2</h2>
   <ul>
   <li>Fix: Make &quot;Cancel scheduled publish&quot; button correctly redirect 
back to the edit view (Sage Abdullah)</li>
   <li>Fix: Prevent crash when reverting revisions on a snippet with 
<code>PreviewableMixin</code> applied (Sage Abdullah)</li>
   <li>Fix: Use consistent heading styles on top-level fields in the page 
editor (Sage Abdullah)</li>
   <li>Fix: Allow button labels to wrap onto two lines in dropdown buttons 
(Coen van der Kamp)</li>
   <li>Fix: Move DateField, DateTimeField, TimeField comment buttons to be 
right next to the fields (Theresa Okoro)</li>
   <li>Fix: Support text resizing in workflow steps cards (Ivy Jeptoo)</li>
   <li>Fix: Use the correct padding for autocomplete block picker (Umar Farouk 
Yunusa)</li>
   <li>Fix: Fix horizontal positioning of rich text inline toolbar (Thibaud 
Colas)</li>
   <li>Fix: Close the userbar when clicking its toggle (Albina Starykova)</li>
   <li>Fix: Do not show bulk actions checkbox in page type usage view (Sage 
Abdullah)</li>
   <li>Fix: Prevent account name from overflowing the sidebar (Aman Pandey)</li>
   <li>Fix: Ensure edit form is displayed as unlocked immediately after 
cancelling a workflow (Sage Abdullah)</li>
   <li>Fix: Prevent <code>latest_revision</code> pointer from being copied over 
when copying translatable snippets for translation (Sage Abdullah)</li>
   <li>Docs: Document potential data loss for BaseLogEntry migration in 3.0 
(Sage Abdullah)</li>
   <li>Docs: Add documentation for the reference index mechanism (Daniel 
Kirkham)</li>
   </ul>
   <h2>4.1.1</h2>
   <ul>
   <li>Fix: Fix issue where lock/unlock buttons would not work on the Dashboard 
(home) page or the page index listing via the status sidebar (Stefan 
Hammer)</li>
   <li>Fix: Fix disabled style on StreamField add button (Matt Westcott)</li>
   <li>Fix: Ensure models are fully loaded before registering snippets, to 
avoid circular import issues (Matt Westcott)</li>
   <li>Fix: Prevent fields without a <code>verbose_name</code> property from 
breaking usage report views (Matt Westcott)</li>
   <li>Fix: Exclude tags from the reference index (Matt Westcott)</li>
   <li>Fix: Fix errors in handling generic foreign keys when populating the 
reference index (Matt Westcott)</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/wagtail/wagtail/blob/main/CHANGELOG.txt";>wagtail's 
changelog</a>.</em></p>
   <blockquote>
   <p>4.1.4 (03.04.2023)</p>
   <pre><code>
    * Fix: CVE-2023-28836 - Stored XSS attack via ModelAdmin views (Thibaud 
Colas)
    * Fix: CVE-2023-28837 - Denial-of-service via memory exhaustion when 
uploading large files (Jake Howard)
    * Fix: Fix radio and checkbox elements shrinking when using a long label 
(Sage Abdullah)
    * Fix: Fix select elements expanding beyond their container when using a 
long option label (Sage Abdullah)
    * Fix: Fix timezone handling of `TemplateResponse`s for users with a custom 
timezone (Stefan Hammer, Sage Abdullah)
    * Fix: Ensure TableBlock initialisation correctly runs after load and its 
width is aligned with the parent panel (Dan Braghis)
    * Fix: Ensure that the JavaScript media files are loaded by default in 
Snippet index listings for date fields (Sage Abdullah)
    * Fix: Fix server-side caching of the icons sprite (Thibaud Colas)
    * Fix: Always show Add buttons, guide lines, Move up/down, Duplicate, 
Delete; in StreamField and Inline Panel (Thibaud Colas)
    * Fix: Ensure datetimepicker widget overlay shows over modals &amp; 
drop-downs (LB (Ben) Johnston)
    * Maintenance: Render large image renditions to disk (Jake Howard)
   <p>4.1.3 (13.03.2023)
   </code></pre></p>
   <ul>
   <li>Fix: Add right-to-left (RTL) support for the following form components: 
Switch, Minimap, live preview (Thibaud Colas)</li>
   <li>Fix: Improve right-to-left (RTL) positioning for the following 
components: Page explorer, Sidebar sub-menu, rich text tooltips, rich text 
toolbar trigger, editor section headers (Thibaud Colas)</li>
   <li>Fix: Ensure links within help blocks meet colour contrast guidelines for 
accessibility (Theresa Okoro)</li>
   <li>Fix: Support creating <code>StructValue</code> copies (Tidiane Dia)</li>
   <li>Fix: Fix &quot;Edit this page&quot; missing from userbar (Satvik 
Vashisht)</li>
   <li>Fix: Prevent audit log report from failing on missing models (Andy 
Chosak)</li>
   <li>Fix: Add missing log information for 
<code>wagtail.schedule.cancel</code> (Stefan Hammer)</li>
   <li>Fix: Fix timezone activation leaking into subsequent requests in 
<code>require_admin_access()</code> (Stefan Hammer)</li>
   <li>Fix: Prevent matches from unrelated models from leaking into SQLite FTS 
searches (Matt Westcott)</li>
   <li>Docs: Clarify <code>ClusterableModel</code> requirements for using 
relations with <code>RevisionMixin</code>-enabled models (Sage Abdullah)</li>
   <li>Maintenance: Update Algolia DocSearch to use new application and correct 
versioning setup (Thibaud Colas)</li>
   </ul>
   <p>4.1.2 (06.02.2023)</p>
   <pre><code>
    * Fix: Make &quot;Cancel scheduled publish&quot; button correctly redirect 
back to the edit view (Sage Abdullah)
    * Fix: Prevent crash when reverting revisions on a snippet with 
`PreviewableMixin` applied (Sage Abdullah)
    * Fix: Use consistent heading styles on top-level fields in the page editor 
(Sage Abdullah)
    * Fix: Allow button labels to wrap onto two lines in dropdown buttons (Coen 
van der Kamp)
    * Fix: Move DateField, DateTimeField, TimeField comment buttons to be right 
next to the fields (Theresa Okoro)
    * Fix: Support text resizing in workflow steps cards (Ivy Jeptoo)
    * Fix: Use the correct padding for autocomplete block picker (Umar Farouk 
Yunusa)
    * Fix: Fix horizontal positioning of rich text inline toolbar (Thibaud 
Colas)
    * Fix: Close the userbar when clicking its toggle (Albina Starykova)
    * Fix: Do not show bulk actions checkbox in page type usage view (Sage 
Abdullah)
    * Fix: Prevent account name from overflowing the sidebar (Aman Pandey)
    * Fix: Ensure edit form is displayed as unlocked immediately after 
cancelling a workflow (Sage Abdullah)
    * Fix: Prevent `latest_revision` pointer from being copied over when 
copying translatable snippets for translation (Sage Abdullah)
    * Docs: Document potential data loss for BaseLogEntry migration in 3.0 
(Sage Abdullah)
    * Docs: Add documentation for the reference index mechanism (Daniel Kirkham)
   &lt;/tr&gt;&lt;/table&gt; 
   </code></pre>
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/wagtail/wagtail/commit/37122a2c1075b27f5de33d6330d370b0ea226e81";><code>37122a2</code></a>
 Version bump to 4.1.4</li>
   <li><a 
href="https://github.com/wagtail/wagtail/commit/7b80ffbaeb7462ebd4ee2df9c3f893137c5b5364";><code>7b80ffb</code></a>
 Fill in release date for 4.1.4</li>
   <li><a 
href="https://github.com/wagtail/wagtail/commit/36d62151c452092611e87f177e9723447a98570d";><code>36d6215</code></a>
 Release note for CVE-2023-28837 in 4.1.4</li>
   <li><a 
href="https://github.com/wagtail/wagtail/commit/8b3764a92d4315d26e54f76989e56360027465df";><code>8b3764a</code></a>
 Don't load temporary uploaded files into memory</li>
   <li><a 
href="https://github.com/wagtail/wagtail/commit/4b383889d42912e9bbef24fca9b8af561c805455";><code>4b38388</code></a>
 Don't load images / documents into memory when calculating their hash</li>
   <li><a 
href="https://github.com/wagtail/wagtail/commit/dab2422cdc81b957165924132f46e89245efe8b9";><code>dab2422</code></a>
 Release note for CVE-2023-28836 in 4.1.4</li>
   <li><a 
href="https://github.com/wagtail/wagtail/commit/0d48e50145833726afdf3e48b71c2a19401edc37";><code>0d48e50</code></a>
 Change ModelAdmin InspectView to escape any HTML from document titles</li>
   <li><a 
href="https://github.com/wagtail/wagtail/commit/c9062816ea47f77105357eafff95bf3e381190cf";><code>c906281</code></a>
 Add new document field to Book model to test ModelAdmin features</li>
   <li><a 
href="https://github.com/wagtail/wagtail/commit/5bdc2cf17139aa77d807176208b340cda7d1adfc";><code>5bdc2cf</code></a>
 Change ChooseParentView to use plain text breadcrumbs for page titles, 
avoidi...</li>
   <li><a 
href="https://github.com/wagtail/wagtail/commit/eaa077a8c62c9498ecc8b6b465c12d46c86c27c3";><code>eaa077a</code></a>
 Release note for <a 
href="https://redirect.github.com/wagtail/wagtail/issues/10266";>#10266</a> in 
4.1.4</li>
   <li>Additional commits viewable in <a 
href="https://github.com/wagtail/wagtail/compare/v2.13.4...v4.1.4";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=wagtail&package-manager=pip&previous-version=2.13.4&new-version=4.1.4)](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 merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@dependabot ignore this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   You can disable automated security fix PRs for this repo from the [Security 
Alerts page](https://github.com/apache/airavata-django-portal/network/alerts).
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to