Skip to content

fix: replace set:html with plain text rendering in CareersPage translations #16

@cevheri

Description

@cevheri

Problem

src/page-templates/CareersPage.astro:90 uses set:html to render translation strings containing <br/> tags. While translation JSON is internal, this increases the blast radius of any compromised content pipeline.

Fix

Replace <br/> in translations with separate keys or use CSS for line breaks instead of HTML.

Priority

Low — translation files are internal, real risk is minimal.


Source: PR #11 Copilot review (round 2)

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions