Files
calendar/apps/web
Pedro CastroandGitHub 2aed9908b7 fix: replace gray-matter with direct yaml.load for js-yaml 4.x compatibility (#26555)
gray-matter uses yaml.safeLoad() which was removed in js-yaml 4.x, causing 500
errors on app store pages after the js-yaml 4.1.1 update (CWE-1321 fix)

- Add parseFrontmatter function using yaml.load with JSON_SCHEMA
- Add type guard for safe type narrowing
- Add unit tests for frontmatter parsing and security
- Remove gray-matter dependency
2026-01-07 15:16:26 -03:00
..
2022-08-30 12:25:24 -06:00
2026-01-02 12:47:00 +00:00
2026-01-02 12:47:00 +00:00
2026-01-06 11:14:28 +05:30
2025-05-09 19:44:48 +00:00
2022-02-10 14:22:45 -07:00