Matt Hayward

Results 14 comments of Matt Hayward

@phawxby Would the waitForRequest API solve this use case for you? It allows the use of a predicate function to await a network request. In theory you could leverage this...

Hi @ravibadoni Are you looking to do some form of bulk address validation, so effectively do a search on each one and get the first result?

Hey @aryavk! What are you using for your search query? The ID's aren't indexed if memory serves me correctly.

Thanks for leaving an issue @OmgImAlexis 👍 I believe this one might be resolved by the fix I'm going to implement as a result of issue #1. When implemented the...

Thanks @asleepysamurai for your detailed analysis! Very much appreciated 👍 I'm going to go ahead and implement a change, that will remove the permissions rolling down to sub dependencies as...

I'm not sure what version either. Haven't to my memory used anything that would require a certain version but will do some testing!

@Qix- Thanks for this! Your approach clearly slipped my mind when thinking about ways to bypass it. I do agree that doing it from Javascript without modifying the execution context...

@Qix- Let's keep finding these issues! Need all the help I can get, I'm no security expert by any means!

@erights Thanks for all of those resources and the great work you are doing! I'll check them out :) Definitely a hard problem to solve! @Qix- Nice work and LolSecurity...

@Qix- I look forward to your next tricks! I've pushed a new version with `process.dlopen()` behind a check as per your suggestion! Thanks for all the help too!