Skip to content

Fix unterminated expression crashing.#112

Merged
alexdeem merged 1 commit intoSwiftScream:developfrom
SolfaMode:fix-unterminated-expression-crash
Jan 24, 2026
Merged

Fix unterminated expression crashing.#112
alexdeem merged 1 commit intoSwiftScream:developfrom
SolfaMode:fix-unterminated-expression-crash

Conversation

@SolfaMode
Copy link
Copy Markdown
Contributor

A user-entered string "https://api.github.com/repos/{" used to crash the Scanner. This is fixed now.

@codecov
Copy link
Copy Markdown

codecov Bot commented Jan 23, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.29%. Comparing base (72fb737) to head (79ccee8).
⚠️ Report is 1 commits behind head on develop.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop     #112      +/-   ##
===========================================
+ Coverage    98.28%   98.29%   +0.01%     
===========================================
  Files           15       15              
  Lines          523      526       +3     
===========================================
+ Hits           514      517       +3     
  Misses           9        9              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

A user-entered string "https://api.github.com/repos/{" used to crash the Scanner. This is fixed now.
@alexdeem alexdeem force-pushed the fix-unterminated-expression-crash branch from 8d6171d to 79ccee8 Compare January 24, 2026 00:27
@alexdeem
Copy link
Copy Markdown
Member

Many thanks for this @SolfaMode
I patched in a very minor change to appease SwiftFormat.

I'll get a release out shortly.

@alexdeem alexdeem merged commit 79ccee8 into SwiftScream:develop Jan 24, 2026
9 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.

2 participants