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

Passing multiple URLs via --specific-url does not work properly #19

Open
stevejalim opened this issue Nov 23, 2022 · 1 comment
Open

Comments

@stevejalim
Copy link
Collaborator

Running something like
/bin/run_checks.py --specific-url http://localhost:8000/en-US --allowlist=data/development-allowlist.yaml --specific-url https://mozilla.org/en-US/ works as far as scanning goes, but it only outputs a results dump for the first specified URL.

While this option is not used in production, it would be good to either support multiple --specific-url calls end-to-end, or to at least limit it to a single use of the option

@stevejalim
Copy link
Collaborator Author

Note: this was done deliberately, and has an awkward side effect (see above). Better might be to just verify that all specific URLs are on the same domain, and if not, stop/fail

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