Skip to content
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
2 changes: 1 addition & 1 deletion src/content/pentests/DG25-11.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: "DG25-11: Improper handling of user-provided input leads to panic"
severity: Info
cvss_string: "/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N"
issue_link: https://github.com/DefGuard/defguard/issues/1552

status: Completed
---

### Technical details
Expand Down
1 change: 1 addition & 0 deletions src/content/pentests/DG25-14.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ cvss_score: 6.0
severity: Low
cvss_string: "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:C/C:H/I:N/A:N"
issue_link: https://github.com/DefGuard/defguard/issues/1558
status: Completed
---

### Technical details
Expand Down
1 change: 1 addition & 0 deletions src/content/pentests/DG25-20.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ severity: Low
cvss_score: 5.3
cvss_string: "/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N"
issue_link: https://github.com/DefGuard/defguard/issues/1555
status: Completed
---

### Technical details
Expand Down
1 change: 1 addition & 0 deletions src/content/pentests/DG25-24.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ cvss_score:
severity: Info
cvss_string: "/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:N"
issue_link: https://github.com/DefGuard/defguard/issues/1550
status: Completed
---

### Technical details
Expand Down
1 change: 1 addition & 0 deletions src/content/pentests/DG25-25.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ severity: Low
cvss_score: 4.3
cvss_string: "/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N"
issue_link: https://github.com/DefGuard/defguard/issues/1554
status: Completed
---

### Technical details
Expand Down
4 changes: 4 additions & 0 deletions src/content/pentests/DG25-27.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ issue_link: https://github.com/DefGuard/client/issues/551
status: In Progress
---

#### Detailed status

Issue fixed for Linux and MacOS. In progress for Windows.

### Technical details

Defguard Desktop Client package installs a privileged system service and
Expand Down
1 change: 1 addition & 0 deletions src/content/pentests/DG25-28.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ severity: Low
cvss_score: 3.3
cvss_string: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N"
issue_link: https://github.com/DefGuard/client/issues/563
status: Completed
---

### Technical details
Expand Down
1 change: 1 addition & 0 deletions src/content/pentests/DG25-29.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ severity: Info
cvss_score: 3.3
cvss_string: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N"
issue_link: https://github.com/DefGuard/defguard/issues/1545
status: Completed
---

### Technical details
Expand Down
114 changes: 0 additions & 114 deletions src/content/pentests/DG25-30.md

This file was deleted.

1 change: 1 addition & 0 deletions src/content/pentests/DG25-31.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: "DG25-31: Some users might be blocked from accessing defguard via OpenID"
severity: Info
cvss_string: "/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N"
issue_link: https://github.com/DefGuard/defguard/issues/1549
status: Completed
---

### Technical details
Expand Down
1 change: 1 addition & 0 deletions src/content/pentests/DG25-32.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ severity: Low
cvss_score: 2.7
cvss_string: "/AV:N/AC:L/PR:H/UI:N/S:U/C:L/I:N/A:N"
issue_link: https://github.com/DefGuard/defguard/issues/1560
status: Completed
---

### Technical details
Expand Down
4 changes: 4 additions & 0 deletions src/pages/security.astro
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ const tags = [
trustedBy={false}
title="Our Security Approach"
description="Building a secure software is a mindset. Features, great UI, and easy deployment are often things that draw users to the software, but when building software in the cybersecurity space, the approach to security should be what tips the scales of choice. Here is ours."
buttons={[
{ name: "Pentesting Security Report", link: "/pentesting/" },
{ name: "Vulnerability Disclosure Process", link: "#VDP" }
]}
/>

<FlexibleSection leftRatio={1} title="Secure by design - software architecture matters" theme="light">
Expand Down