Potential fix for code scanning alert no. 3: Prototype-polluting function #74
Annotations
2 errors
|
build
Process completed with exit code 1.
|
|
build:
src/gprofiler/frontend/src/utils/generalUtils.js#L61
Replace `"__proto__"·||·key·===·"constructor"` with `'__proto__'·||·key·===·'constructor'`
|