Skip to content

Commit

Permalink
Update LDAP_Injection_Prevention_Cheat_Sheet.md to explain that LinqT…
Browse files Browse the repository at this point in the history
…oLdap is only supported for older .NET Framework versions (#1420)

* Update LDAP_Injection_Prevention_Cheat_Sheet.md to explain that LinqToLdap is only supported for older .NET Framework versions

Fixes #1417

* Update LDAP_Injection_Prevention_Cheat_Sheet.md to add a note to the issue about updating
  • Loading branch information
rklec authored Jun 4, 2024
1 parent cb15313 commit 9c00fdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cheatsheets/LDAP_Injection_Prevention_Cheat_Sheet.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ For further information visit [OWASP ESAPI Java Encoder Project which includes e

#### Safe .NET Example

We recommend using [LINQ to LDAP](https://www.nuget.org/packages/LinqToLdap/) in DotNet. It provides automatic LDAP encoding when building LDAP queries.
We recommend using [LINQ to LDAP](https://www.nuget.org/packages/LinqToLdap/) (for .NET Framework 4.5 or lower [until it has been updated](https://github.com/madhatter22/LinqToLdap/issues/31)) in DotNet. It provides automatic LDAP encoding when building LDAP queries.
Contact the [Readme file](https://github.com/madhatter22/LinqToLdap/blob/master/README.md) in the project repository.

## Additional Defenses
Expand Down

0 comments on commit 9c00fdf

Please sign in to comment.