You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openoffice.apache.org by bu...@apache.org on 2022/05/23 07:56:29 UTC

[Issue 128510] New: Menus or buttons added after OXT installed, denies macro running (security alert warning)

https://bz.apache.org/ooo/show_bug.cgi?id=128510

          Issue ID: 128510
        Issue Type: DEFECT
           Summary: Menus or buttons added after OXT installed, denies
                    macro running (security alert warning)
           Product: App Dev
           Version: 4.1.12
          Hardware: All
                OS: All
            Status: CONFIRMED
          Severity: Normal
          Priority: P5 (lowest)
         Component: scripting
          Assignee: issues@openoffice.apache.org
          Reporter: oooforum@free.fr
  Target Milestone: ---

Before, install any OXT of your choice like:
- MRI
https://extensions.openoffice.org/en/project/mri-uno-object-inspection-tool
- GgCalendar https://forum.openoffice.org/en/forum/viewtopic.php?t=105343
- PicCom https://extensions.openoffice.org/en/project/set-picture-comment

Steps to reproduce
1) open a new blank document (or a document containing no macro)
2) invoke OXT with:
- MRI via menu Tools > Add-Ons > MRI
- GgCalendar via Toolbar > buttons
- PicCom via menu Insert > Picture > As comment
AOO 4.1.12 displays a security warning if the "macro security" level is
"Medium", "High" or "Very high".
AOO 4.1.11 - no security warnings  - the "macro security" level doesn't matter

-- 
You are receiving this mail because:
You are the assignee for the issue.

[Issue 128510] Menus or buttons added after OXT installed, denies macro running (security alert warning)

Posted by bu...@apache.org.
https://bz.apache.org/ooo/show_bug.cgi?id=128510

oooforum (fr) <oo...@free.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED_WITHOUT_CODE
             Status|CONFIRMED                   |RESOLVED

--- Comment #1 from oooforum (fr) <oo...@free.fr> ---
The issue comes from new security policy with macro.

For your OXTs in addon.xcu, you don't call macro with vnd... string.
But you must use this syntax: 
<prop oor:name="URL" oor:type="xs:string">
 <value>macro:///OxtName.ModuleName.script</value>
</prop>
And all fine

-- 
You are receiving this mail because:
You are the assignee for the issue.

[Issue 128510] Menus or buttons added after OXT installed, denies macro running (security alert warning)

Posted by bu...@apache.org.
https://bz.apache.org/ooo/show_bug.cgi?id=128510

Marcus <ma...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|regression                  |
             Status|RESOLVED                    |CLOSED

-- 
You are receiving this mail because:
You are the assignee for the issue.

[Issue 128510] Menus or buttons added after OXT installed, denies macro running (security alert warning)

Posted by bu...@apache.org.
https://bz.apache.org/ooo/show_bug.cgi?id=128510

oooforum (fr) <oo...@free.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |regression

-- 
You are receiving this mail because:
You are the assignee for the issue.