github.com/siglens/siglens@v0.0.0-20240328180423-f7ce9ae441ed/SECURITY.md (about)

     1  # Security Policy
     2  
     3  SigLens takes the security of our software applications very seriously. If you believe you have found a security issue in our applications, please report it to us as described below.
     4  
     5  ## Supported Versions
     6  We always recommend using the latest version of SigLens to ensure you get all security updates.
     7  
     8  ## Reporting a Vulnerability
     9  
    10  **Do not report vulnerabilities using public GitHub issues**. 
    11  
    12  If you have found a security issue within SigLens, please email <info@sigscalr.io> with a detailed account of the issue. We'll try and fix the problem as soon as possible.
    13  
    14  Please include the requested information listed below (as much as you can provide) to help us better understand the nature and scope of the possible issue:
    15  
    16    * Type of issue (e.g. segmentation violation, buffer overflow, SQL injection, cross-site scripting, etc.)
    17    * Full paths of source file(s) related to the manifestation of the issue
    18    * Runtime Environment such as OS, Go version, SigLens version etc.
    19    * The code version (tag/branch/commit or direct URL)
    20    * Any special configuration required to reproduce the issue
    21    * Step-by-step instructions to reproduce the issue
    22    * Impact of the issue, including how an attacker might exploit the issue
    23  
    24  This information will help us triage your report more quickly.
    25   
    26  
    27  ## Preferred Languages
    28  We prefer all communications to be in English.
    29  
    30  ## Thanks