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
GH-1477 Wildcard/Regex Whitelisting #497
Closed
+574
−176
Escape inputted regex and add error handling
863f225
Select commit
7db8cdd
Add regex and wildcard functionality to whitelist and blacklist
benstrumeyer 7fdc2d8
Escape inputted regex and add error handling
benstrumeyer f07e151
Add escape-string-regexp dependency
benstrumeyer 3cff5eb
Refactor matchesWildcardOrRegex and remove escape-strings-regex depen…
benstrumeyer a03896f
Make regex variables const
benstrumeyer b025685
Merge branch 'develop' into regex-whitelisting
christophertino 3930487
Prevent ReDoS attack. Validate url, wildcard or regex. Update error m…
benstrumeyer 48e8e60
Merge branch 'regex-whitelisting' of github.com:ghostery/ghostery-ext…
benstrumeyer 63ec3b6
Remove newline
benstrumeyer fc1f621
Add period to error text
benstrumeyer fcd5e9a
Merge branch 'develop' into regex-whitelisting
benstrumeyer b9186bc
GH-1947 Plus checkout UTM params (#499)
benstrumeyer a726e87
update translations
christophertino be06d00
Add regex and wildcard functionality to whitelist and blacklist
benstrumeyer 863f225
Escape inputted regex and add error handling
benstrumeyer 032cbc6
Add escape-string-regexp dependency
benstrumeyer 8a6533c
Refactor matchesWildcardOrRegex and remove escape-strings-regex depen…
benstrumeyer 5e6e3c2
Make regex variables const
benstrumeyer 16b89a7
Prevent ReDoS attack. Validate url, wildcard or regex. Update error m…
benstrumeyer 1c63fcb
Remove newline
benstrumeyer d35ef22
Add period to error text
benstrumeyer 6fdf07b
Create unit and snapshot test for isValidUrlWildcard function
benstrumeyer ab3ce25
Add unit tests for background portion
benstrumeyer abe1de5
Fix merge conflicts
benstrumeyer
Closed
GH-1477 Wildcard/Regex Whitelisting #497
Escape inputted regex and add error handling
Feb 8, 2020
Feb 10, 2020
Feb 10, 2020
Feb 11, 2020
Feb 11, 2020
Feb 14, 2020
Feb 18, 2020
Feb 18, 2020
Feb 18, 2020
Feb 18, 2020
Feb 18, 2020
Feb 21, 2020
Feb 21, 2020
Feb 8, 2020
Feb 10, 2020
Feb 10, 2020
Feb 11, 2020
Feb 11, 2020
Feb 18, 2020
Feb 18, 2020
Feb 18, 2020
Feb 19, 2020
Feb 21, 2020
Feb 21, 2020
863f225
Select commit
7db8cdd
Add regex and wildcard functionality to whitelist and blacklist
benstrumeyer 7fdc2d8
Escape inputted regex and add error handling
benstrumeyer f07e151
Add escape-string-regexp dependency
benstrumeyer 3cff5eb
Refactor matchesWildcardOrRegex and remove escape-strings-regex depen…
benstrumeyer a03896f
Make regex variables const
benstrumeyer b025685
Merge branch 'develop' into regex-whitelisting
christophertino 3930487
Prevent ReDoS attack. Validate url, wildcard or regex. Update error m…
benstrumeyer 48e8e60
Merge branch 'regex-whitelisting' of github.com:ghostery/ghostery-ext…
benstrumeyer 63ec3b6
Remove newline
benstrumeyer fc1f621
Add period to error text
benstrumeyer fcd5e9a
Merge branch 'develop' into regex-whitelisting
benstrumeyer b9186bc
GH-1947 Plus checkout UTM params (#499)
benstrumeyer a726e87
update translations
christophertino be06d00
Add regex and wildcard functionality to whitelist and blacklist
benstrumeyer 863f225
Escape inputted regex and add error handling
benstrumeyer 032cbc6
Add escape-string-regexp dependency
benstrumeyer 8a6533c
Refactor matchesWildcardOrRegex and remove escape-strings-regex depen…
benstrumeyer 5e6e3c2
Make regex variables const
benstrumeyer 16b89a7
Prevent ReDoS attack. Validate url, wildcard or regex. Update error m…
benstrumeyer 1c63fcb
Remove newline
benstrumeyer d35ef22
Add period to error text
benstrumeyer 6fdf07b
Create unit and snapshot test for isValidUrlWildcard function
benstrumeyer ab3ce25
Add unit tests for background portion
benstrumeyer abe1de5
Fix merge conflicts
benstrumeyer