Skip to content

Releases: stoplightio/spectral-owasp-ruleset

v2.0.1

12 Mar 15:50
913348e
Compare
Choose a tag to compare

2.0.1 (2024-03-12)

Bug Fixes

v2.0.0

05 Mar 11:06
d233da8
Compare
Choose a tag to compare

2.0.0 (2024-03-05)

Features

  • Removes duplicated test case

  • Moves API3 rules that focused on defining 400, 401, 500 responses out into API8.

  • Adds unevaluatedproperties rule for OAS 3.1

  • Adds owasp-api3-2023-constrained-additional/unevaluated tests

  • Updates year on api1 and api2 unchanged

  • Renames api4:2019 to api4:2023 only

  • Adds owasp:api2:2023-write-restricted and owasp:api2:2023-read-restricted

  • Fixes #25: adds owasp:api5:2023-admin-security-unique

  • Fixes #21 and makes no-nimeric-ids support any string

  • Adds support for no-server-http to use relative path.

  • Partially fixes #52: Require servers use x-internal true/false to explicitly explain what is public or internal for documentation tools

  • Fixes #52: Servers, define which environment is the API running in

BREAKING CHANGES

  • Adds/Removes rule to cater for OWASP 2023 top 10 list

v1.4.3

06 Apr 16:19
2fd49c3
Compare
Choose a tag to compare

1.4.3 (2023-04-06)

Bug Fixes

  • do not warn if an operation defines 400 and 422 responses (#38) (2fd49c3)

v1.4.2

29 Mar 19:19
143d735
Compare
Choose a tag to compare

1.4.2 (2023-03-29)

Bug Fixes

v1.4.1

29 Mar 18:36
d27fcbd
Compare
Choose a tag to compare

1.4.1 (2023-03-29)

Bug Fixes

  • module.exports present in ESM bundle (#39) (d27fcbd)

v1.4.0

31 Dec 13:20
Compare
Choose a tag to compare

1.4.0 (2022-12-31)

Features

  • rate limit responses check for content too (95b862d)

v1.3.0

31 Dec 12:14
Compare
Choose a tag to compare

1.3.0 (2022-12-31)

Features

  • 401 messages now require content too (2791084)
  • 500 messages now require content too (edb735b)

v1.2.2

29 Dec 11:57
Compare
Choose a tag to compare

1.2.2 (2022-12-29)

Bug Fixes

  • update spectral functions and types (4cfca98)

v1.2.1

07 Dec 19:45
c941063
Compare
Choose a tag to compare

1.2.1 (2022-12-07)

Bug Fixes

v1.2.0

16 Nov 17:50
8b95700
Compare
Choose a tag to compare

1.2.0 (2022-11-16)

Features

  • added owasp api limits for array, string and integer (8b95700), closes #16