https://github.com/codeintelligencetesting/java-example-old
https://github.com/codeintelligencetesting/java-example-old
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/codeintelligencetesting/java-example-old
- Owner: CodeIntelligenceTesting
- License: mit
- Created: 2024-01-13T14:52:28.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-04T12:23:20.000Z (over 1 year ago)
- Last Synced: 2025-01-24T18:35:31.859Z (10 months ago)
- Language: Java
- Size: 32.2 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Java Example
This Java Example is an example project to showcase the usage of white-box fuzz testing for developers.
It features examples for the usage as security issue detector as well as robustness issue detector.
The project contains multiple examples:
* [SpringBoot Examples](src/test/java/com/demo/api/):
Multiple examples ranging from simple to more complex showcasing the testing of APIs.
* [Library Testing Examples](src/test/java/com/demo/libraries):
One example showing how to use fuzz testing to cover the holes in unit testing setups.
* [Property Based Testing Example](src/test/java/com/demo/property_based/PropertyBasedFuzzTest.java):
One example showcasing how Code Intelligence found the [CVE-2021-23899](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-23899)
in the OWASP json-sanitizer library and how fuzz testing can be used for property based testing.