gitlab.com/gitlab-org/labkit@v1.21.0/mask/doc.go (about)

     1  /*
     2  Package mask offers the functionality for non-reversible masking
     3  of sensitive data in the GitLab application.
     4  
     5  It provides the ability to determine whether or not a URL parameter or
     6  Header should be considered sensitive.
     7  
     8  Additionally, it provides masking functionality to mask sensitive
     9  information that gets logged via logging, structured logging, sentry
    10  and distributed tracing.
    11  */
    12  package mask