OWASP API Security Top 10 2019 Checklist

improper-assets-management-version

general > improper-assets-management-version


Guidance

The purpose of an API host is unclear, and there are no explicit answers to the following questions:
- Which API version is running?

Message

API should have a version

Examples

valid

#%RAML 1.0
title: example api
version: 1.0.0

invalid

#%RAML 1.0
title: example api

Applies to WebAPI

Constraint

Type: Declarative Validation
TypeRuleset
OrganizationMuleSoft
Published by
MuleSoft Organization
Published onNov 29, 2023
Asset overview

Asset versions for 2.1.x

Asset versions
VersionActions
2.1.0

Tags