===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
rss-bridge-2020-11-10+dfsg1/bridges/FurAffinityUserBridge.php-82-
rss-bridge-2020-11-10+dfsg1/bridges/FurAffinityUserBridge.php:83:		$data = curl_exec($ch);
rss-bridge-2020-11-10+dfsg1/bridges/FurAffinityUserBridge.php-84-
##############################################
rss-bridge-2020-11-10+dfsg1/bridges/OneFortuneADayBridge.php-447-//You are a persoon with a good sense of justice, now it's time to act like it.
rss-bridge-2020-11-10+dfsg1/bridges/OneFortuneADayBridge.php:448://You create enthusiasm around you.
rss-bridge-2020-11-10+dfsg1/bridges/OneFortuneADayBridge.php-449-//There are big changes ahead for you. They will be good ones!
##############################################
rss-bridge-2020-11-10+dfsg1/bridges/PatreonBridge.php-114-				foreach($post->relationships->user_defined_tags->data as $tag) {
rss-bridge-2020-11-10+dfsg1/bridges/PatreonBridge.php:115:					$attrs = $this->findInclude($posts, 'post_tag', $tag->id);
rss-bridge-2020-11-10+dfsg1/bridges/PatreonBridge.php-116-					$item['categories'][] = $attrs->value;
##############################################
rss-bridge-2020-11-10+dfsg1/bridges/PatreonBridge.php-122-				foreach($post->relationships->attachments->data as $attachment) {
rss-bridge-2020-11-10+dfsg1/bridges/PatreonBridge.php:123:					$attrs = $this->findInclude($posts, 'attachment', $attachment->id);
rss-bridge-2020-11-10+dfsg1/bridges/PatreonBridge.php-124-					$item['enclosures'][] = $attrs->url;
##############################################
rss-bridge-2020-11-10+dfsg1/bridges/PatreonBridge.php-135-	 */
rss-bridge-2020-11-10+dfsg1/bridges/PatreonBridge.php:136:	private function findInclude($data, $type, $id) {
rss-bridge-2020-11-10+dfsg1/bridges/PatreonBridge.php-137-		foreach($data->included as $include)
##############################################
rss-bridge-2020-11-10+dfsg1/bridges/TheTVDBBridge.php-54-		curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 5);
rss-bridge-2020-11-10+dfsg1/bridges/TheTVDBBridge.php:55:		$result = curl_exec($ch);
rss-bridge-2020-11-10+dfsg1/bridges/TheTVDBBridge.php-56-		curl_close($ch);
##############################################
rss-bridge-2020-11-10+dfsg1/bridges/TheTVDBBridge.php-77-		curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 5);
rss-bridge-2020-11-10+dfsg1/bridges/TheTVDBBridge.php:78:		$result = curl_exec($ch);
rss-bridge-2020-11-10+dfsg1/bridges/TheTVDBBridge.php-79-		curl_close($ch);
##############################################
rss-bridge-2020-11-10+dfsg1/lib/FeedItem.php-32- * _Remarks_: This class supports legacy items via {@see FeedItem::__construct()}
rss-bridge-2020-11-10+dfsg1/lib/FeedItem.php:33: * (i.e. `$feedItem = \FeedItem($item);`). Support for legacy items may be removed
rss-bridge-2020-11-10+dfsg1/lib/FeedItem.php-34- * in future versions of RSS-Bridge.
##############################################
rss-bridge-2020-11-10+dfsg1/lib/FormatInterface.php-41-	 *
rss-bridge-2020-11-10+dfsg1/lib/FormatInterface.php:42:	 * @todo Rename parameter `$bridges` to `$items`
rss-bridge-2020-11-10+dfsg1/lib/FormatInterface.php-43-	 */
##############################################
rss-bridge-2020-11-10+dfsg1/lib/contents.php-37- * @param array $opts (optional) A list of cURL options as associative array in
rss-bridge-2020-11-10+dfsg1/lib/contents.php:38: * the format `$opts[$option] = $value;`, where `$option` is any `CURLOPT_XXX`
rss-bridge-2020-11-10+dfsg1/lib/contents.php:39: * option and `$value` the corresponding value.
rss-bridge-2020-11-10+dfsg1/lib/contents.php-40- * @param bool $returnHeader Returns an array of two elements 'header' and
##############################################
rss-bridge-2020-11-10+dfsg1/lib/contents.php-137-
rss-bridge-2020-11-10+dfsg1/lib/contents.php:138:		$data = curl_exec($ch);
rss-bridge-2020-11-10+dfsg1/lib/contents.php-139-		$errorCode = curl_getinfo($ch, CURLINFO_HTTP_CODE);
##############################################
rss-bridge-2020-11-10+dfsg1/lib/contents.php-220- * @param array $opts (optional) A list of cURL options as associative array in
rss-bridge-2020-11-10+dfsg1/lib/contents.php:221: * the format `$opts[$option] = $value;`, where `$option` is any `CURLOPT_XXX`
rss-bridge-2020-11-10+dfsg1/lib/contents.php:222: * option and `$value` the corresponding value.
rss-bridge-2020-11-10+dfsg1/lib/contents.php-223- *
##############################################
rss-bridge-2020-11-10+dfsg1/lib/contents.php-270- * @param array $opts (optional) A list of cURL options as associative array in
rss-bridge-2020-11-10+dfsg1/lib/contents.php:271: * the format `$opts[$option] = $value;`, where `$option` is any `CURLOPT_XXX`
rss-bridge-2020-11-10+dfsg1/lib/contents.php:272: * option and `$value` the corresponding value.
rss-bridge-2020-11-10+dfsg1/lib/contents.php-273- *