Skip to content

Updated C# LDAP Injection rule

Jayanaka Fonseka requested to merge (removed):main into main

csharp/injection/rule-LdapInjection.yml - could be enhanced to check for assignment when using UserPrincipal u = new UserPrincipal(AD); and the AccountManagement assembly

  • Modified the existing rule to scan for "AccountManagement" API when using UserPrincipal method.

Relates to Draft: Enhance C# semgrep rules (gitlab-org/gitlab#408758 - closed)

Merge request reports