A watchdog for sensitive Database commands and transactions that (when given a text string) will return an array of recognized sensitive SQL phrases if present
Package Exports
sql-sniffer
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (sql-sniffer) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
sql-sniffer
Given a string, will return an array of recognize phrases (if present within
that string) that pertain to certain System, Data Dictionary, Anonymous Block,
DML or DDL database function.
Usage
A simple watchdog for sensitive Database commands and transactions.
Installation
npm install sql-sniffer
Recognized Phrase Patterns:
All patterns are case insensitive
Key:
symbol
function
*
any one of the folowing characters or combos--> ; ' " -- \ /* '