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
console.log(`DEBUG: compareWithDefault called with path '${path}':`,{// nosemgrep: javascript.lang.security.audit.unsafe-formatstring.unsafe-formatstring - Debug logging with controlled internal data
511
+
console.log(`DEBUG: compareWithDefault called with path '${path}':`,{
512
+
// nosemgrep: javascript.lang.security.audit.unsafe-formatstring.unsafe-formatstring - Debug logging with controlled internal data
console.log(`DEBUG: Recursive call result for '${newPath}':`,{// nosemgrep: javascript.lang.security.audit.unsafe-formatstring.unsafe-formatstring - Debug logging with controlled internal data
620
+
console.log(`DEBUG: Recursive call result for '${newPath}':`,{
621
+
// nosemgrep: javascript.lang.security.audit.unsafe-formatstring.unsafe-formatstring - Debug logging with controlled internal data
current=current[parts[i]];// nosemgrep: javascript.lang.security.audit.prototype-pollution.prototype-pollution-loop.prototype-pollution-loop - Index from controlled array iteration
710
+
current=current[parts[i]];// nosemgrep: javascript.lang.security.audit.prototype-pollution.prototype-pollution-loop.prototype-pollution-loop - Index from controlled array iteration
703
711
}
704
712
705
713
// Set the value at the final path - IMPORTANT: preserve boolean false values!
0 commit comments