Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository YAML (base), Organization UI (inherited) Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughRemoves ADCS ESC9a/ESC9b kinds, processing, tests, and fixtures; adds a DB migration to delete existing ESC9 relationships; and replaces forest-level "weak certificate binding" tracking with "UPN certificate mapping" tracking in ADCS cache logic. ChangesRemove ADCS ESC9 support and switch forest certificate-mapping detection
Estimated code review effort🎯 4 (Complex) | ⏱️ ~60 minutes 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Tip 💬 Introducing Slack Agent: The best way for teams to turn conversations into code.Slack Agent is built on CodeRabbit's deep understanding of your code, so your team can collaborate across the entire SDLC without losing context.
Built for teams:
One agent for your entire SDLC. Right inside Slack. Comment |
Description
Windows now enforces strong certificate mapping for Kerberos with no option to opt out.
The StrongCertificateBindingEnforcement property we collect from domain controller computers used to tell if strong mapping was enforced or in compatibility mode, indicating opportunity of attacks. The value now has no impact on the system’s behavior.
We should therefore remove the property from the product and the affected components that uses the property.
Motivation and Context
https://specterops.atlassian.net/browse/BED-8269
How Has This Been Tested?
Screenshots (optional):
Types of changes
Checklist:
Summary by CodeRabbit
Bug Fixes
Chores
Tests
New Features