Explore

Filters (0) Clear filters
Languages
Level
Tags

1-4 of 4

Info Leakage: Throwable.printStacktrace leaks valuable program structure information

Printing a stack trace gives valuable information about software internals, including library/framework names and versions, to an attacker

  • warning
  • java
  • security
  • framework specific
  • logging
  • Logger
System.err consistent Java Logger logging

Replace System.err.print.* with consistent Java Logger error logging

  • marked_information
  • java
  • framework specific
  • logging
  • Logger
  • quality
System.out consistent Java Logger logging

Replace System.out.print.* with consistent Java Logger error logging

  • marked_information
  • java
  • framework specific
  • logging
  • Logger
  • quality
Untrusted input in logging

Prevent log injection by filtering untrusted input

  • info
  • java
  • security
  • OWASP Top 10
  • framework specific
  • logging
  • Logger
  • injection