Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/open-crs/nist_c_test_suite

NIST's "C Test Suite for Source Code Analyzer v2 - Vulnerable" 📦
https://github.com/open-crs/nist_c_test_suite

vulnerable-programs vulnerables-dataset

Last synced: about 2 months ago
JSON representation

NIST's "C Test Suite for Source Code Analyzer v2 - Vulnerable" 📦

Lists

README

        

# NIST's C Test Suite 📦

## Description 🖼️

This repository contains the content of the NIST's "*C Test Suite for Source Code Analyzer v2 - Vulnerable*", created by Aurelien Delaitre in 2015, as it could not be found on GitHub. Compared to the original test suite, the repository adds the build functionality that automatically compiles all the source code files into their corresponding ELF executables (with `.elf` extension).

## Usage 🧰

1. Build all the executables via `make all`.
2. Remove all the executables via `make clean`.

## Resources 📚

| Name | Description | Link |
|-------------------------------------------------------|------------------|----------------------------------------------------------|
| **C Test Suite for Source Code Analyzer v2 - Secure** | Original dataset | [website](https://samate.nist.gov/SRD/view.php?tsID=100) |