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
Despite data: and javascript: as well-known attack-vectors for XSS, the file: protocol may also cause malicious behavior. I think, it is rather safe (thus, backward-compatible) to also escape it here:
Only for local use of BBob, the file: protocol may be relevant. Thus, for full backward-compatiblity, we would require to add some flag to the options.
The text was updated successfully, but these errors were encountered:
Despite
data:
andjavascript:
as well-known attack-vectors for XSS, thefile:
protocol may also cause malicious behavior. I think, it is rather safe (thus, backward-compatible) to also escape it here:BBob/packages/bbob-plugin-helper/src/helpers.js
Line 39 in 3575982
Only for local use of BBob, the
file:
protocol may be relevant. Thus, for full backward-compatiblity, we would require to add some flag to the options.The text was updated successfully, but these errors were encountered: