Skip to content

Commit

Permalink
Merge pull request #88 from CMon/fix-typos
Browse files Browse the repository at this point in the history
fix `LDAP sever` to `LDAP server`
  • Loading branch information
ezavgorodniy authored Jul 5, 2024
2 parents 985438a + 23a2fca commit 094d896
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pkg/risks/builtin/ldap_injection_rule.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ func (*LdapInjectionRule) Category() *types.RiskCategory {
CheatSheet: "https://cheatsheetseries.owasp.org/cheatsheets/LDAP_Injection_Prevention_Cheat_Sheet.html",
Action: "LDAP-Injection Prevention",
Mitigation: "Try to use libraries that properly encode LDAP meta characters in searches and queries to access " +
"the LDAP sever in order to stay safe from LDAP-Injection vulnerabilities. " +
"the LDAP server in order to stay safe from LDAP-Injection vulnerabilities. " +
"When a third-party product is used instead of custom developed software, check if the product applies the proper mitigation and ensure a reasonable patch-level.",
Check: "Are recommendations from the linked cheat sheet and referenced ASVS chapter applied?",
Function: types.Development,
Expand Down
2 changes: 1 addition & 1 deletion test/all.json
Original file line number Diff line number Diff line change
Expand Up @@ -1215,7 +1215,7 @@
"asvs": "V5 - Validation, Sanitization and Encoding Verification Requirements",
"cheat_sheet": "https://cheatsheetseries.owasp.org/cheatsheets/LDAP_Injection_Prevention_Cheat_Sheet.html",
"action": "LDAP-Injection Prevention",
"mitigation": "Try to use libraries that properly encode LDAP meta characters in searches and queries to access the LDAP sever in order to stay safe from LDAP-Injection vulnerabilities. When a third-party product is used instead of custom developed software, check if the product applies the proper mitigation and ensure a reasonable patch-level.",
"mitigation": "Try to use libraries that properly encode LDAP meta characters in searches and queries to access the LDAP server in order to stay safe from LDAP-Injection vulnerabilities. When a third-party product is used instead of custom developed software, check if the product applies the proper mitigation and ensure a reasonable patch-level.",
"check": "Are recommendations from the linked cheat sheet and referenced ASVS chapter applied?",
"detection_logic": "In-scope clients accessing LDAP servers via typical LDAP access protocols.",
"risk_assessment": "The risk rating depends on the sensitivity of the LDAP server itself and of the data assets processed or stored.",
Expand Down
2 changes: 1 addition & 1 deletion test/parsed-model.json
Original file line number Diff line number Diff line change
Expand Up @@ -1982,7 +1982,7 @@
"asvs": "V5 - Validation, Sanitization and Encoding Verification Requirements",
"cheat_sheet": "https://cheatsheetseries.owasp.org/cheatsheets/LDAP_Injection_Prevention_Cheat_Sheet.html",
"action": "LDAP-Injection Prevention",
"mitigation": "Try to use libraries that properly encode LDAP meta characters in searches and queries to access the LDAP sever in order to stay safe from LDAP-Injection vulnerabilities. When a third-party product is used instead of custom developed software, check if the product applies the proper mitigation and ensure a reasonable patch-level.",
"mitigation": "Try to use libraries that properly encode LDAP meta characters in searches and queries to access the LDAP server in order to stay safe from LDAP-Injection vulnerabilities. When a third-party product is used instead of custom developed software, check if the product applies the proper mitigation and ensure a reasonable patch-level.",
"check": "Are recommendations from the linked cheat sheet and referenced ASVS chapter applied?",
"function": "development",
"stride": "tampering",
Expand Down
2 changes: 1 addition & 1 deletion test/parsed-model.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1664,7 +1664,7 @@ built_in_risk_categories:
asvs: V5 - Validation, Sanitization and Encoding Verification Requirements
cheat_sheet: https://cheatsheetseries.owasp.org/cheatsheets/LDAP_Injection_Prevention_Cheat_Sheet.html
action: LDAP-Injection Prevention
mitigation: Try to use libraries that properly encode LDAP meta characters in searches and queries to access the LDAP sever in order to stay safe from LDAP-Injection vulnerabilities. When a third-party product is used instead of custom developed software, check if the product applies the proper mitigation and ensure a reasonable patch-level.
mitigation: Try to use libraries that properly encode LDAP meta characters in searches and queries to access the LDAP server in order to stay safe from LDAP-Injection vulnerabilities. When a third-party product is used instead of custom developed software, check if the product applies the proper mitigation and ensure a reasonable patch-level.
check: Are recommendations from the linked cheat sheet and referenced ASVS chapter applied?
function: development
stride: tampering
Expand Down

0 comments on commit 094d896

Please sign in to comment.