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

Find and check async webpack bundles #3

Open
3 tasks
DonIsaac opened this issue Apr 23, 2024 · 0 comments
Open
3 tasks

Find and check async webpack bundles #3

DonIsaac opened this issue Apr 23, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@DonIsaac
Copy link
Owner

Currently, only scripts directly referenced by a page via a script tag are checked for keys. We want to also check scripts downloaded from other scripts. Finding async bundles from the webpack runtime chunk is a good first step to this

Tasks

  • Determine if a script contains the webpack runtime
  • Identify webpack's jsonp loader function
  • Extract public URL prefix + chunk ids + hashes + aliases from jsonp loader function and resolve them to a script url
@DonIsaac DonIsaac added the enhancement New feature or request label Apr 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant