Skip to content

Swap words unexpected behaviour #8

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
iustin24 opened this issue Mar 7, 2022 · 0 comments
Open

Swap words unexpected behaviour #8

iustin24 opened this issue Mar 7, 2022 · 0 comments

Comments

@iustin24
Copy link

iustin24 commented Mar 7, 2022

Right now swap_words_transform only swaps words if domain_components contains words from the wordlist.

There should probably be two different transforms:

Input words:

staging
dev

Input subdomains:

promo.staging.google.com

swap_all_words():

dev.staging.google.com
staging.staging.google.com
promo.dev.google.com
promo.staging.google.com

swap_words():

promo.dev.google.com
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

No branches or pull requests

1 participant