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 Security Audit to blog nav #5788

Merged
merged 2 commits into from
Dec 5, 2023
Merged
Show file tree
Hide file tree
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
3 changes: 2 additions & 1 deletion blog/config/nav.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ nav:
- steering/2020-01-annual-report-2019.md
- steering/2019-12-updates.md
- Events:
- events/security-audit-2023.md
- events/knative-at-kubecon-na-2023.md
- events/fuzzing-audit-2023.md
- events/knative-projectmeeting-kubecon-eu-2023.md
Expand All @@ -98,4 +99,4 @@ nav:
#####################################################
# keep the same order as on the main page
- About: /docs/about/testimonials/
- Community: /docs/community/
- Community: /docs/community/
5 changes: 5 additions & 0 deletions blog/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ Follow this blog to keep up-to-date with Knative.

## Featured Posts

### Knative Completes Third-Party Security Audit
A third-party audit by Ada Logics found a small number of issues, including [one CVE](https://github.com/knative/docs/pull/5788).

[Read more :octicons-arrow-right-24:](events/security-audit-2023.md){ .md-button }

### Knative 1.12 is out!
Details on the 1.12 release of the Knative project.

Expand Down
Loading