Skip to content

Commit

Permalink
Remove inconsistent "OWASP API1:2019 - " from rule description
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTeaCat authored and daveshanley committed Dec 15, 2023
1 parent 936075b commit 976fd89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rulesets/owasp_ruleset_functions.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ properties:
Name: "Use random IDs that cannot be guessed.",
Id: OwaspNoNumericIDs,
Formats: model.AllFormats,
Description: "OWASP API1:2019 - Use random IDs that cannot be guessed. UUIDs are preferred",
Description: "Use random IDs that cannot be guessed. UUIDs are preferred",
Given: `$.paths..parameters[*][?(@.name == "id" || @.name =~ /(_id|Id|-id)$/)))]`,
Resolved: false,
RuleCategory: model.RuleCategories[model.CategoryOWASP],
Expand Down

0 comments on commit 976fd89

Please sign in to comment.