Skip to content

Update iCalendar generation tool: add output filename template support#3679

Merged
arkid15r merged 6 commits into
vacanza:devfrom
KJhellico:upd-generate-ics
Jul 15, 2026
Merged

Update iCalendar generation tool: add output filename template support#3679
arkid15r merged 6 commits into
vacanza:devfrom
KJhellico:upd-generate-ics

Fix regex

8b46fac
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / SonarCloud failed Jul 5, 2026 in 4s

1 new alert including 1 high severity security vulnerability

New alerts in code changed by this pull request

Security Alerts:

  • 1 high

See annotations below for details.

View all branch alerts.

Annotations

Check failure on line 185 in holidays/generate_ics.py

See this annotation in the file changed.

Code scanning / SonarCloud

Regular expressions should not cause catastrophic backtracking High

Make sure the regex used here, which is vulnerable to exponential runtime due to backtracking, cannot lead to denial of service. See more on SonarQube Cloud