Open
Description
Hello,
In file: https://github.com/julienXX/terminal-notifier/blob/master/Terminal%20Notifier/Terminal%20Notifier-Info.plist the value of NSAllowsArbitraryLoads
has been set to true
. A code scanning tool is labelling this as a security breach. May I know what this property is used for, please!?
I did a quick grep for NSAllowsArbitraryLoads
in the source code, however, looks like no code is directly referencing the item. Could anyone clarify what this piece of config is really doing?
Apple also identifies this as a security issue here: https://developer.apple.com/documentation/bundleresources/information_property_list/nsapptransportsecurity/nsallowsarbitraryloads
Help is appreciated!