Changes for page FORMCYCLE Hilfe
Change comment:
There is no comment for this version
Summary
-
Page properties (4 modified, 0 added, 0 removed)
Details
- Page properties
-
- Title
-
... ... @@ -1,1 +1,1 @@ 1 - Technicaldocumentation1 +FORMCYCLE Help - Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. awa1 +XWiki.gru - Default language
-
... ... @@ -1,0 +1,1 @@ 1 +de - Content
-
... ... @@ -1,7 +1,97 @@ 1 -These help pages documents all the functionality provided by {{formcycle/}} and mentions several technical details. 1 +{{info type="info"}} 2 +The {{formcycle/}} Versions 6.4.0 through 6.6.13 contain a version of the Spring Framework that contains the [[CVE-2022-22965>>https://tanzu.vmware.com/security/cve-2022-22965]] vulnerability disclosed on March 31st, 2022. 3 + 4 +Currently, we are not aware of any scenario where this vulnerability in {{formcycle/}} can be exploited. **We still recommend to upgrade to {{formcycle/}} [[Version 6.6.14>>doc:Blog.WebHome]], which use a new version the Spring Framework that no longer contain these vulnerability.** 5 +{{/info}} 2 2 3 -See also 7 +{{info type="info"}} 8 +{{formcycle/}} version 6 uses a version of Log4j that __does not contain__ the vulnerabilities [[CVE-2021-44228>>https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-44228]] and [[CVE-2021-45046>>https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-45046]]. Notes on their impact on the newer {{formcycle/}} versions 7.0.0 through 7.0.7 are located on the [[General Security Recommendations>>https://help7.formcycle.eu/xwiki/bin/view/Formcycle/SystemSettings/Sicherheit/]] page in the Help for {{formcycle/}} version 7. 9 +{{/info}} 4 4 5 -* [[Examples>>Examples]] 6 -* [[Getting started>>GettingStarted]] 7 -* [[Videos>>Videos]] 11 +{{velocity}} 12 +#set ($mainCards = [{ 13 + 'iconfc': 'square-edit-outline', 14 + 'title': 'Form designer', 15 + 'description': 'Working with the form designer', 16 + 'documentation': "Formcycle.FormDesigner" 17 +}, { 18 + 'iconfc': 'wrench', 19 + 'title': 'Administation', 20 + 'description': 'User management, Databases, LDAP, files, templates and much more', 21 + 'documentation': 'Formcycle.UserInterface' 22 +}, { 23 + 'iconfc': 'inbox', 24 + 'title': 'Inbox', 25 + 'description': 'Organize submitted forms', 26 + 'documentation': 'Formcycle.Inbox' 27 +}, { 28 + 'iconfc': 'workflow-fill', 29 + 'title': 'Workflow', 30 + 'description': 'Process submitted forms', 31 + 'documentation': 'Formcycle.UserInterface.MyForms.WorkflowProcessing' 32 +}, { 33 + 'icon': 'fa fa-download', 34 + 'title': 'Installation', 35 + 'description': 'Install or update FORMCYCLE', 36 + 'documentation': 'Formcycle.Installation' 37 +}, { 38 + 'iconfc': 'form', 39 + 'title': 'Examples', 40 + 'description': 'Examples of form integration and forms', 41 + 'documentation': 'doc:Examples.WebHome' 42 +}]) 43 +## 'icon': 'fa fa-play-circle', 44 +## 'title': 'Einführungsvideos', 45 +## 'description': 'Kurze Videos zum Vorstellen einzelner FORMCYCLE-Funktionen; ggf. Titel "Schnelleinstieg"', 46 +## 'documentation': 'https://formcycle.eu/de/features' 47 +##}, { 48 +## 'iconfc': 'puzzle', 49 +## 'title': 'Anwendungsfälle', 50 +## 'description': 'Formulardaten verarbeiten', 51 +## 'documentation': 'doc:Anwendungsfälle.WebHome' 52 +##}, { 53 + 54 + 55 +#set ($smallCards = [{ 56 + 'iconfc': 'comment-faq-outline', 57 + 'title': 'Frequently asked questions', 58 + 'description': 'Frequently asked questions', 59 + 'documentation': "https://faq.formcycle.eu/" 60 +}, { 61 + 'iconfc': 'puzzle', 62 + 'title': 'Plugin-Documentation', 63 + 'description': 'Documentation of the plugins available for FORMCYCLE', 64 + 'documentation': 'Formcycle.PluginDocumentation' 65 +}, { 66 + 'iconfc': 'action-change-status', 67 + 'title': 'Integration into external systems', 68 + 'description': 'Integration of FORMCYCLE into CMS/DMS-Systems', 69 + 'documentation': 'Formcycle.CMSExtension' 70 +}, { 71 + 'icon': 'fa fa-cloud', 72 + 'title': 'FORM.CLOUD', 73 + 'description': 'Information about the XIMA FORM.CLOUD', 74 + 'documentation': 'doc:FORMCLOUD.WebHome' 75 +}, { 76 + 'icon': 'fa fa-list', 77 + 'title': 'Release Notes', 78 + 'description': 'Release Notes and download of the current version', 79 + 'documentation': 'doc:Blog.WebHome' 80 +}]) 81 + 82 +## 'icon': 'fa fa-share-square', 83 +## 'title': 'Daten extern weiterverarbeiten', 84 +## 'description': 'Mit FORMCYCLE erfasste Daten an andere Systeme weiterleiten', 85 +## 'documentation': 'Formcycle.UserInterface.MyForms.WorkflowProcessing' 86 +##}, { 87 + 88 +{{html}} 89 +##$jsontool.serialize(${mainCards})<br> 90 +##$jsontool.serialize($mainCards)<br> 91 +{{/html}} 92 + 93 +{{MainMenuTiles cards='$jsontool.serialize($mainCards)' /}} 94 + 95 +{{MainMenuTiles cards='$jsontool.serialize($smallCards)' type="small" /}} 96 + 97 +{{/velocity}}