Daniel Santos
Daniel Santos
Just realized this should probably go into a separate issue =]
I have the same problem
No, it should not. I need to present a JWT for my connection to be established. To get the token I need I use a service that requests the token...
Thanks for the tip @s1lvershad0w. https://github.com/kyleavery/AceLdr/pull/16
That is basically what I've been doing. Here is a one-liner to rename the files in case anyone needs the same thing. ``` find `pwd` -iname "*.js" -exec sh -c...
I have successfully found real-world vulnerabilities in public VDPs by inspecting minified files using codeQL running them though a prettyfier first and renaming .min files. If codeQL could somehow perform...
@capt-meelo, please check https://github.com/capt-meelo/laZzzy/pull/5 when you have a chance.