v5.5.3 to production#7241
Merged
Merged
Conversation
…ed tasks and optimize map re-zooming.
…play in projectTypeAreaStats
Enable autoescape=True in the Jinja2 Environment to prevent cross-site scripting via user-controlled template variables. Flagged by Bandit (B701) and Semgrep.
…etion The DELETE query loop in Project.delete() interpolated table names directly into an f-string. Added an explicit whitelist with a validation check before each query to prevent SQL injection if table names ever become user-controlled. Flagged by Bandit (B608) and Semgrep.
…ntributor component stability
fix: Lock duration in extension task history action text and test cas…
ci(actions): update actions for Node.js 24 compatibility
…contributors Feat/7216 campaign message contributors
…ject-delete fix: Add table name whitelist to prevent SQL injection in project del…
…-xss Fix Jinja2 autoescape disabled XSS vulnerability
Add imagery dropdown filter to explore projects
…etrics-not-showing Fix: aggregate project type statistics on partnership page
…le-invalidating-task Refactor: Improve task validation wording and layout structure
…-from-sandbox-project Hide OSMCha buttons and changeset resources for sandbox projects
Fix: Enhance TasksMap zoom behavior
…dd PropTypes to campaign components
test: fix frontend regressions and stabilize mocks
Staging release for v5.5.3
fix(labeler): update config to v6 format
…I docs, config defaults, UI labels, mappings, and tests
Fix contribution page road stats and align the Ohsome topic across API docs, config defaults, UI labels, mappings, and tests
|
sumitdahal7
approved these changes
May 8, 2026
prabinoid
approved these changes
May 8, 2026
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.


Fixes for: