Skip to content

hardening: migrate cycle SQL helpers to prepared variants #25

Description

@somethingwithproof

Problem

plugin_cycle still has raw SQL helper calls (db_fetch_row, db_fetch_cell, db_fetch_assoc, db_execute) in setup and runtime paths.

Proposed change

  • migrate straightforward SQL helper sites to prepared variants
  • parameterize values currently interpolated into SQL where applicable
  • preserve existing plugin behavior

Tests

  • add standalone regression checks for converted prepared helper usage
  • run syntax checks for modified files and the test script

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions