diff --git a/go.mod b/go.mod index e05046f52..91dc33aee 100644 --- a/go.mod +++ b/go.mod @@ -18,7 +18,7 @@ require ( github.com/SentimensRG/ctx v0.0.0-20180729130232-0bfd988c655d github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d github.com/brianvoe/gofakeit/v6 v6.5.0 - github.com/cortezaproject/corteza-locale v0.0.0-20211122123708-d5c179b9eb73 + github.com/cortezaproject/corteza-locale v0.0.0-20211209194516-5c1ac47046ad github.com/crewjam/saml v0.4.5 github.com/crusttech/go-oidc v0.0.0-20180918092017-982855dad3e1 github.com/davecgh/go-spew v1.1.1 @@ -56,7 +56,7 @@ require ( github.com/joho/godotenv v1.3.0 github.com/lann/builder v0.0.0-20180802200727-47ae307949d0 github.com/lestrrat-go/jwx v1.2.11 - github.com/lestrrat-go/strftime v1.0.5 + github.com/lestrrat-go/strftime v1.0.5 github.com/lib/pq v1.1.0 github.com/markbates/goth v1.67.1 github.com/mattn/go-colorable v0.1.11 // indirect diff --git a/go.sum b/go.sum index 56680820f..18f00629c 100644 --- a/go.sum +++ b/go.sum @@ -92,6 +92,8 @@ github.com/cortezaproject/corteza-locale v0.0.0-20211107083849-eaef5250945f h1:U github.com/cortezaproject/corteza-locale v0.0.0-20211107083849-eaef5250945f/go.mod h1:wsI1UftEdBqTuEDKBZmx2LfNu/kZun5pRbCAi420JCg= github.com/cortezaproject/corteza-locale v0.0.0-20211122123708-d5c179b9eb73 h1:11xTWL1FafVJk4MZTjZPMLWyw8MfH24+FSjwyawXLk0= github.com/cortezaproject/corteza-locale v0.0.0-20211122123708-d5c179b9eb73/go.mod h1:wsI1UftEdBqTuEDKBZmx2LfNu/kZun5pRbCAi420JCg= +github.com/cortezaproject/corteza-locale v0.0.0-20211209194516-5c1ac47046ad h1:iPd8aIOA37scbRLpxhPPhy2zh1cZr6apgvDUvsj0mxM= +github.com/cortezaproject/corteza-locale v0.0.0-20211209194516-5c1ac47046ad/go.mod h1:wsI1UftEdBqTuEDKBZmx2LfNu/kZun5pRbCAi420JCg= github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E= github.com/crewjam/httperr v0.0.0-20190612203328-a946449404da h1:WXnT88cFG2davqSFqvaFfzkSMC0lqh/8/rKZ+z7tYvI= github.com/crewjam/httperr v0.0.0-20190612203328-a946449404da/go.mod h1:+rmNIXRvYMqLQeR4DHyTvs6y0MEMymTz4vyFpFkKTPs= diff --git a/vendor/github.com/cortezaproject/corteza-locale/security.md b/vendor/github.com/cortezaproject/corteza-locale/security.md new file mode 100644 index 000000000..6c1f64ac8 --- /dev/null +++ b/vendor/github.com/cortezaproject/corteza-locale/security.md @@ -0,0 +1,37 @@ +# Security + +At Corteza, the security of our products and services is important to us. +All of our source code repositories are managed through GitHub organisations. +Here is the list of [Corteza Repositories](https://github.com/orgs/cortezaproject/repositories) + +If you believe you have found a security vulnerability in any Corteza repository, please report it to us as described below. + +## Reporting Security Issues + +**Please do not report security vulnerabilities through public GitHub issues.** + +Instead, please send email to [info@cortezaproject.org](mailto:info@cortezaproject.org). + +You should receive a response within 24 business hours. If for some reason you do not, +please follow up via email to ensure we received your original message. + +Please include the requested information listed below (as much as you can provide) +to help us better understand the nature and scope of the possible issue: + +* Type of issue, +* full paths of source file(s) related to the manifestation of the issue, +* the location of the affected source code (tag/branch/commit or direct URL), +* any special configuration required to reproduce the issue, +* step-by-step instructions to reproduce the issue, +* proof-of-concept or exploit code (if possible), +* impact of the issue, including how an attacker might exploit the issue. + +This information will help us triage your report more quickly. + +## Preferred Languages + +We prefer all communications to be in English. + +## Policy + +[Corteza Privacy Policy](https://cortezaproject.org/privacy-policy/) diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/de/corteza-webapp-compose/block.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/de/corteza-webapp-compose/block.yaml index ed13ec909..d1c8809d1 100644 --- a/vendor/github.com/cortezaproject/corteza-locale/src/de/corteza-webapp-compose/block.yaml +++ b/vendor/github.com/cortezaproject/corteza-locale/src/de/corteza-webapp-compose/block.yaml @@ -130,7 +130,6 @@ metric: modulePlaceholder: Pick a module numberFormat: Number format operationAvg: Avg - operationCountd: Count operationLabel: Aggregation operation operationMax: Max operationMin: Min diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/de/corteza-webapp-compose/chart.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/de/corteza-webapp-compose/chart.yaml index fddb3f635..58b9c80f4 100644 --- a/vendor/github.com/cortezaproject/corteza-locale/src/de/corteza-webapp-compose/chart.yaml +++ b/vendor/github.com/cortezaproject/corteza-locale/src/de/corteza-webapp-compose/chart.yaml @@ -39,7 +39,6 @@ edit: fixTooltips: Always show tooltips function: avg: AVG - countd: COUNTD label: Function max: MAX min: MIN diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-server/system/report.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-server/system/report.yaml index 5e60ddb5f..741fc545f 100644 --- a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-server/system/report.yaml +++ b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-server/system/report.yaml @@ -1,4 +1,5 @@ errors: + invalidConfiguration: Invalid report configuration invalidID: invalid ID notAllowedToCreate: not allowed to create reports notAllowedToDelete: not allowed to delete this report diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-admin/notification.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-admin/notification.yaml index 70dcb7878..091b104db 100644 --- a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-admin/notification.yaml +++ b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-admin/notification.yaml @@ -219,6 +219,9 @@ permissions: update: success: Permissions updated error: Permissions update failed + clone: + success: Permissions cloned + error: Permissions clone failed role: error: Failed to add role diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-admin/permissions.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-admin/permissions.yaml index 0619a274e..5e7958322 100644 --- a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-admin/permissions.yaml +++ b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-admin/permissions.yaml @@ -31,6 +31,12 @@ ui: compose: Compose permissions federation: Federation permissions + clone: + clone: Clone + label: Clone permissions + title: Clone permissions to + description: This will clone all the permissions of the current role and apply them to the selected + resources: automation: component: diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-compose/block.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-compose/block.yaml index ec464ae1c..8af3c801e 100644 --- a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-compose/block.yaml +++ b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-compose/block.yaml @@ -160,7 +160,6 @@ metric: modulePlaceholder: Pick a module numberFormat: Number format operationAvg: Avg - operationCountd: Count operationLabel: Aggregation operation operationMax: Max operationMin: Min diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-compose/chart.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-compose/chart.yaml index 015995cf1..2ca5f935c 100644 --- a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-compose/chart.yaml +++ b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-compose/chart.yaml @@ -50,7 +50,6 @@ edit: fixTooltips: Always show tooltips function: avg: AVG - countd: COUNTD label: Function max: MAX min: MIN diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-compose/module.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-compose/module.yaml index 50f9034c6..8b05194eb 100644 --- a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-compose/module.yaml +++ b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-compose/module.yaml @@ -24,7 +24,17 @@ edit: allFields: All Fields description: 'Match federated fields with existing ones:' title: Map - errorFetchingData: Error fetching server data + error: + fetch: + data: Error fetching server data + exposed: Error fetching exposed module info + shared: Error fetching shared module info + mmap: Error fetching module mapping info + node: Error fetching nodes info + persist: + exposed: Error persisting exposed module info + shared: Error persisting shared module info + mmap: Error persisting module mapping info general: receive: Receive new records from another organization (downstream) send: Send new records to the federated network (upstream) diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/fr/corteza-webapp-compose/block.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/fr/corteza-webapp-compose/block.yaml index f2803fb71..905e9e594 100644 --- a/vendor/github.com/cortezaproject/corteza-locale/src/fr/corteza-webapp-compose/block.yaml +++ b/vendor/github.com/cortezaproject/corteza-locale/src/fr/corteza-webapp-compose/block.yaml @@ -130,7 +130,6 @@ metric: modulePlaceholder: Pick a module numberFormat: Number format operationAvg: Avg - operationCountd: Count operationLabel: Aggregation operation operationMax: Max operationMin: Min diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/fr/corteza-webapp-compose/chart.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/fr/corteza-webapp-compose/chart.yaml index fddb3f635..58b9c80f4 100644 --- a/vendor/github.com/cortezaproject/corteza-locale/src/fr/corteza-webapp-compose/chart.yaml +++ b/vendor/github.com/cortezaproject/corteza-locale/src/fr/corteza-webapp-compose/chart.yaml @@ -39,7 +39,6 @@ edit: fixTooltips: Always show tooltips function: avg: AVG - countd: COUNTD label: Function max: MAX min: MIN diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/ro/corteza-webapp-compose/block.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/ro/corteza-webapp-compose/block.yaml index f2803fb71..905e9e594 100644 --- a/vendor/github.com/cortezaproject/corteza-locale/src/ro/corteza-webapp-compose/block.yaml +++ b/vendor/github.com/cortezaproject/corteza-locale/src/ro/corteza-webapp-compose/block.yaml @@ -130,7 +130,6 @@ metric: modulePlaceholder: Pick a module numberFormat: Number format operationAvg: Avg - operationCountd: Count operationLabel: Aggregation operation operationMax: Max operationMin: Min diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/ro/corteza-webapp-compose/chart.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/ro/corteza-webapp-compose/chart.yaml index fddb3f635..58b9c80f4 100644 --- a/vendor/github.com/cortezaproject/corteza-locale/src/ro/corteza-webapp-compose/chart.yaml +++ b/vendor/github.com/cortezaproject/corteza-locale/src/ro/corteza-webapp-compose/chart.yaml @@ -39,7 +39,6 @@ edit: fixTooltips: Always show tooltips function: avg: AVG - countd: COUNTD label: Function max: MAX min: MIN diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/sl/corteza-webapp-compose/block.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/sl/corteza-webapp-compose/block.yaml index f2803fb71..905e9e594 100644 --- a/vendor/github.com/cortezaproject/corteza-locale/src/sl/corteza-webapp-compose/block.yaml +++ b/vendor/github.com/cortezaproject/corteza-locale/src/sl/corteza-webapp-compose/block.yaml @@ -130,7 +130,6 @@ metric: modulePlaceholder: Pick a module numberFormat: Number format operationAvg: Avg - operationCountd: Count operationLabel: Aggregation operation operationMax: Max operationMin: Min diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/sl/corteza-webapp-compose/chart.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/sl/corteza-webapp-compose/chart.yaml index fddb3f635..58b9c80f4 100644 --- a/vendor/github.com/cortezaproject/corteza-locale/src/sl/corteza-webapp-compose/chart.yaml +++ b/vendor/github.com/cortezaproject/corteza-locale/src/sl/corteza-webapp-compose/chart.yaml @@ -39,7 +39,6 @@ edit: fixTooltips: Always show tooltips function: avg: AVG - countd: COUNTD label: Function max: MAX min: MIN diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/uk/corteza-webapp-compose/block.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/uk/corteza-webapp-compose/block.yaml index f2803fb71..905e9e594 100644 --- a/vendor/github.com/cortezaproject/corteza-locale/src/uk/corteza-webapp-compose/block.yaml +++ b/vendor/github.com/cortezaproject/corteza-locale/src/uk/corteza-webapp-compose/block.yaml @@ -130,7 +130,6 @@ metric: modulePlaceholder: Pick a module numberFormat: Number format operationAvg: Avg - operationCountd: Count operationLabel: Aggregation operation operationMax: Max operationMin: Min diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/uk/corteza-webapp-compose/chart.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/uk/corteza-webapp-compose/chart.yaml index fddb3f635..58b9c80f4 100644 --- a/vendor/github.com/cortezaproject/corteza-locale/src/uk/corteza-webapp-compose/chart.yaml +++ b/vendor/github.com/cortezaproject/corteza-locale/src/uk/corteza-webapp-compose/chart.yaml @@ -39,7 +39,6 @@ edit: fixTooltips: Always show tooltips function: avg: AVG - countd: COUNTD label: Function max: MAX min: MIN diff --git a/vendor/modules.txt b/vendor/modules.txt index e1a611761..60cb82a1c 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -44,7 +44,7 @@ github.com/brianvoe/gofakeit/v6 github.com/brianvoe/gofakeit/v6/data # github.com/cespare/xxhash/v2 v2.1.1 github.com/cespare/xxhash/v2 -# github.com/cortezaproject/corteza-locale v0.0.0-20211122123708-d5c179b9eb73 +# github.com/cortezaproject/corteza-locale v0.0.0-20211209194516-5c1ac47046ad ## explicit github.com/cortezaproject/corteza-locale # github.com/crewjam/httperr v0.0.0-20190612203328-a946449404da