21
Automation Interface, Add-Ins and Tools / Re: Set Label Colour and Transparency in Shape Scripts
« Last post by Polymorph on May 26, 2026, 06:12:20 pm »Also... any way to make the background of the label transparent via a shape script?
// CONNECTOR SHAPE
shape main
{
setpenwidth(2);
setpencolor(1,252,243);
setfontcolor(1,252,243);
setlinestyle("DASH");
moveto(0,0);
lineto(100,0);
}
I think the "security" feature is a bit of a misnomer.So true Geert. There were some vulnerabilities in ProCloud Server identified in https://cert.pl/en/posts/2026/05/CVE-2026-42096/ Which were more of a concern.
It's more like a feature to protect users from themselves.
It's not "real" security.
If you know what you are doing you can quite easily give yourself admin rights in EA and do whatever you want.
If you give users access to your repository you should trust them to not be bad actors.
If you can't, you shouldn't give them access.
That's different for something like Prolaborate. This product is intended to be accessible from the (big bad) internet, and it should have "real" security.
Geert
We can confirm that Sparx Systems senior management is aware of the vulnerabilities identified in the CERT Polska report and is actively working on resolving them. These CVEs were in fact what prompted the decision to introduce a collection of security improvements in the upcoming Pro Cloud Server, including enforcing HTTPS for all client connections, mandatory model security, and enhanced authentication controls.
All other outstanding development work has been paused to prioritize these security fixes.