This is an automated email from the ASF dual-hosted git repository.
jleroux pushed a commit to branch release18.12
in repository
https://gitbox.apache.org/repos/asf/ofbiz-framework.gitThe following commit(s) were added to refs/heads/release18.12 by this push:
new 18b3fa8 Documented: Adds the CSRF defense documentation
18b3fa8 is described below
commit 18b3fa80ad1118159fd3b5fcaa8a666243e9378e
Author: Jacques Le Roux <
[hidden email]>
AuthorDate: Wed Apr 15 19:37:48 2020 +0200
Documented: Adds the CSRF defense documentation
---
framework/security/src/docs/asciidoc/security.adoc | 1 +
1 file changed, 1 insertion(+)
diff --git a/framework/security/src/docs/asciidoc/security.adoc b/framework/security/src/docs/asciidoc/security.adoc
index b107242..d8562ee 100644
--- a/framework/security/src/docs/asciidoc/security.adoc
+++ b/framework/security/src/docs/asciidoc/security.adoc
@@ -19,5 +19,6 @@ under the License.
= Security
+include::_include/sy-CSRF-defense.adoc[leveloffset=+1]
include::_include/sy-password-and-JWT.adoc[leveloffset=+1]
include::_include/sy-impersonation.adoc[leveloffset=+1]