Skip to content

fix: avoid potential code injection - #177

Merged
Uzlopak merged 3 commits into
mainfrom
fix/code-injection
Aug 17, 2025
Merged

fix: avoid potential code injection#177
Uzlopak merged 3 commits into
mainfrom
fix/code-injection

Conversation

@Fdawgs

@Fdawgs Fdawgs commented Aug 15, 2025

Copy link
Copy Markdown
Member

This was covered in the GitHub Secure Open Source Fund program that Fastify participated in.
See https://securitylab.github.com/resources/github-actions-untrusted-input/ for supporting documentation.

Checklist

@gurgunday gurgunday left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@Fdawgs
Fdawgs requested a review from Eomm August 15, 2025 08:41

@RafaelGSS RafaelGSS left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

IIRC the matrix.node-version isn't a untrusted input as we have the versions fixed in the workflow.

Anyway, LGTM

@Fdawgs

Fdawgs commented Aug 17, 2025

Copy link
Copy Markdown
Member Author

IIRC the matrix.node-version isn't a untrusted input as we have the versions fixed in the workflow.

That was just to stop the codeql false positives constantly popping up. 😬

@Uzlopak Uzlopak left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@mcollina mcollina left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@Uzlopak
Uzlopak merged commit c898d5e into main Aug 17, 2025
3 checks passed
@Uzlopak
Uzlopak deleted the fix/code-injection branch August 17, 2025 08:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

6 participants