You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The logs give no detailed information if an aptitude requiring a permission in the package.json file is used, but permission has not been requested. There will be a generic log message about a permission violation, but nothing about the particular permission that was missing. The improved message could say, for example, that a network call was made to the domain foo.com and that permission was not requested for foo.com. Another would be that network access was attempted, but no network permissions were requested. Prefixing the error with Security error will make them easy to find.
A second class of helpful log messages would be messages detailing the use of a forbidden package not allowed by the sandbox, e.g. fs or process. The improved message would state the name of forbidden package, e.g. Security error: There was an attempted load of the package fs. This package is not allowed in the Olive Helps sandboxed environment.
The text was updated successfully, but these errors were encountered:
This is still true as of Olive Helps 0.27.7.
The logs give no detailed information if an aptitude requiring a permission in the
package.json
file is used, but permission has not been requested. There will be a generic log message about a permission violation, but nothing about the particular permission that was missing. The improved message could say, for example, that a network call was made to the domainfoo.com
and that permission was not requested forfoo.com
. Another would be that network access was attempted, but nonetwork
permissions were requested. Prefixing the error withSecurity error
will make them easy to find.A second class of helpful log messages would be messages detailing the use of a forbidden package not allowed by the sandbox, e.g.
fs
orprocess
. The improved message would state the name of forbidden package, e.g.Security error: There was an attempted load of the package fs. This package is not allowed in the Olive Helps sandboxed environment.
The text was updated successfully, but these errors were encountered: