Skip to content

Udp.Code.Incorrect logs - #729

Open
alexander-b-clean wants to merge 2 commits into
devfrom
incorrect-logs.ab
Open

Udp.Code.Incorrect logs#729
alexander-b-clean wants to merge 2 commits into
devfrom
incorrect-logs.ab

Conversation

@alexander-b-clean

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟡 Changes recommended

The new country-preference helper can throw a PHP 8+ TypeError when IP info returns an empty string and the log has a non-empty country code.

Once you've addressed the issues Copilot identified, you can request another Copilot review.

Pull request overview

Adjusts firewall log presentation and schema to correctly represent the “skipped network” pass status and to prefer the country code stored in firewall logs when it conflicts with the IP info service’s country resolution.

Changes:

  • Prefer the firewall log’s stored country_code over the IP-info-derived country when they disagree.
  • Add UI/status formatting for PASS_AS_SKIPPED_NETWORK in firewall log rows.
  • Extend the firewall_logs.status ENUM schema to include PASS_AS_SKIPPED_NETWORK.
File summaries
File Description
lib/CleantalkSP/SpbctWP/Firewall/View.php Adjusts React data rows (country selection + status label) for firewall log display.
lib/CleantalkSP/SpbctWP/DB/SQLSchema.php Updates DB schema enum to support the new/previously-used status value.
Review details
  • Files reviewed: 2/2 changed files
  • Comments generated: 1
  • Review effort level: Lite

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment on lines +139 to +141
if ( isset($country['country_code']) && $country['country_code'] === $country_code ) {
return $country;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants