Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Rules

Content by Label
showLabelsfalse
max99
spacescom.atlassian.confluence.content.render.xhtml.model.resource.identifiers.SpaceResourceIdentifier@3bbaf8c
showSpacefalse
sorttitle
cqllabel = "lck" and label = "rule" and space = currentSpace()
labels+lck +rule

Risk Assessment Summary

Rule

Severity

Likelihood

Detectable

Repairable

Priority

Level

LCK00-JLowProbableNoNo

P2

L3

LCK01-JMediumProbableYesNo

P8

L2

LCK02-JMediumProbableYesNo

P8

L2

LCK03-JMediumProbableYesNo

P8

L2

LCK04-JLowProbableYesNo

P4

L3

LCK05-JLowProbableNoNo

P2

L3

LCK06-JMediumProbableYesNo

P8

L2

LCK07-JLowLikelyNoNo

P3

L3

LCK08-JLowLikelyYesYes

P9

L2

LCK09-JLowProbableNoNo

P2

L3

LCK10-JLowProbableYesNo

P4

L3

LCK11-JLowProbableNoNo

P2

L3


...

Image Added Image Added Image Added

Recommendations

CON00-J. Use synchronization judiciously

CON01-J. Avoid using ThreadGroup APIs

CON02-J. Facilitate thread reuse by using Thread Pools

Rules

CON30-J. Synchronize access to shared mutable variables

CON31-J. Always invoke the wait() method inside a loop

CON32-J. Prefer notifyAll() to notify()

CON33-J. When using lazy initialization in Singleton, synchronize the getInstance() method

CON34-J. Avoid deadlock by requesting fine-grained locks in the proper order

CON35-J. Do not use the deprecated Thread.stop() method to stop threads

Risk Assessment Summary

Recommendations

Recommendation

Severity

Likelihood

Remediation Cost

Priority

Level

CON00-J

low

unlikely

high

P1

L3

Rules

Rules

Severity

Likelihood

Remediation Cost

Priority

Level

CON30-J

low

unlikely

medium

P2

L3

CON31-J

low

unlikely

medium

P2

L3

CON32-J

low

unlikely

medium

P2

L3

FIO35-J. Exclude user input from format strings      The CERT Sun Microsystems Secure Coding Standard for Java      CON00-J. Use synchronization judiciously