There are no pages tagged with this category.
-
-
-
-
-
-
- #( local.pageTypeTitles[ local.page.getPageType() ] ?: "Guides" )#
+
+
+ #( local.pageType.title )#
+
+
+ - [[#htmleditformat(local.page.getId())#]] #htmleditformat( getMetaDescription(local.page, local.page.getBody()) )#
+
+
+
-
- [[#htmleditformat(local.page.getId())#]] #htmleditformat( getMetaDescription(local.page, local.page.getBody()) )#
-
\ No newline at end of file
diff --git a/docs/05.categories/090.esapi/category.md b/docs/05.categories/090.esapi/category.md
index 455c7764f..17683a51f 100644
--- a/docs/05.categories/090.esapi/category.md
+++ b/docs/05.categories/090.esapi/category.md
@@ -1,7 +1,8 @@
---
title: Encode/Decode
id: category-esapi
-related:
+categories:
+- category-core
---
-Enterprise Security API
+Used to prevent XSS, these functions use the ESAPI (Enterprise Security API) library to safely handle user input.