All Projects → google → Sandboxed Api

google / Sandboxed Api

Licence: apache-2.0
Generates sandboxes for C/C++ libraries automatically

Programming Languages

cplusplus
227 projects

Projects that are alternatives of or similar to Sandboxed Api

Norimaci
Norimaci is a simple and lightweight malware analysis sandbox for macOS
Stars: ✭ 37 (-97.06%)
Mutual labels:  sandbox
Disable Webassembly
Browser hacks to disable WebAssembly (WASM)
Stars: ✭ 63 (-95%)
Mutual labels:  security-hardening
Antikernel
The Antikernel operating system project
Stars: ✭ 75 (-94.05%)
Mutual labels:  security-hardening
Libpathrs
C-friendly API to make path resolution safer on Linux.
Stars: ✭ 47 (-96.27%)
Mutual labels:  security-hardening
Sablejs
🏖️ The safer and faster ECMA5.1 interpreter written by JavaScript
Stars: ✭ 60 (-95.24%)
Mutual labels:  sandbox
Junest
The lightweight Arch Linux based distro that runs upon any Linux distros without root access
Stars: ✭ 1,134 (-10%)
Mutual labels:  sandbox
Compilebox
Compile and run user-submitted code in a docker based sandbox.
Stars: ✭ 951 (-24.52%)
Mutual labels:  sandbox
Wazuh Documentation
Wazuh - Project documentation
Stars: ✭ 82 (-93.49%)
Mutual labels:  security-hardening
Carc.in
Compile & run code in
Stars: ✭ 62 (-95.08%)
Mutual labels:  sandbox
Unjailme
A sandbox escape based on the proof-of-concept (CVE-2018-4087) by Rani Idan (Zimperium)
Stars: ✭ 73 (-94.21%)
Mutual labels:  sandbox
Postman Sandbox
Sandbox for Postman Scripts to run in Node.js or browser
Stars: ✭ 47 (-96.27%)
Mutual labels:  sandbox
Audit scripts
Scripts to gather system configuration information for offline/remote auditing
Stars: ✭ 55 (-95.63%)
Mutual labels:  security-hardening
Lynis
Lynis - Security auditing tool for Linux, macOS, and UNIX-based systems. Assists with compliance testing (HIPAA/ISO27001/PCI DSS) and system hardening. Agentless, and installation optional.
Stars: ✭ 9,137 (+625.16%)
Mutual labels:  security-hardening
Componentfixture
🛠️Interactive sandox playground for vue components
Stars: ✭ 44 (-96.51%)
Mutual labels:  sandbox
Windows10 hardening
My Windows 10 x64 security hardening guide
Stars: ✭ 78 (-93.81%)
Mutual labels:  security-hardening
Rhel8 Cis
CIS Baseline Ansible Role for RHEL 8
Stars: ✭ 30 (-97.62%)
Mutual labels:  security-hardening
Centos7 Cis
Ansible CentOS 7 - CIS Benchmark Hardening Script
Stars: ✭ 64 (-94.92%)
Mutual labels:  security-hardening
Jd4
Judging daemon for programming contests
Stars: ✭ 85 (-93.25%)
Mutual labels:  sandbox
Content
Security automation content in SCAP, OSCAL, Bash, Ansible, and other formats
Stars: ✭ 1,219 (-3.25%)
Mutual labels:  security-hardening
Vuls
Agent-less vulnerability scanner for Linux, FreeBSD, Container, WordPress, Programming language libraries, Network devices
Stars: ✭ 8,844 (+601.9%)
Mutual labels:  security-hardening

Sandbox

Copyright 2019-2021 Google LLC.

Bazel build status CMake build status

What is Sandboxed API?

The Sandboxed API project (SAPI) makes sandboxing of C/C++ libraries less burdensome: after initial setup of security policies and generation of library interfaces, a stub API is generated, transparently forwarding calls using a custom RPC layer to the real library running inside a sandboxed environment.

Additionally, each SAPI library utilizes a tightly defined security policy, in contrast to the typical sandboxed project, where security policies must cover the total syscall/resource footprint of all its libraries.

Documentation

Developer documentation is available on the Google Developers site for Sandboxed API.

There is also a Getting Started guide.

Getting Involved

If you want to contribute, please read CONTRIBUTING.md and send us pull requests. You can also report bugs or file feature requests.

If you'd like to talk to the developers or get notified about major product updates, you may want to subscribe to our mailing list or sign up with this link.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].