Advanced API Security Risk Assessment v2 just launched : it allows to assess API Proxy security in less than 60s (less than 1s for 1 proxy, in my tests). An API is available : organizations.securityAssessmentResults.batchCompute
I think it will be great if we can integrate this assessment in the Apigee Maven plugin.
Scenario could be :
A new Apigee Maven Plugin Option like AAS_ScoreMin (optional)
if no AAS_ScoreMin parameter : we don't run the assessment
if AAS_ScoreMin=0, we run the assessment, then deploy API (whatever the score is) and return the report (score + other useful information that can be stored as an artefact in a CICD pipeline.)
if AAS_ScoreMin > 0, we run the assessment and deploy the API only if the given score is < to the calculated score, and then return the report
Hello Team
Advanced API Security Risk Assessment v2 just launched : it allows to assess API Proxy security in less than 60s (less than 1s for 1 proxy, in my tests). An API is available : organizations.securityAssessmentResults.batchCompute
I think it will be great if we can integrate this assessment in the Apigee Maven plugin. Scenario could be :
Thanks for your support