aboutsummaryrefslogtreecommitdiffstats
path: root/rules/html.lua
Commit message (Expand)AuthorAgeFilesLines
* [Minor] Fix descriptionAndrew Lewis2024-07-081-1/+1
* [Minor] Reformat all Lua code, no functional changesVsevolod Stakhov2023-08-071-35/+66
* Apply suggestions from code reviewVsevolod Stakhov2023-06-031-1/+1
* [Minor] Fix description of MIME_HTML_ONLYtwesterhever2023-06-021-1/+1
* [Minor] Improve various rule descriptionstwesterhever2023-05-261-6/+6
* [Rules] Reduce score of HTTP_TO_HTTPS - subject to remove completelyVsevolod Stakhov2022-10-181-1/+1
* [Rules] Improve zero font ruleVsevolod Stakhov2021-09-071-2/+2
* [Minor] Fix checks safetyVsevolod Stakhov2021-07-191-2/+4
* [Minor] Add safety guardsVsevolod Stakhov2021-07-081-2/+2
* [Minor] Pet luacheckVsevolod Stakhov2021-06-141-2/+0
* [Project] Rework html visibility ruleVsevolod Stakhov2021-06-141-34/+14
* [Rules] Fix zerofont rule (partially)Vsevolod Stakhov2021-06-121-1/+3
* [Rules] Fix HTTP_TO_HTTPS ruleVsevolod Stakhov2021-04-091-1/+1
* [Rules] Do not trigger HTML_SHORT_LINK_IMG on external imagesVsevolod Stakhov2021-04-081-1/+1
* [Rules] Another fix to HTTP_TO_HTTPS ruleVsevolod Stakhov2021-03-161-10/+10
* [Rules] Fix HTTP_TO_HTTPS ruleVsevolod Stakhov2021-03-131-10/+22
* [Fix] Fix white on white rule and add is_leaf flagVsevolod Stakhov2020-01-231-7/+6
* [Fix] Fix embedded images linking logicVsevolod Stakhov2019-09-191-1/+0
* [Rules] Improve html images detection logicVsevolod Stakhov2019-02-211-20/+25
* [Fix] Fix groups messVsevolod Stakhov2018-09-291-0/+1
* [Feature] Improve WHITE_ON_WHITE ruleVsevolod Stakhov2018-07-041-10/+23
* [Minor] Temporarily reset scores of new symbols unless testedVsevolod Stakhov2018-06-211-2/+2
* [Feature] Address ZeroFont exploitVsevolod Stakhov2018-06-211-4/+85
* [Fix] Cleanup mess with groupsVsevolod Stakhov2017-11-111-1/+1
* [Fix] Fix enormous scores for R_WHITE_ON_WHITEVsevolod Stakhov2017-09-281-1/+5
* [Minor] Fix testsAndrew Lewis2017-09-111-2/+1
* [Minor] WHITE_ON_WHITE: Use per-part transparency lengthAndrew Lewis2017-07-101-2/+2
* [Fix] WHITE_ON_WHITE: Ensure score is matched to part that fired the ruleAndrew Lewis2017-07-101-4/+4
* Fix HTTP_TO_IP in the same way as HTTP_TO_HTTPSSteve Freegard2017-04-131-0/+1
* Fix HTTP_TO_HTTPS where message is_html but get_html returns nilSteve Freegard2017-04-131-0/+1
* New rulesSteve Freegard2017-04-121-1/+69
* [Feature] Add EXT_CSS ruleVsevolod Stakhov2016-12-011-0/+32
* [Minor] Reduce scoring on some rulesAndrew Lewis2016-11-291-1/+1
* [Minor] Lint Lua plugins & global functionsAndrew Lewis2016-11-141-1/+1
* [Minor] Some linting for rulesAndrew Lewis2016-11-131-5/+1
* [Feature] Track visibility of HTML elementsVsevolod Stakhov2016-11-011-1/+1
* [Feature] Consider more tags when doing WHITE_ON_WHITE ruleVsevolod Stakhov2016-11-011-1/+2
* [Minor] Finish reworking rulesAndrew Lewis2016-08-311-1/+6
* [Fix] Further fixes for white on white ruleVsevolod Stakhov2016-08-081-1/+1
* [Fix] Fix length calculations in white on white ruleVsevolod Stakhov2016-08-081-3/+6
* [Fix] Some more fixes for low contrast fonts detectorVsevolod Stakhov2016-08-081-19/+11
* [Feature] Try to avoid FP for low contrast fonts detectionVsevolod Stakhov2016-08-081-2/+26
* [Feature] Properly implement R_WHITE_ON_WHITE ruleVsevolod Stakhov2016-08-051-0/+47
* [Fix] Trigger HTML_SHORT_LINK_IMG on any external imageVsevolod Stakhov2016-08-051-1/+1
* Don't trigger R_EMPTY_IMAGE on image linksAlexander Moisseev2016-02-201-1/+1
* Don't trigger HTML_SHORT_LINK_IMG on small imagesAlexander Moisseev2016-02-201-1/+4
* Fix html images rules to reduce FP ratesVsevolod Stakhov2016-02-161-11/+31
* More sanity checksVsevolod Stakhov2016-02-051-1/+1
* Add safety guard for ruleVsevolod Stakhov2016-02-051-1/+1
* SUSPICIOUS_IMAGES now trigger merely for embedded imagesVsevolod Stakhov2015-11-171-1/+1