github.com/TeaOSLab/EdgeNode@v1.3.8/internal/waf/injectionutils/libinjection/src/libinjection_xss.h (about)

     1  #ifndef LIBINJECTION_XSS
     2  #define LIBINJECTION_XSS
     3  
     4  #ifdef __cplusplus
     5  extern "C" {
     6  #endif
     7  
     8  /**
     9   * HEY THIS ISN'T DONE
    10   */
    11  
    12  /* pull in size_t */
    13  
    14  #include <string.h>
    15  
    16    int libinjection_is_xss(const char* s, size_t len, int flags, int strictMode);
    17  
    18  #ifdef __cplusplus
    19  }
    20  #endif
    21  #endif