prateek147/DVIA

Missing URL for Client Side Injection

Shmoopi opened this issue · 1 comments

- (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];

Thanks for reporting, this is now fixed in v1.1