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

https://github.com/find-sec-bugs/juliet-test-suite

:microscope: A collection of test cases in the Java language. It contains examples for 112 different CWEs.
https://github.com/find-sec-bugs/juliet-test-suite

application code sample vulnerable

Last synced: 5 months ago
JSON representation

:microscope: A collection of test cases in the Java language. It contains examples for 112 different CWEs.

Awesome Lists containing this project

README

          

# Juliet Test Suite

A collection of test cases in the Java language. It contains examples for 112 different CWEs.
The test suite is taken from [NIST website](https://samate.nist.gov/SRD/testsuite.php)

This repository add alternative build integration : Gradle and Maven

## Gradle

```
gradle build
```

## Maven

```
mvn compile
```