github.com/jfrog/frogbot@v1.1.1-0.20231221090046-821a26f50338/testdata/messages/reviewcomment/sast/sast_review_content_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.
    22  
    23  ---
    24  ### Code Flows
    25  
    26  ---
    27  
    28  
    29  ---
    30  #### Vulnerable data flow analysis result
    31  
    32  ---
    33  
    34  ↘️ `other-snippet` (at file2 line 1)
    35  
    36  ↘️ `snippet` (at file line 0)
    37  
    38  
    39  ---
    40  #### Vulnerable data flow analysis result
    41  
    42  ---
    43  
    44  ↘️ `a-snippet` (at file line 10)
    45  
    46  ↘️ `snippet` (at file line 0)