Skip to content

Commit

Permalink
Add blogpost about pentest
Browse files Browse the repository at this point in the history
  • Loading branch information
tmolitor-stud-tu committed Apr 15, 2024
1 parent f95f639 commit f31ffc5
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 0 deletions.
19 changes: 19 additions & 0 deletions content/post/00011-security-audit-1/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
title: "ROS Security Audit"
date: 2024-04-15
resources:
- src: "pentest_1.pdf"
title: "Monal IM penetration test report 2024 1.0"
params:
icon: pdf

tags: []
author: "Thilo Molitor"
---

<a href="https://www.radicallyopensecurity.com/">Radically Open Security (ROS)</a> kindly performed a security audit of some parts of Monal.
Specifically they audited the usage of our XML query language and the implementations of <a href="https://xmpp.org/extensions/xep-0388.html">SASL2</a>, <a href="https://datatracker.ietf.org/doc/html/rfc5802">SCRAM</a> and <a href="https://xmpp.org/extensions/xep-0474.html">SSDP</a>.

**The results in a nutshell: *no security issues* found, read the full report here: {{< pdfLink "pentest_1.pdf" >}}**


Binary file not shown.
4 changes: 4 additions & 0 deletions layouts/shortcodes/pdfLink.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{{ $pdf := $.Page.Resources.GetMatch (.Get 0)}}
{{ $title := cond (not (.Get "title")) (cond (not (.Get 1)) $pdf.Title (.Get 1)) (.Get "title") }}

<a href="{{ $pdf.RelPermalink }}">{{ $title | safeHTML }}</a>.

0 comments on commit f31ffc5

Please sign in to comment.