-
Notifications
You must be signed in to change notification settings - Fork 20
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
[module-detection] js-xss #80
Comments
I would lower the priority of this a bit because it won't change how we unminify the code. |
@pionxzh nods definitely doesn't need to be high priority at all. I just wanted to make sure to document some of the modules I identify manually to help add to the more general 'module detection' feature #41; and I figured it was probably better to keep them separate from the main thread. Let me know if this sort of thing isn't useful, or if you'd prefer it be done in a different way or similar too. |
Using the Note that I could have narrowed down on this by first creating a larger image of all the dependencies in a chunk/etc, finding something that looked like a lib like this, then running it again on that module. Note also that I haven't manually checked through all of the modules mentioned here yet, but I suspect that at least one of them will likely be app/another libraries code unrelated to this module (though since I haven't unpacked the full bundle, maybe that code will be in another chunk and not represented here too)
|
This relates to the 'module-detection' feature described in the following issue:
Overview
Code
Unminifying this source (Ref):
Original (prettified)
Source (unpacked)
Transformed (unminified)
Searching for some of those symbols on GitHub code search:
Of those results, this looks the most promising:
Based on the above, it looks like the following modules (in this bundle) are also related to
js-xss
:import Y from "module-56855.js";
import V from "module-43310.js";
import Z from "module-91611.js";
Note: I haven't traced the related imports beyond the first level detailed above, but that would be useful to do to fully identify the related modules from this library (or it's dependencies).
The text was updated successfully, but these errors were encountered: