[metadata]
id = "MSC23-C"
type = "recommendation"
category = "MSC"
number = 23
title = 'Beware of vendor-specific library and language differences'
description = '''
When compiling with a specific vendor's implementation of the C language, and
related libraries, be aware that, unfortunately, standards conformance can
differ from vendor to vendor. Be certain to read your vendor's documentation to
reduce the likelihood of accidentally relying on implementation-specific
behavior or deviations.
'''
severity = "High"
likelihood = "Probable"
priority = "P6"
level = "L3"
cert_version = "2016 Edition (Wiki)"
last_modified = "Unknown"
[rules.cert_c.MSC23-C]
enabled = true
[references]
wiki = "https://cmu-sei.github.io/secure-coding-standards/sei-cert-c-coding-standard/recommendations/miscellaneous-msc/msc23-c"
cwe = []