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

refactor: migrate `dsl` pkg #178

Closed dwisiswant0 closed 5 months ago

dwisiswant0 commented 5 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

fb291ac refactor(teler): use external dsl pkg 3323207 refactor(dsl): remove dsl pkg

Proposed of changes

This PR fixes/implements the following bugs/features:

How has this been tested?

Proof:

Closing issues

Fixes #177

Checklist:

codecov-commenter commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 78.36%. Comparing base (2ce165c) to head (2a9723d). Report is 14 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #178 +/- ## ========================================== - Coverage 79.58% 78.36% -1.23% ========================================== Files 16 12 -4 Lines 975 915 -60 ========================================== - Hits 776 717 -59 + Misses 132 131 -1 Partials 67 67 ```

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