- [DRA-398] - New field isSyncing created in the API project details endpoint to know if the model is being updated
GET /api/v1/products/{project-id}
- [OPT-35] - New API endpoint to create a new threat model from Terraform file
POST /api/v1/products/terraform
PUT /api/v1/products/terraform/{product-id}
- [RT-361] - New API endpoint to create threats in a project
POST /products/{product-id}/components/{component-id}/usecases/{use-case-id}/threats
- [RT-362] - New API endpoint to create countermeasures in a project
POST /products/:product-id/components/:component-id/countermeasures
- [RT-364] - New API endpoint to associate a control to a threat in products
PUT /products/:product-id/components/:component-id/usecases/:use-case-id/threats/:threat-id/countermeasures
- [RT-365] - New API endpoint to associate a control to a weakness in products
PUT /products/:product-id/components/:component-id/usecases/:use-case-id/threats/:threat-id/weaknesses/:weakness-id/countermeasures
Comments
0 comments
Article is closed for comments.