https://bugs.documentfoundation.org/show_bug.cgi?id=171924

Neil Roberts <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
           Assignee|[email protected] |[email protected]
                   |desktop.org                 |

--- Comment #8 from Neil Roberts <[email protected]> ---
(In reply to Alain Romedenne from comment #7)

> Moreover, Python scripts used to be executable from Start Center as further
> reported in TDF#172255. The origin of such a regression lies between release
> 6.2.2 and 6.4.5.

Yes, you’re right. I have bibisected it down to this commit:

https://git.libreoffice.org/core/+/a661549b70d30d8925e9839ca97e832111f289b5

Before that patch the security check was only performed if the script comes
from a document. After that the check is always performed and it always fails
for the start center because the start center has no XModel and the check
throws an exception.

I’m half way through making the Run dialog work the same way as the Organize
Macros dialog. If there are any security concerns by doing this then I guess
they are already there in later versions because you can already bypass the
security check with the organize macros dialog. The Organize Macros dialog even
exists in that bisected commit and it still lets you run the macro.

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

Reply via email to