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

XS ◾ 🐛 Fixed the GUID of rule #9924

Merged
merged 3 commits into from
Feb 20, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions rules/developer-cybersecurity-tools/rule.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ authors:
url: https://www.ssw.com.au/people/rob-thomlinson
related:
- safe-against-the-owasp-top-10
guid: d6dc22d5-5862-4d46-8ef6-7b661ac65dab
guid: 6023d10a-96c1-48d2-b6b4-931485396473
---

Security should never be an afterthought when writing code. Every year, developers introduce vulnerabilities that lead to data breaches, financial losses, and reputational damage. The right cybersecurity tools can help identify security risks early, prevent attacks, and ensure compliance with security best practices.
Expand Down Expand Up @@ -77,7 +77,7 @@ With software supply chain attacks on the rise, developers should ensure that th
* **Sigstore Cosign** (secure code signing)
* **in-toto** (software supply chain verification)

### 7. **API Security Testing tools
### 7. API Security Testing tools

APIs are a common attack vector, and testing them for security vulnerabilities is crucial. API security testing tools help developers validate authentication, authorization, and request handling.

Expand Down
Loading