Google SAPI: Generate sandboxes for C/C++ libraries automatically

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • sandboxed-api

    Generate sandboxes for C/C++ libraries automatically

  • Hi, one of the project's co-authors here (SAPI that is).

    The aim of SAPI is a bit different than whole-process sandboxing. It's about retaining the original running speed (and lack of sandboxing constraints) of the main project part, while making sure that only some parts are isolated (sandboxed), and the programming interface to the sandboxed part still looks familiar.

    I'm not that well-versed into how WASM works when it tries to integrate with the rest of OS, but I'd assume it's some form of whole-process sandboxing, where practically all code is WASMized, and only some kind of loaders and trusted stubs are written in native assemblers (something has to invoke syscalls in the end).

    In this case one can use Sandbox2, which is part of SAPI, though not very prominently exposed - https://github.com/google/sandboxed-api/tree/main/sandboxed_.... It's a full-featured Linux sandbox in its own rights, with C++ API. Examples might be englightning: https://github.com/google/sandboxed-api/tree/main/sandboxed_...

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Google SAPI: Generate sandboxes for C/C++ libraries automatically

    1 project | /r/hackernews | 19 Nov 2021
  • SLSA up to v1.9.0 (latest) breaking GHA pipelines

    1 project | news.ycombinator.com | 20 Mar 2024
  • An evolving how-to guide for securing a Linux server

    1 project | news.ycombinator.com | 25 Jan 2024
  • How to Secure a Linux Server

    1 project | news.ycombinator.com | 8 Jan 2024
  • Should I set up my own server?

    1 project | /r/rustdesk | 8 Dec 2023