Skip to main content
assistive.skiplink.to.breadcrumbs
assistive.skiplink.to.header.menu
assistive.skiplink.to.action.menu
assistive.skiplink.to.quick.search
Log in
Confluence
Spaces
Hit enter to search
Help
Online Help
Keyboard Shortcuts
Feed Builder
What’s new
Available Gadgets
About Confluence
Log in
SEI CERT C++ Coding Standard
Pages
Boards
Space shortcuts
Dashboard
Secure Coding Home
Android
C
C++
Java
Perl
Page tree
Browse pages
Configure
Space tools
View Page
A
t
tachments (0)
Page History
Page Information
View in Hierarchy
View Source
Export to PDF
Export to Word
Pages
…
SEI CERT C++ Coding Standard
3 Back Matter
CC. Analyzers
CodeSonar_V
Page Information
Title:
CodeSonar_V
Author:
David Svoboda
Jan 08, 2015
Last Changed by:
Jon O'Donnell
Apr 01, 2024
Tiny Link:
(useful for email)
https://wiki.sei.cmu.edu/confluence/x/J3s-BQ
Export As:
Word
·
PDF
Incoming Links
SEI CERT C++ Coding Standard (64)
Page:
DCL56-CPP. Avoid cycles during initialization of static objects
Page:
OOP50-CPP. Do not invoke virtual functions from constructors or destructors
Page:
CON56-CPP. Do not speculatively lock a non-recursive mutex that is already owned by the calling thread
Page:
EXP51-CPP. Do not delete an array through a pointer of the incorrect type
Page:
OOP53-CPP. Write constructor member initializers in the canonical order
Page:
MSC50-CPP. Do not use std::rand() for generating pseudorandom numbers
Page:
DCL59-CPP. Do not define an unnamed namespace in a header file
Page:
ERR57-CPP. Do not leak resources when handling exceptions
Page:
OOP57-CPP. Prefer special member functions and overloaded operators to C Standard Library functions
Page:
OOP54-CPP. Gracefully handle self-copy assignment
Page:
EXP63-CPP. Do not rely on the value of a moved-from object
Page:
EXP53-CPP. Do not read uninitialized memory
Page:
MEM54-CPP. Provide placement new with properly aligned pointers to sufficient storage capacity
Page:
STR53-CPP. Range check element access
Page:
CodeSonar
Page:
EXP52-CPP. Do not rely on side effects in unevaluated operands
Page:
MEM50-CPP. Do not access freed memory
Page:
OOP52-CPP. Do not delete a polymorphic object without a virtual destructor
Page:
STR51-CPP. Do not attempt to create a std::string from a null pointer
Page:
CTR56-CPP. Do not use pointer arithmetic on polymorphic objects
Page:
DCL60-CPP. Obey the one-definition rule
Page:
ERR61-CPP. Catch exceptions by lvalue reference
Page:
DCL53-CPP. Do not write syntactically ambiguous declarations
Page:
DCL51-CPP. Do not declare or define a reserved identifier
Page:
DCL55-CPP. Avoid information leakage when passing a class object across a trust boundary
Page:
STR52-CPP. Use valid references, pointers, and iterators to reference elements of a basic_string
Page:
CTR53-CPP. Use valid iterator ranges
Page:
ERR55-CPP. Honor exception specifications
Page:
MSC51-CPP. Ensure your random number generator is properly seeded
Page:
CON55-CPP. Preserve thread safety and liveness when using condition variables
Page:
CON54-CPP. Wrap functions that can spuriously wake up in a loop
Page:
ERR54-CPP. Catch handlers should order their parameter types from most derived to least derived
Page:
EXP59-CPP. Use offsetof() on valid types and members
Page:
CTR50-CPP. Guarantee that container indices and iterators are within the valid range
Page:
EXP54-CPP. Do not access an object outside of its lifetime
Page:
EXP62-CPP. Do not access the bits of an object representation that are not part of the object's value representation
Page:
CON51-CPP. Ensure actively held locks are released on exceptional conditions
Page:
MEM51-CPP. Properly deallocate dynamically allocated resources
Page:
OOP51-CPP. Do not slice derived objects
Page:
OOP58-CPP. Copy operations must not mutate the source object
Page:
CON50-CPP. Do not destroy a mutex while it is locked
Page:
MSC53-CPP. Do not return from a function declared [[noreturn]]
Page:
FIO51-CPP. Close files when they are no longer needed
Page:
CTR52-CPP. Guarantee that library functions do not overflow
Page:
ERR58-CPP. Handle all exceptions thrown before main() begins executing
Page:
EXP58-CPP. Pass an object of the correct type to va_start
Page:
DCL57-CPP. Do not let exceptions escape from destructors or deallocation functions
Page:
FIO50-CPP. Do not alternately input and output from a file stream without an intervening positioning call
Page:
DCL58-CPP. Do not modify the standard namespaces
Page:
CTR54-CPP. Do not subtract iterators that do not refer to the same container
Page:
MSC52-CPP. Value-returning functions must return a value from all exit paths
Page:
CTR51-CPP. Use valid references, pointers, and iterators to reference elements of a container
Page:
ERR56-CPP. Guarantee exception safety
Page:
ERR52-CPP. Do not use setjmp() or longjmp()
Page:
CON52-CPP. Prevent data races when accessing bit-fields from multiple threads
Page:
STR50-CPP. Guarantee that storage for strings has sufficient space for character data and the null terminator
Page:
ERR50-CPP. Do not abruptly terminate the program
Page:
INT50-CPP. Do not cast to an out-of-range enumeration value
Page:
OOP55-CPP. Do not use pointer-to-member operators to access nonexistent members
Page:
EXP50-CPP. Do not depend on the order of evaluation for side effects
Page:
ERR51-CPP. Handle all exceptions
Page:
DCL50-CPP. Do not define a C-style variadic function
Page:
ERR62-CPP. Detect errors when converting a string to a number
Page:
EXP57-CPP. Do not cast or delete pointers to incomplete classes
Hierarchy
Parent Page
Page:
CC. Analyzers
Labels
There are no labels assigned to this page.
Recent Changes
Time
Editor
Apr 01, 2024 15:55
Jon O'Donnell
View Changes
Dec 07, 2023 09:25
Jon O'Donnell
View Changes
Jul 27, 2023 14:11
Jon O'Donnell
View Changes
Mar 30, 2023 15:24
Jon O'Donnell
View Changes
Dec 13, 2022 15:43
Jon O'Donnell
View Page History
Overview
Content Tools
{"serverDuration": 222, "requestCorrelationId": "655e2594b54cddac"}