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 = "fio" and label = "rule" and label != "void" and space = currentSpace()
labels+fio, +rule, -void

Recommendations

FIO00-J. Canonicalize path names originating from untrusted sources

FIO01-J. Use Runtime.exec() correctly

FIO02-J. Keep track of bytes read and account for character encoding while reading data

FIO03-J. Document character encoding while performing file or network IO

Rules

FIO30-J. Do not log sensitive information

FIO31-J. Defensively copy mutable inputs and mutable internal components

FIO32-J. Ensure all resources are properly closed when they are no longer needed

FIO33-J. Exclude user input from format strings

FIO34-J. Create and delete temporary files safely

FIO35-J. Validate user input

FIO36-J. Do not create multiple buffered wrappers on an InputStream

Risk Assessment Summary

Recommendations

Recommendation Rule

Severity

Likelihood

Detectable

Remediation Cost Repairable

Priority

Level

FIO00-JMedium TODO Unlikely TODO No TODO No

TODO P2 TODO

L3

FIO01-JMediumProbable medium unlikely No medium No

P4

L3

FIO02-JMedium medium Probable unlikely Yes medium Yes

P4 P12

L3 L1

FIO03-JMedium low Probable unlikely No medium No

P2 P4

L3

FIO04-JLowProbable TODO TODO Yes TODO No

TODO P4 TODO

L3

FIO05-JMediumLikely TODO TODO No TODO No

TODO P6 TODO

L2

FIO06-JLow TODO Unlikely TODO No TODO No

TODO P1 TODO

L3

FIO07-JLow medium Probable probable Yes high No

P4

L3

Rules

Rules

Severity

Likelihood

Remediation Cost

Priority

Level

FIO30FIO08-JHighProbable TODO TODO Yes TODO Yes

TODO P18 TODO

L1 FIO31

FIO09-J TODO Low TODO Unlikely TODO No TODO Yes

TODO P2

FIO32-J

TODO

TODO

TODO

TODO

TODO

L3

FIO10 FIO33-J TODO Low TODO Unlikely TODO No

TODO

TODO

FIO34-J

low

probable

medium

No

P1 P4

L3 FIO35

FIO12-JLowUnlikely medium unlikely No medium No

P4 P1

L3 FIO36

FIO13-J high Medium probable Probable

medium

P12

L1

NoNo

FIO37-J

medium

probable

high

P4

L3 FIO38

FIO14-JMediumLikely medium probable No high No

P4 P6

L3 L2 FIO39

FIO16-JMediumUnlikely low unlikely No medium No

P2

L3


...

OBJ35-J. Use checked collections against external code      The CERT Sun Microsystems Secure Coding Standard for Java      SER31-J. Validate deserialized objectsImage Added Image Added Image Added