https://github.com/codeintelligencetesting/java-demo
https://github.com/codeintelligencetesting/java-demo
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/codeintelligencetesting/java-demo
- Owner: CodeIntelligenceTesting
- License: mit
- Created: 2024-02-07T18:51:53.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-02T10:21:18.000Z (over 1 year ago)
- Last Synced: 2025-03-18T13:27:54.046Z (8 months ago)
- Language: Java
- Size: 104 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Java Demo
This Java Demo is an example project to showcase the usage of white-box fuzz testing for developers and security experts.
It features examples for the usage as security issue detector as well as robustness issue detector.
The project contains multiple examples:
* [Simple Testing Example](src/test/java/com/demo/libraries/SimpleExampleTest.java):
A simple example showcasing how minor the syntax differences between a fuzz test and unit test are.
* [Robustness Examples](src/test/java/com/demo/controller/CarCategoryControllerTest.java):
Multiple examples ranging from simple to more complex showcasing the testing of APIs for error 5xx.
* [Security Examples](src/test/java/com/demo/controller/UserControllerTest.java):
Multiple example showing how to use fuzz testing to check for security vulnerabilities in webservers.