teler-sh / teler-waf

teler-waf is a Go HTTP middleware that protects local web services from OWASP Top 10 threats, known vulnerabilities, malicious actors, botnets, unwanted crawlers, and brute force attacks.
https://test.teler.sh
Apache License 2.0
340 stars 30 forks source link

feat(threat): add Verify datasets function #165

Closed dwisiswant0 closed 6 months ago

dwisiswant0 commented 6 months ago

IMPORTANT: Please do not create a PR without creating an issue first!

(Any change needs to be discussed before proceeding. Failure to do so may result in the rejection of the pull request).

Summary

feat(threat): add Verify datasets function

Proposed of changes

This PR fixes/implements the following bugs/features:

How has this been tested?

Proof:

Closing issues

Fixes #

Checklist:

codecov-commenter commented 6 months ago

Codecov Report

Attention: Patch coverage is 0% with 35 lines in your changes are missing coverage. Please review.

Project coverage is 78.42%. Comparing base (b2aee2a) to head (a3fa96d). Report is 1 commits behind head on master.

Files Patch % Lines
threat/verify.go 0.00% 35 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #165 +/- ## ========================================== - Coverage 81.45% 78.42% -3.03% ========================================== Files 15 16 +1 Lines 906 941 +35 ========================================== Hits 738 738 - Misses 110 145 +35 Partials 58 58 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.