D-W- / critical-functions

collect critical function calls in error code context

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Critical Functions

Collect critical function calls in error code context

DATA

The data we use is from VulDeePecker.

It collected several code slices from open source projects and SARD. Then divide data set into 2 groups according to error type, CWE119 and CWE399.

Prerequest

ANTLR

Process

Use ANTLR to parse code slices and extract function calls from it.

About

collect critical function calls in error code context

License:Apache License 2.0


Languages

Language:Java 96.0%Language:ANTLR 3.9%Language:C 0.1%