Skip to content

Commit

Permalink
feat: support for OWASP 2023 (#62)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Adds/Removes rule to cater for OWASP 2023 top 10 list
  • Loading branch information
mnaumanali94 authored Mar 5, 2024
1 parent fa09123 commit d233da8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ You should see some output like this:

Now you have some things to work on for your API. Thankfully these are only at the `warning` and `information` severity, and that is not going to [fail continuous integration](https://docs.stoplight.io/docs/spectral/ZG9jOjExNTMyOTAx-continuous-integration) (unless [you want them to](https://docs.stoplight.io/docs/spectral/ZG9jOjI1MTg1-spectral-cli#error-results)).

There are [a bunch of other rulesets](https://github.com/stoplightio/spectral-rulesets) you can use, or use for inspiration for your own rulesets and API Style Guides.
There are [a bunch of other rulesets](https://github.com/stoplightio/spectral-rulesets) or [Stoplight API Stylebook](http://apistylebook.stoplight.io) you can use, or use for inspiration for your own rulesets and API Style Guides.

## 🎉 Thanks

Expand Down

0 comments on commit d233da8

Please sign in to comment.