Crates.io | bulwark-wasm-host |
lib.rs | bulwark-wasm-host |
version | 0.4.1 |
source | src |
created_at | 2023-05-19 18:36:04.400255 |
updated_at | 2024-04-07 23:06:33.571749 |
description | The WebAssembly host environment for the Bulwark security engine. |
homepage | https://bulwark.security/ |
repository | https://github.com/bulwark-security/bulwark |
max_upload_size | |
id | 869030 |
size | 3,988,934 |
Automated security decision making under uncertainty.
This crate was renamed to bulwark-host
.
Bulwark is a fast, modern, open-source web application security engine that makes it easier than ever to implement resilient and observable security operations for your web services. It is designed around a user-friendly detection-as-code pattern. Security teams can quickly compose powerful detections from reusable building-blocks while unburdening product application logic from the increased complexity of domain-specific controls.
A complete overview may be found in Bulwark's documentation.
Bulwark's WebAssembly (WASM) host environment loads and compiles plugins, tracks a request context for each incoming request and plugin, and provides implementations of the host functions needed by Bulwark plugin guests.