-
Notifications
You must be signed in to change notification settings - Fork 8
MSRD REST Samples wiki
MSRD is a secure cloud service for fuzzing software to expose vulnerabilities to help prevent malicious attacks. You can learn more about it at https://www.microsoft.com/en-us/security-risk-detection/
There are two prerequisites for successful testing: 1. an MSRD Account enabled to programaticaly access the REST API; 2. a user-generated API token.
Job setup and Validation:
- Job Setup involves a few steps. You can find these steps in the user documentation under the section titled Defining a Fuzzing Job.
- Validation is done through review and interpretation of the results. Both topics are in the same documentation under the sections titled Step by Step guide to Job Validation and how to Interprete the Results.
This repository contains several samples showing how to access MSRD REST API:
-
Swagger interface The MSRD service exposes its API through a documented Swagger interface. To view the index of the APIs click on ServiceApi link located at the top left of the page.
This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.
If you come across anything in these samples that need to be fixed; please open an issue.