Create custom ruleAsk AIpost https://app.aikido.dev/api/public/v1/repositories/sast/custom-rulesCreate a new custom semgrep ruleBody ParamsThe parameters needed to create a new custom rulesemgrep_rulestringrequiredThe semgrep ruleissue_titlestringrequiredThe title of the issue associated with this semgrep ruletldrstringrequiredA summary of what the issue associated with this semgrep rule ishow_to_fixstringrequiredA description on how to fix the issue associated with this semgrep rulepriorityintegerrequiredA numeric value from 1 to 100 indicating how severe the issue associated with this semgrep rule islanguagestringenumrequiredThe programming language associated with this semgrep ruleJSTSPHPJavaScalaGOPYRuby.NETRUSTDartSwiftElixirCClojurekotlinterraformgenericShow 18 enum valuesResponses 200The custom rule has successfully been created 400One or more of the provided fields are invalid.Updated 7 months ago