Skip to content

audit: parallel implementation in data-machine-socials (32) #167

@homeboy-ci

Description

@homeboy-ci

parallel implementation

32 audit finding(s) in this category.

Run: https://github.com/Extra-Chill/data-machine-socials/actions/runs/27075992608

Findings

  • inc/Abilities/Facebook/FacebookUpdateAbility.php:parallel_implementation:parallel-implementation:Parallel implementation: editPosthas similar call pattern toarchiveMediain inc/Abilities/Instagram/InstagramUpdateAbility.php — shared calls:rawurlencode, wp_remote_post, wp_remote_retrieve_body, wp_remote_retrieve_response_code`` — Parallel implementation: editPost has similar call pattern to `archiveMedia` in inc/Abilities/Instagram/InstagramUpdateAbility.php — shared calls: `rawurlencode`, `wp_remote_post`, `wp_remote_retrieve_body`, `wp_remote_retrieve_response_code` (`inc/Abilities/Facebook/FacebookUpdateAbility.php`)
  • inc/Abilities/Facebook/FacebookUpdateAbility.php:parallel_implementation:parallel-implementation:Parallel implementation: editPosthas similar call pattern toreplyToCommentin inc/Abilities/Instagram/InstagramCommentReplyAbility.php — shared calls:rawurlencode, wp_remote_post, wp_remote_retrieve_body, wp_remote_retrieve_response_code`` — Parallel implementation: editPost has similar call pattern to `replyToComment` in inc/Abilities/Instagram/InstagramCommentReplyAbility.php — shared calls: `rawurlencode`, `wp_remote_post`, `wp_remote_retrieve_body`, `wp_remote_retrieve_response_code` (`inc/Abilities/Facebook/FacebookUpdateAbility.php`)
  • inc/Abilities/Facebook/FacebookUpdateAbility.php:parallel_implementation:parallel-implementation:Parallel implementation: hidePosthas similar call pattern toarchiveMediain inc/Abilities/Instagram/InstagramUpdateAbility.php — shared calls:rawurlencode, wp_remote_post, wp_remote_retrieve_body, wp_remote_retrieve_response_code`` — Parallel implementation: hidePost has similar call pattern to `archiveMedia` in inc/Abilities/Instagram/InstagramUpdateAbility.php — shared calls: `rawurlencode`, `wp_remote_post`, `wp_remote_retrieve_body`, `wp_remote_retrieve_response_code` (`inc/Abilities/Facebook/FacebookUpdateAbility.php`)
  • inc/Abilities/Facebook/FacebookUpdateAbility.php:parallel_implementation:parallel-implementation:Parallel implementation: hidePosthas similar call pattern toreplyToCommentin inc/Abilities/Instagram/InstagramCommentReplyAbility.php — shared calls:rawurlencode, wp_remote_post, wp_remote_retrieve_body, wp_remote_retrieve_response_code`` — Parallel implementation: hidePost has similar call pattern to `replyToComment` in inc/Abilities/Instagram/InstagramCommentReplyAbility.php — shared calls: `rawurlencode`, `wp_remote_post`, `wp_remote_retrieve_body`, `wp_remote_retrieve_response_code` (`inc/Abilities/Facebook/FacebookUpdateAbility.php`)
  • inc/Abilities/Instagram/InstagramCommentReplyAbility.php:parallel_implementation:parallel-implementation:Parallel implementation: replyToCommenthas similar call pattern toarchiveMediain inc/Abilities/Instagram/InstagramUpdateAbility.php — shared calls:rawurlencode, wp_remote_post, wp_remote_retrieve_body, wp_remote_retrieve_response_code`` — Parallel implementation: replyToComment has similar call pattern to `archiveMedia` in inc/Abilities/Instagram/InstagramUpdateAbility.php — shared calls: `rawurlencode`, `wp_remote_post`, `wp_remote_retrieve_body`, `wp_remote_retrieve_response_code` (`inc/Abilities/Instagram/InstagramCommentReplyAbility.php`)
  • inc/Abilities/Instagram/InstagramCommentReplyAbility.php:parallel_implementation:parallel-implementation:Parallel implementation: replyToCommenthas similar call pattern toeditPostin inc/Abilities/Facebook/FacebookUpdateAbility.php — shared calls:rawurlencode, wp_remote_post, wp_remote_retrieve_body, wp_remote_retrieve_response_code`` — Parallel implementation: replyToComment has similar call pattern to `editPost` in inc/Abilities/Facebook/FacebookUpdateAbility.php — shared calls: `rawurlencode`, `wp_remote_post`, `wp_remote_retrieve_body`, `wp_remote_retrieve_response_code` (`inc/Abilities/Instagram/InstagramCommentReplyAbility.php`)
  • inc/Abilities/Instagram/InstagramCommentReplyAbility.php:parallel_implementation:parallel-implementation:Parallel implementation: replyToCommenthas similar call pattern tohidePostin inc/Abilities/Facebook/FacebookUpdateAbility.php — shared calls:rawurlencode, wp_remote_post, wp_remote_retrieve_body, wp_remote_retrieve_response_code`` — Parallel implementation: replyToComment has similar call pattern to `hidePost` in inc/Abilities/Facebook/FacebookUpdateAbility.php — shared calls: `rawurlencode`, `wp_remote_post`, `wp_remote_retrieve_body`, `wp_remote_retrieve_response_code` (`inc/Abilities/Instagram/InstagramCommentReplyAbility.php`)
  • inc/Abilities/Instagram/InstagramUpdateAbility.php:parallel_implementation:parallel-implementation:Parallel implementation: archiveMediahas similar call pattern toeditPostin inc/Abilities/Facebook/FacebookUpdateAbility.php — shared calls:rawurlencode, wp_remote_post, wp_remote_retrieve_body, wp_remote_retrieve_response_code`` — Parallel implementation: archiveMedia has similar call pattern to `editPost` in inc/Abilities/Facebook/FacebookUpdateAbility.php — shared calls: `rawurlencode`, `wp_remote_post`, `wp_remote_retrieve_body`, `wp_remote_retrieve_response_code` (`inc/Abilities/Instagram/InstagramUpdateAbility.php`)
  • inc/Abilities/Instagram/InstagramUpdateAbility.php:parallel_implementation:parallel-implementation:Parallel implementation: archiveMediahas similar call pattern tohidePostin inc/Abilities/Facebook/FacebookUpdateAbility.php — shared calls:rawurlencode, wp_remote_post, wp_remote_retrieve_body, wp_remote_retrieve_response_code`` — Parallel implementation: archiveMedia has similar call pattern to `hidePost` in inc/Abilities/Facebook/FacebookUpdateAbility.php — shared calls: `rawurlencode`, `wp_remote_post`, `wp_remote_retrieve_body`, `wp_remote_retrieve_response_code` (`inc/Abilities/Instagram/InstagramUpdateAbility.php`)
  • inc/Abilities/Instagram/InstagramUpdateAbility.php:parallel_implementation:parallel-implementation:Parallel implementation: archiveMediahas similar call pattern toreplyToCommentin inc/Abilities/Instagram/InstagramCommentReplyAbility.php — shared calls:rawurlencode, wp_remote_post, wp_remote_retrieve_body, wp_remote_retrieve_response_code`` — Parallel implementation: archiveMedia has similar call pattern to `replyToComment` in inc/Abilities/Instagram/InstagramCommentReplyAbility.php — shared calls: `rawurlencode`, `wp_remote_post`, `wp_remote_retrieve_body`, `wp_remote_retrieve_response_code` (`inc/Abilities/Instagram/InstagramUpdateAbility.php`)
  • inc/Cli/Commands/FacebookCommand.php:parallel_implementation:parallel-implementation:Parallel implementation: commentshas similar call pattern tomentionsin inc/Cli/Commands/TwitterCommand.php — shared calls:get_ability, sprintf, strtotime, warning, wp_date`` — Parallel implementation: comments has similar call pattern to `mentions` in inc/Cli/Commands/TwitterCommand.php — shared calls: `get_ability`, `sprintf`, `strtotime`, `warning`, `wp_date` (`inc/Cli/Commands/FacebookCommand.php`)
  • inc/Cli/Commands/FacebookCommand.php:parallel_implementation:parallel-implementation:Parallel implementation: commentshas similar call pattern torepliesin inc/Cli/Commands/ThreadsCommand.php — shared calls:get_ability, sprintf, strtotime, warning, wp_date`` — Parallel implementation: comments has similar call pattern to `replies` in inc/Cli/Commands/ThreadsCommand.php — shared calls: `get_ability`, `sprintf`, `strtotime`, `warning`, `wp_date` (`inc/Cli/Commands/FacebookCommand.php`)
  • inc/Cli/Commands/FacebookCommand.php:parallel_implementation:parallel-implementation:Parallel implementation: commentshas similar call pattern totweetin inc/Cli/Commands/TwitterCommand.php — shared calls:get_ability, sprintf, strtotime, warning, wp_date`` — Parallel implementation: comments has similar call pattern to `tweet` in inc/Cli/Commands/TwitterCommand.php — shared calls: `get_ability`, `sprintf`, `strtotime`, `warning`, `wp_date` (`inc/Cli/Commands/FacebookCommand.php`)
  • inc/Cli/Commands/FacebookCommand.php:parallel_implementation:parallel-implementation:Parallel implementation: commentshas similar call pattern totweetsin inc/Cli/Commands/TwitterCommand.php — shared calls:get_ability, sprintf, strtotime, warning, wp_date`` — Parallel implementation: comments has similar call pattern to `tweets` in inc/Cli/Commands/TwitterCommand.php — shared calls: `get_ability`, `sprintf`, `strtotime`, `warning`, `wp_date` (`inc/Cli/Commands/FacebookCommand.php`)
  • inc/Cli/Commands/InstagramCommand.php:parallel_implementation:parallel-implementation:Parallel implementation: commentshas similar call pattern tomentionsin inc/Cli/Commands/TwitterCommand.php — shared calls:get_ability, sprintf, strtotime, warning, wp_date`` — Parallel implementation: comments has similar call pattern to `mentions` in inc/Cli/Commands/TwitterCommand.php — shared calls: `get_ability`, `sprintf`, `strtotime`, `warning`, `wp_date` (`inc/Cli/Commands/InstagramCommand.php`)
  • inc/Cli/Commands/InstagramCommand.php:parallel_implementation:parallel-implementation:Parallel implementation: commentshas similar call pattern torepliesin inc/Cli/Commands/ThreadsCommand.php — shared calls:get_ability, sprintf, strtotime, warning, wp_date`` — Parallel implementation: comments has similar call pattern to `replies` in inc/Cli/Commands/ThreadsCommand.php — shared calls: `get_ability`, `sprintf`, `strtotime`, `warning`, `wp_date` (`inc/Cli/Commands/InstagramCommand.php`)
  • inc/Cli/Commands/InstagramCommand.php:parallel_implementation:parallel-implementation:Parallel implementation: commentshas similar call pattern totweetin inc/Cli/Commands/TwitterCommand.php — shared calls:get_ability, sprintf, strtotime, warning, wp_date`` — Parallel implementation: comments has similar call pattern to `tweet` in inc/Cli/Commands/TwitterCommand.php — shared calls: `get_ability`, `sprintf`, `strtotime`, `warning`, `wp_date` (`inc/Cli/Commands/InstagramCommand.php`)
  • inc/Cli/Commands/InstagramCommand.php:parallel_implementation:parallel-implementation:Parallel implementation: commentshas similar call pattern totweetsin inc/Cli/Commands/TwitterCommand.php — shared calls:get_ability, sprintf, strtotime, warning, wp_date`` — Parallel implementation: comments has similar call pattern to `tweets` in inc/Cli/Commands/TwitterCommand.php — shared calls: `get_ability`, `sprintf`, `strtotime`, `warning`, `wp_date` (`inc/Cli/Commands/InstagramCommand.php`)
  • inc/Cli/Commands/ThreadsCommand.php:parallel_implementation:parallel-implementation:Parallel implementation: replieshas similar call pattern tocommentsin inc/Cli/Commands/FacebookCommand.php — shared calls:get_ability, sprintf, strtotime, warning, wp_date`` — Parallel implementation: replies has similar call pattern to `comments` in inc/Cli/Commands/FacebookCommand.php — shared calls: `get_ability`, `sprintf`, `strtotime`, `warning`, `wp_date` (`inc/Cli/Commands/ThreadsCommand.php`)
  • inc/Cli/Commands/ThreadsCommand.php:parallel_implementation:parallel-implementation:Parallel implementation: replieshas similar call pattern tocommentsin inc/Cli/Commands/InstagramCommand.php — shared calls:get_ability, sprintf, strtotime, warning, wp_date`` — Parallel implementation: replies has similar call pattern to `comments` in inc/Cli/Commands/InstagramCommand.php — shared calls: `get_ability`, `sprintf`, `strtotime`, `warning`, `wp_date` (`inc/Cli/Commands/ThreadsCommand.php`)
  • ... 12 more finding(s)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions