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

Remove usage of RegExp #1051

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open

Remove usage of RegExp #1051

wants to merge 5 commits into from

Conversation

meissadia
Copy link
Contributor

@meissadia meissadia commented Nov 7, 2024

Close #1049

Eliminates use of RegExp so that we don't need to rely on the recheck library (which can be quite slow to run) to ensure we remain in the safe zone.

Changes

  • Task: Eliminates unused code that used RegExp
  • Feat: Replaces RegExp usage with plain string functions
  • E2E: Updates snapshots to account to recent Navbar updates

How to test this PR

  1. yarn test:e2e:snapshot
  2. Re-run individual tests if they fail Snapshot testing

@meissadia meissadia force-pushed the 1049-recheck-regexes branch from d2dc7e4 to e6b54e0 Compare December 30, 2024 17:05
@meissadia meissadia marked this pull request as ready for review December 30, 2024 19:33
@meissadia meissadia enabled auto-merge (squash) January 9, 2025 19:22
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.

(Security) Integrate recheck for RegExps
1 participant