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: address PR review — XSS hardening, test fixes, noopener
- Use json_script filter instead of |safe for chart data
- Add rel="noopener noreferrer" to all target="_blank" links
- Gate email date range on both start_date and end_date
- Log notification persistence failures instead of silent pass
- Fix test assertions to match actual view behavior
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Thank you for your {{ contract.sponsorship.level_name }} sponsorship of the Python Software Foundation!
4
4
5
-
Please find attached your Statement of Work for the sponsorship period{% if contract.sponsorship.start_date %} from {{ contract.sponsorship.start_date }} to {{ contract.sponsorship.end_date }}{% endif %}.
5
+
Please find attached your Statement of Work for the sponsorship period{% if contract.sponsorship.start_date and contract.sponsorship.end_date %} from {{ contract.sponsorship.start_date }} to {{ contract.sponsorship.end_date }}{% endif %}.
6
6
7
7
Please review the document and return a signed copy at your earliest convenience.
0 commit comments