Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(CocoaPods): Restrict package name matching to full matches
Both the default and the regex query string matching logic actually match substrings case-insensitively. So if a package name is a substring of another package name, invalid matches could occur. To circumvent that, force the regex to be a full match. Fixes #7543. Signed-off-by: ksg97031 <[email protected]>
- Loading branch information