Due to the use of unsafe.Pointer in GetUnexportedField function (bapps/[go_prompt_parser.go file], getting critical vulnerability in static code scan. Need to avoid the use of unsafe.Pointer in code base
Expected Behavior
unsafe.Pointer need to be removed from the code base so that git repo will not have any security vulnerability in repo static code scan.
Current Behavior
Due to the use of unsafe.Pointer in GetUnexportedField function (bapps/[go_prompt_parser.go file], getting critical vulnerability in static code scan. Need to avoid the use of unsafe.Pointer in code base
Expected Behavior
unsafe.Pointer need to be removed from the code base so that git repo will not have any security vulnerability in repo static code scan.
Steps To Reproduce
Environment
Anything else?
No response