Skip to content

🐛 trip surrounding quotes that may have been added by extractCommand #4736

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Fix3dP0int
Copy link

@Fix3dP0int Fix3dP0int commented Aug 1, 2025

What kind of change does this PR introduce?

bug fix
(Is it a bug fix, feature, docs update, something else?)

What is the current behavior?

What is the new behavior (if this is a feature change)?**

  • URLs surrounded by single quotes ('https://example.com') are properly detected

  • URLs surrounded by double quotes ("https://example.com") are properly detected

  • URLs without quotes continue to work as before

  • Proper pinning validation now works for all quote styles

  • Tests for the changes have been added (for bug fixes/features)

Which issue(s) this PR fixes

Fixes #4733

Special notes for your reviewer

Does this PR introduce a user-facing change?

No.

(In particular, describe what changes users might need to make in their
application as a result of this pull request.)

:bug: trip surrounding quotes that may have been added by extractCommand

@Fix3dP0int Fix3dP0int requested a review from a team as a code owner August 1, 2025 06:53
@Fix3dP0int Fix3dP0int requested review from justaugustus and spencerschrock and removed request for a team August 1, 2025 06:53
@Fix3dP0int Fix3dP0int temporarily deployed to integration-test August 1, 2025 20:27 — with GitHub Actions Inactive
Copy link

codecov bot commented Aug 1, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 68.30%. Comparing base (353ed60) to head (124203b).
⚠️ Report is 216 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4736      +/-   ##
==========================================
+ Coverage   66.80%   68.30%   +1.50%     
==========================================
  Files         230      249      +19     
  Lines       16602    18904    +2302     
==========================================
+ Hits        11091    12913    +1822     
- Misses       4808     5131     +323     
- Partials      703      860     +157     
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Copy link
Member

@spencerschrock spencerschrock left a comment

Choose a reason for hiding this comment

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

Change looks reasonable for the linked issue, I just need to check something out my comment week when I have more time.

Copy link

This pull request has been marked stale because it has been open for 10 days with no activity

@github-actions github-actions bot added the Stale label Aug 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

BUG: Pinned-Dependency for downloadThenRun finding when GitHub Raw Commit Hash Used
2 participants