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
Fix lodash __proto__ path blocking in dependency injection crawler
lodash 4.17.21 blocks __proto__ in _.set/_.get for prototype pollution
protection. Replace with custom safeSet/safeGet that can traverse
prototype chains safely for DI function injection.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments