Skip to content

Code Security Report: 1 findings [main] #18

@renovate

Description

@renovate

Code Security Report

Scan Metadata

Latest Scan: 2026-03-17 02:51PM
Total Findings: 1 | New Findings: 0 | Resolved Findings: 0
Tested Project Files: 6
Detected Programming Languages: 1 (Java*)

Most Relevant Findings

Severity
Vulnerability Type
CWE
File
Data Flows
Detected
Medium
Error Messages Information Exposure
1
2026-03-17 02:52PM
Vulnerable Code

try {
System.out.println("Saving results: " + filename);
Files.write(Paths.get(filename), data.getBytes());
} catch (IOException e) {
e.printStackTrace();
}
}
private static String ThreadFixGetApplicationID(String mendProjectName, JSONObject threadFixApplicationListJSON, String teamId) throws IOException {
// This method will retrieve the Application ID which is required. In the event that it does not yet exist,

Data Flows (1 detected)

try {
System.out.println("Saving results: " + filename);
Files.write(Paths.get(filename), data.getBytes());
} catch (IOException e) {
e.printStackTrace();
}
}
private static String ThreadFixGetApplicationID(String mendProjectName, JSONObject threadFixApplicationListJSON, String teamId) throws IOException {
// This method will retrieve the Application ID which is required. In the event that it does not yet exist,

try {
System.out.println("Saving results: " + filename);
Files.write(Paths.get(filename), data.getBytes());
} catch (IOException e) {
e.printStackTrace();
}
}
private static String ThreadFixGetApplicationID(String mendProjectName, JSONObject threadFixApplicationListJSON, String teamId) throws IOException {
// This method will retrieve the Application ID which is required. In the event that it does not yet exist,

Secure Code Warrior Training Material

Findings Overview

Severity Vulnerability Type CWE Language Count
Medium Error Messages Information Exposure CWE-209 Java* 1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions