From 4f42bbecc81309a3db293c3cffe1ce7d22d0be2c Mon Sep 17 00:00:00 2001 From: davegson <3080765+davegson@users.noreply.github.com> Date: Fri, 25 Oct 2019 16:31:57 +0200 Subject: [PATCH] Disclaim development freeze of PM & Stamp --- technology/index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/technology/index.md b/technology/index.md index ef92224..e403eba 100644 --- a/technology/index.md +++ b/technology/index.md @@ -10,6 +10,8 @@ Here is short and very technical overview of the three components that make Safi ## Portmaster +**Important**: [currently in development freeze](/podcast/2019/09/19/decisions-that-shift-a-company/) + Portmaster is an application firewall that enforces application profiles on processes. Being an application firewall means tightly integrating with the kernel of the underlying OS (via network filter APIs or kernel modules) to gain needed information (associate network packets to processes) and control (block or deny network connections). @@ -62,6 +64,8 @@ Its goal is to protect connection data as well as metadata from [surveillance ca ## Stamp +**Important**: [currently in development freeze](/podcast/2019/09/19/decisions-that-shift-a-company/) + [Stamp](https://stamp.community) is an online community where participants _"stamp"_ (ie. tag, categorize) domains and applications (used by Portmaster for application profiles) to serve as a data source for any kind of network filter. Contributions are rewarded with reputation that gives them more influence on the platform. This reputation system will be blockchain-based in the future. Stamp is a separate project that is backed by Safing. ## Further Reading