Closed dwisiswant0 closed 1 year ago
Patch coverage: 85.71%
and project coverage change: -0.68%
:warning:
Comparison is base (
d700f3b
) 79.88% compared to head (13fc733
) 79.20%. Report is 1 commits behind head on master.:exclamation: Current head 13fc733 differs from pull request most recent head 088aa0b. Consider uploading reports for the commit 088aa0b to get more accurate results
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Note Please note that this PR is implemented for initializing and analyzing common web attacks and bad referrer threats.
Furthermore, there are still remaining implementations that utilize the built-in
regexp
engine. Seegrep -nr '"regexp"'
.
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
Use a single regexp engine to check
BadReferrer
orCommonWebAttack
.Proposed of changes
This PR fixes/implements the following bugs/features:
How has this been tested?
Proof:
Before
After
Conclusion
Closing issues
Fixes #83
Checklist:
make lint
).