Details
-
Feature
-
Status: Dismissed (View Workflow)
-
Minor
-
Resolution: Works as designed
-
None
-
None
-
None
Description
Current situation
If a 3rd party functionality throws an exception which displays secure information (like in a connection url) the exception will be transformed to an RuntimeException and the secure information will be logged.
Desired Behavior
Secure Information should be masked to prevent security issues.
Maintaner Note
- JobScheduler reports log output exactly as provided by 3rd party components. This Includes use of the Java API and of any output to stdout or stderr that is created by user jobs.
- Therefore JobScheduler log output can not prevent secure information from being logged.
- For log output of JITL jobs no secure information is logged.
Attachments
Issue Links
- is related to
-
JITL-145 Prevent security related log output
- Released