Skip to content

Commit

Permalink
Fix authenticated blind SSRF attack Codeinwp/feedzy-rss-feeds-pro#650
Browse files Browse the repository at this point in the history
  • Loading branch information
girishpanchal30 committed Dec 18, 2023
1 parent 3b5b673 commit 2be670f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions includes/abstract/feedzy-rss-feeds-admin-abstract.php
Original file line number Diff line number Diff line change
Expand Up @@ -905,6 +905,10 @@ function() {

$feed->init();

if ( ! $feed->get_type() ) {
return $feed;
}

$error = $feed->error();
// error could be an array, so let's join the different errors.
if ( is_array( $error ) ) {
Expand Down

0 comments on commit 2be670f

Please sign in to comment.