github.com/jfrog/frogbot@v1.1.1-0.20231221090046-821a26f50338/testdata/messages/reviewcomment/sast/sast_review_content_no_code_flow_simplified.md (about) 1 2 3 --- 4 ## 🎯 Static Application Security Testing (SAST) Vulnerability 5 6 --- 7 | Severity | Finding | 8 | :---------------------: | :-----------------------------------: | 9 | Low | Stack Trace Exposure | 10 11 --- 12 ### Full description 13 14 --- 15 16 ### Overview 17 Stack trace exposure is a type of security vulnerability that occurs when a program reveals 18 sensitive information, such as the names and locations of internal files and variables, 19 in error messages or other diagnostic output. This can happen when a program crashes or 20 encounters an error, and the stack trace (a record of the program's call stack at the time 21 of the error) is included in the output.