contextual-encoder 0.6.0

contextual output encoding for xss defense and safe literal embedding, inspired by the owasp java encoder
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "contextual-encoder"
version = "0.6.0"
edition = "2021"
rust-version = "1.70"
authors = ["cyber witchery labs"]
license = "MIT"
description = "contextual output encoding for xss defense and safe literal embedding, inspired by the owasp java encoder"
repository = "https://github.com/cyberwitchery/contextual-encoder"
readme = "README.md"
keywords = ["security", "xss", "encoding", "html", "owasp"]
categories = ["web-programming", "encoding"]
exclude = [".github/", "AGENTS.md", "deny.toml", "unsafe-budget.lock", "differential/"]

[lints.rust]
unsafe_code = "forbid"