You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

oracle-plsql-parser

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

oracle-plsql-parser

Parser for Oracle PL/SQL

0.1.9
Source
npmnpm
Version published
Weekly downloads
5
Maintainers
1
Weekly downloads
 
Created
Source

PL/SQL-Parser

Test

Contributions are welcomed, I am happy with every help :)

Concept

This will be a multi stage parser. This means, that the first level only parses the general structure. For example it spots variable declarations but doesn't check whether the defined varchar2 variable really has a valid string value to it. That will be parsed in a later step in a string value parser.

With this approach I want to improve complexity management and improve performance as the parsers have less depth in options to test for.

Diagram

https://phartenfeller.github.io/plsql-parser/

References

FAQs

Package last updated on 10 Jul 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts