Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Splinefont shell invocation #5367

Merged
merged 1 commit into from Feb 6, 2024

Conversation

pkvanca
Copy link
Contributor

@pkvanca pkvanca commented Feb 6, 2024

This patch addresses security vulnerabilities arising from how FontForge opens certain files. The code has been changed to use glib's g_spawn_sync/async functions that do not execute commands through a shell. This patch should still retain all of the original functionality and introduce no breaking changes, having passed all tests as well.

As discussed with the maintainers via email, opening a public PR here.

Addresses CVES:

Type of change

  • Bug fix

Copy link
Contributor

@skef skef left a comment

Choose a reason for hiding this comment

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

LGTM

@skef skef merged commit 216eb14 into fontforge:master Feb 6, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants