Security context

What an agent needs to avoid regressing past fixes and find the next vuln in this repo.

wp-plugins/business-directory-plugin
master @ 44a1f84
1
Fixes
0
CVEs
MEDIUM
Peak severity
100.0%
Coverage
Highlights
Information Disclosure: 1 prior fix. Scrutinize any change in this area.
admin/class-admin.php: most-fixed (1 issue). Treat as high-risk during review.
0 high-severity fixes in this history; regressions here are high-impact.
Recurring patterns

The bug types that recur here, drawn from past fixes, not open vulnerabilities.

Information Disclosure: The inclusion of hardcoded API credentials for third-party services (like the Drip integration) inside backend administrative files risks exposing sensitive integration tokens to unauthorized parties or repository viewers. Developers should avoid hardcoding keys and instead handle external actions via user-submitted payloads or dynamic configuration fields.