Skip to content

pgrecon 0.1.3

Choose a tag to compare

@Muzzammil242 Muzzammil242 released this 15 Aug 10:51
· 45 commits to main since this release
  • Wrapped PL/SQL gets its own rule (R-SRC-20): a wrapped unit is
    obfuscated bytecode with nothing to assess from the database, so it
    is reported as needing its original source instead of producing a
    parse failure and garbage token matches. 63 rules.
  • Assessment scale is measured: a synthetic estate of 5,000 tables
    and 100,000 lines of PL/SQL across 1,600 stored units, including a
    16,000-line package body, loads and deep-parses in under two
    minutes and reports in seconds. tools/make_scale_dump.py generates
    the estate, so the measurement is reproducible.