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

55 setup owasp zap for online banking appe8 #62

Merged
merged 12 commits into from
Nov 13, 2024

Conversation

NkwaTambe
Copy link
Contributor

@NkwaTambe NkwaTambe commented Nov 7, 2024

Task: Set Up OWASP Dependency-Check and Integrate Scanning into GitHub Actions

Set Up OWASP Dependency-Check in Your Maven Project:

  • Added the OWASP Dependency-Check plugin to our pom.xml file. This plugin will scan your project dependencies for known vulnerabilities.

Integrate OWASP Dependency-Check into GitHub Actions:

https://github.com/marketplace/actions/dependency-check

  • Set up a GitHub Actions workflow to automatically trigger the OWASP Dependency-Check scan during our build process. This ensures that any vulnerabilities are detected as part of your CI/CD pipeline.

Fix Vulnerability Issues:

  • After scanning, review the results for any vulnerabilities in your dependencies, especially those with a CVSS score of 5.0 or higher.
  • Address the vulnerabilities by updating the affected dependencies or by applying patches to resolve them.

@NkwaTambe NkwaTambe self-assigned this Nov 7, 2024
@NkwaTambe NkwaTambe linked an issue Nov 7, 2024 that may be closed by this pull request
Elwizzy12
Elwizzy12 previously approved these changes Nov 11, 2024
Koufan-De-King
Koufan-De-King previously approved these changes Nov 11, 2024
Copy link
Collaborator

@Arielpetit Arielpetit left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good

Arielpetit
Arielpetit previously approved these changes Nov 12, 2024
@NkwaTambe NkwaTambe merged commit f90a804 into main Nov 13, 2024
3 checks passed
@NkwaTambe NkwaTambe deleted the 55-setup-owasp-zap-for-online-banking-appe8 branch November 13, 2024 07:00
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

Successfully merging this pull request may close these issues.

Setup OWASP ZAP for online banking appE8
5 participants