Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a new Advanced API Security Risk Assessment option #241

Open
g-lalevee opened this issue Aug 20, 2024 · 0 comments
Open

Add a new Advanced API Security Risk Assessment option #241

g-lalevee opened this issue Aug 20, 2024 · 0 comments

Comments

@g-lalevee
Copy link

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 :

  • 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

Thanks for your support

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant