~ultimaker/uranium/+git/Uranium:4.13

Last commit made on 2022-05-31
Get this branch:
git clone -b 4.13 https://git.launchpad.net/~ultimaker/uranium/+git/Uranium

Branch merges

Branch information

Name:
4.13
Repository:
lp:~ultimaker/uranium/+git/Uranium

Recent commits

d85e3a2... by Jaime van Kessel <email address hidden>

Merge pull request #826 from Ultimaker/SEC-257_redux

[CURA-8968] Also check afterwards.

0beeba2... by Remco Burema <email address hidden>

Review comment: Stronger typing.

done as part of SEC-257 | CURA-8968

Co-authored-by: Jaime van Kessel <email address hidden>

2e3b368... by Remco Burema <email address hidden>

Also check afterwards.

Seems like we _may_ start the socket for listening for the engine first, depending on threading, which doesn't open the engine itself, but does mess with the order of the preference reading. Also rename settings -> preferences.

SEC-257 | CURA-8968

00a3265... by Remco Burema <email address hidden>

Merge pull request #824 from Ultimaker/SEC-253_resource_preference_injection

[SEC-253] [CURA-8964] resource preference injection

a2142e9... by Joey de l'Arago

remove abs path, this is already calculated in TrustBasics.isPathInLocation

SEC-253 CURA-8964

99c1a20... by Joey de l'Arago

Use trust basics instead for checking paths

SEC-253 CURA-8964

e297c4b... by Joey de l'Arago

Move import into classmethod to avoid circular imports with Trust and CentralStorage classes on startup.

SEC-253 CURA-8964

7fa4f37... by Joey de l'Arago

Disallow adding paths that are not in the install directory to secure search paths.

SEC-253 CURA-8964

b400379... by Remco Burema <email address hidden>

Don't load backend from untrusted locations.

SEC-257 | CURA-8968

f894099... by Joey de l'Arago

This fix will stop enterprise versions from searching the user config folder for non storage type resources.

Refer to SEC-253 for more information

SEC-253