diff --git a/.wordlist.txt b/.wordlist.txt index 068bf23..f841629 100644 --- a/.wordlist.txt +++ b/.wordlist.txt @@ -1,3 +1,4 @@ + AAL ABAC Abdessamad @@ -7,6 +8,7 @@ allowlist allowlisting Allowlisting Andreas +AntiXssEncoder APIs AppSec Aref @@ -16,6 +18,8 @@ autobinding backend Baillon bcrypt +biometrics +Biometrics Braiterman BSIMM caniuse @@ -75,7 +79,9 @@ Dracea DSS DTOs Elnaggar +Escaper Estrin +EU's Eyal Fenstrom Frédéric @@ -85,12 +91,14 @@ GDPR github GitRob Goldschmidt +goto Grandval Graziani Grossman HackerCombat Happe Hashicorp +Hashicorp's Heyes Hidenori Hiroaki @@ -143,10 +151,12 @@ Massimiliano MASVS Microservices Miessler +misconfiguration Misconfiguration misconfigure mkdocs Mohammed +nabla Nagai NCSC NIST @@ -167,12 +177,15 @@ owasp OWASP Pagel parametrization +parametrized PassKeys PCI pdf PHPNW PII +plaintext pptx +precautious programmatically py RBAC @@ -204,6 +217,7 @@ Snyk Soares SQLi Sqlmap +src SSL SSLLabs sslyze @@ -241,6 +255,7 @@ verifier Vries Watanabe WebAuthn +WebCams webhooks WrongSecrets www @@ -248,4 +263,5 @@ XEE XFO XSS Zend +Zend Zudilin diff --git a/docs/archive/2018/c4-encode-escape-data.md b/docs/archive/2018/c4-encode-escape-data.md index 460b69a..23f845f 100644 --- a/docs/archive/2018/c4-encode-escape-data.md +++ b/docs/archive/2018/c4-encode-escape-data.md @@ -22,7 +22,7 @@ Starting with .NET 4.5 , the Anti-Cross Site Scripting library is part of the fr #### Zend Framework 2 -In Zend Framework 2 (ZF2), ``Zend\Escaper`` can be used for encoding the output. For contextual encoding examples see [Context-specific escaping with zend-escaper](https://framework.zend.com/blog/2017-05-16-zend-escaper.html). +In Zend Framework 2, ``Zend\Escaper`` can be used for encoding the output. For contextual encoding examples see [Context-specific escaping with Zend-Escaper](https://framework.zend.com/blog/2017-05-16-zend-escaper.html). ### Other Types of Encoding and Injection Defense