Nyall Dawson 6c1de7f70a [processing] Replace format for saving batch processing parameters
The older approach of storing parameters was insecure, and required
eval()ing the unchecked contents of the batch parameter file. This
is a security risk, as a malicious file could leak user information
or damage the system.

So,

- Switch to a newer ".batch" format which uses safe JSON objects
only for serializing parameter values.
- Allow loading the older .json files, but first show a warning
that they are a security risk and require to user to explicitly
agree to open the file
2024-10-01 19:35:51 +10:00
..
2024-09-12 07:21:24 +00:00
2024-09-12 07:21:24 +00:00
2024-09-30 10:12:35 +10:00
2024-09-27 06:41:09 +00:00
2024-08-17 19:59:17 +10:00
2024-09-12 07:21:24 +00:00
2024-09-13 20:59:46 +02:00