The #1 WordPress RSS aggregator to quickly import RSS feeds, build a news aggregator, and for easy autoblogging.
| Code | Message | Location | Category | |
|---|---|---|---|---|
| ERROR | WordPress.Security.EscapeOutput.OutputNotEscaped | All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '__'. | 1091:9 | Security |
| ERROR | WordPress.DB.PreparedSQL.NotPrepared | Use placeholders and $wpdb->prepare(); found $query | 111:40 | Security |
| ERROR | WordPress.WP.I18n.MissingTranslatorsComment | A function call to __() with texts containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. | 114:51 | General |
| ERROR | WordPress.Security.EscapeOutput.ExceptionNotEscaped | All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '__'. | 114:51 | Security |
| ERROR | WordPress.WP.I18n.TextDomainMismatch | Mismatched text domain. Expected 'wp-rss-aggregator' but got 'wprss'. | 114:90 | General |
| ERROR | WordPress.Security.EscapeOutput.ExceptionNotEscaped | All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$key'. | 114:100 | Security |
| ERROR | PluginCheck.Security.DirectDB.UnescapedDBParameter | Unescaped parameter $query used in $wpdb->query($query)\n$query assigned unsafely at line 153:\n $query = $this->buildUpdateQuery($value, $parse)\n$value used without escaping.\n$parse assigned unsafely at line 152:\n $parse = $this->parseFilters($filters)\n$filters assigned unsafely at line 151:\n $filters = array_merge($this->filters, [$this->primaryKey => $key])\n$this->primaryKey assigned unsafely at line 151:\n $this->primaryKey => \n$key used without escaping. | 154:22 | Security |
| ERROR | WordPress.DB.PreparedSQL.NotPrepared | Use placeholders and $wpdb->prepare(); found $query | 154:28 | Security |
| ERROR | PluginCheck.Security.DirectDB.UnescapedDBParameter | Unescaped parameter $query used in $wpdb->query($query)\n$query assigned unsafely at line 167:\n $query = $this->buildDeleteQuery($parse)\n$parse assigned unsafely at line 166:\n $parse = $this->parseFilters($filters)\n$filters assigned unsafely at line 165:\n $filters = array_merge($this->filters, [$this->primaryKey => $key])\n$this->primaryKey assigned unsafely at line 165:\n $this->primaryKey => \n$key used without escaping. | 169:22 | Security |
| ERROR | WordPress.DB.PreparedSQL.NotPrepared | Use placeholders and $wpdb->prepare(); found $query | 169:28 | Security |
| 11/13/2025, 2:21:34 AM | 1m 31s | 1 | 1828 | 324 |