Git Product home page Git Product logo

satep's Introduction

Static Analysis Tool Evaluation Project (SATEP)


Introduction

This evaluation project contains a collection of PHP test cases useful to evaluate the various features of Static Analysis tools.

Test cases

The test cases are named according to the following syntax:

CWEID_TYPE_TESTID_I_of_N_INPUT_DESC

where:

CWEID: is the CWE identification, for example CWE80.

TYPE: can be Vuln to signal that the test case contains a vulnerability, Safe to signal that the test case doesn't contains a vulnerability and Mixed to signal that the test case contain a vulnerability and a safe invocation..

TESTID: is the identifier of the test case.

I_of_N: identify different files associated at the same test case. I is the index and N is the total number of files for this test cases.

INPUT: the type of taint input, for example GET, POST, COOKIE, ...

DESC: a brief description of the meaning of the test case. The description has all whitespace replace with the character '_'.

For example the following test case name: CWE80_Vuln_AA_1_of_1_GET_Simple_XSS.php has as:

CWEID: CWE80

TYPE: Vuln

TESTID: AA

I_of_N: 1 as I and 1 as N. This mean that the test cases has only one file

INPUT: the parameters are taken by the query string

DESC: Simple_XSS

satep's People

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.