Uploaded image for project: 'OFBiz'
  1. OFBiz
  2. OFBIZ-1525 Issue to group security concerns
  3. OFBIZ-12875

[SECURITY: CVE-2023-50968] Use screen engine for the request getJSONuilabels

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Closed
    • Major
    • Resolution: Done
    • 18.12.10, 22.01
    • 18.12.11, 22.01.01
    • framework/common
    • None
    • Bug Crush Event - 21/2/2015

    Description

      Before this improvement, you can resolve a list of labels to display with the uiLabel resource file
      like : "CommonUiLabels" : ["CommonUpload", "CommonSave", "CommonCompleted"]

      We remove the possibility to specify a uiLabel resource file and make it work by default with CommonUiLabels.
      After that we implement the json return on extend theme screen so we can add some uiLabel ressource by theme extension or component screen definition.

      Other enhancement, on getJSONuiLabels instead resolve the label with a list position you can call your label with it key.
      resolve : uiLabelJsonObjects.CommonUiLabels[1]
      become : uiLabelJsonObjects.CommonSave

      Attachments

        Activity

          People

            nmalin Nicolas Malin
            nmalin Nicolas Malin
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: