Missing URL for Client Side Injection
Shmoopi opened this issue · 1 comments
Shmoopi commented
- (IBAction)readArticleTapped:(id)sender {}
Missing the open URL call that the other vulnerability view controllers have. I suspect it should look something like this:
[DamnVulnerableAppUtilities pushWebVCWithURL:kArticleURLClientSideInjection viewController:self];
prateek147 commented
Thanks for reporting, this is now fixed in v1.1