Software Engineering KB

Home

❯

08 Security

❯

02 Application Security

❯

01 Concept

❯

Output Encoding

Output Encoding

Feb 10, 20261 min read

  • application-security
  • secure-development
  • output-encoding

Output Encoding

← Back to Secure Development Practices

Context-appropriate encoding of output data to prevent injection. HTML context requires HTML entity encoding, URL context requires URL encoding, JavaScript context requires JavaScript encoding. The encoding must match the output context to be effective.

Key Properties

  • Context-Appropriate Encoding
  • HTML Entity Encoding
  • Template Engine Auto-Escaping

application-security secure-development output-encoding


Graph View

  • Output Encoding
  • Key Properties

Backlinks

  • Secure Development Practices

Created with Quartz v4.5.2 © 2026

  • GitHub