Impact testing
How to run an impact test through the API to see how a proposed Snyk Code Rule Extension would change Project findings
1
Attribute
Type
Required
Description
{
"data": {
"type": "tests",
"attributes": {
"project_id": "a3b8d4e1-7f1c-4a09-8b7e-2c6f5d1a0b3f",
"org_id": "123e4567-e89b-12d3-a456-426614174000",
"fully_qualified_name": "org.example.MySqlSanitizer",
"rule_keys": ["Sqli"],
"extension_type": "if_true_sanitizer"
}
}
}2
3
Last updated
Was this helpful?

