Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Parasoft Jtest 2021.1

...

ToolVersionCheckerDescriptionCodeSonar
Include Page
CodeSonar_VCodeSonar_VPMD.Security-Code-Guidelines.ArrayIsStoredDirectly
FB.MALICIOUS_CODE.EI_EXPOSE_STATIC_REP2
Array is stored directly
May expose internal static state by storing a mutable object into a static field
Parasoft Jtest
Include Page
Parasoft_V
Parasoft_V
SECURITYCERT.EABOBJ06.CPCL, SECURITY.EAB
CERT.OBJ06..MPT
, SECURITY
CERT.
EABOBJ06.SMO, OOP.MUCOPImplemented
CERT.OBJ06.MUCOP
Enforce returning a defensive copy in 'clone()' methods
Do not pass user-given mutable objects directly to certain types
Do not store user-given mutable objects directly into variables
Provide mutable classes with copy functionality
SonarQube
Include Page
SonarQube_V
SonarQube_V
S2384

Mutable members should not be stored or returned directly

Implemented for Arrays, Collections and Dates.

...