-
Notifications
You must be signed in to change notification settings - Fork 0
Description
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
opa-utils/resources/resourcesutils.go
Line 109 in 04dd5f1
| 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.
opa-utils/resources/resourcesutils.go
Line 59 in 04dd5f1
| 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.
opa-utils/resources/resourcesutils.go
Line 59 in 04dd5f1
| host = fmt.Sprintf("https://%s:%s", ip, port) |
Reply with /nullify to interact with me like another developer