Severity Threshold: π΅ MEDIUM
3 Potential vulnerability sources found within this repo
π΄ CRITICAL |
π‘ HIGH |
π΅ MEDIUM |
βͺ LOW |
| 0 |
0 |
3 |
0 |
ID: 01HNS9AHB59EA5CR7JRQG2YHJ4 Language: Go Severity: π΅ MEDIUM CWE-22
Potential file inclusion via variable
Potential file inclusion via variable
Read more:
https://cwe.mitre.org/data/definitions/22.html
|
content, err := os.ReadFile(path) |
ID: 01HW0AT604FWBMBNSBWFT5CRP5 Language: Go Severity: π΅ MEDIUM CWE-532
PII data is written to the log files
Sensitive Data written to log files or file system may lead to unauthorized access or exposure to potential attack.
|
host = fmt.Sprintf("https://%s:%s", ip, port) |
ID: 01HW0AT604FWBMBNSBWH3YPB8S Language: Go Severity: π΅ MEDIUM CWE-359
PII data is written to the log files
Sensitive Data written to log files or file system may lead to unauthorized access or exposure to potential attack.
|
host = fmt.Sprintf("https://%s:%s", ip, port) |
Reply with /nullify to interact with me like another developer
Severity Threshold: π΅ MEDIUM3 Potential vulnerability sources found within this repo
π΄ CRITICALπ‘ HIGHπ΅ MEDIUMβͺ LOWID: 01HNS9AHB59EA5CR7JRQG2YHJ4Language: GoSeverity: π΅ MEDIUMCWE-22Potential file inclusion via variable
Potential file inclusion via variable
Read more:
https://cwe.mitre.org/data/definitions/22.html
opa-utils/resources/resourcesutils.go
Line 109 in 04dd5f1
ID: 01HW0AT604FWBMBNSBWFT5CRP5Language: GoSeverity: π΅ MEDIUMCWE-532PII data is written to the log files
Sensitive Data written to log files or file system may lead to unauthorized access or exposure to potential attack.
opa-utils/resources/resourcesutils.go
Line 59 in 04dd5f1
ID: 01HW0AT604FWBMBNSBWH3YPB8SLanguage: GoSeverity: π΅ MEDIUMCWE-359PII data is written to the log files
Sensitive Data written to log files or file system may lead to unauthorized access or exposure to potential attack.
opa-utils/resources/resourcesutils.go
Line 59 in 04dd5f1
Reply with
/nullifyto interact with me like another developer