Skip to content

Instantly share code, notes, and snippets.

View sparkleGoat's full-sized avatar

Mary Rogers sparkleGoat

View GitHub Profile

API Security

SQL Injection

Fix for stored procedure
CREATE OR REPLACE PROCEDURE public.update_jdbc_customer(
  existing_customer_id bigint,
  new_full_name character varying)
LANGUAGE 'plpgsql'