Skip to content

Commit

Permalink
Minor: Trends calculation is *experimental* for the moment
Browse files Browse the repository at this point in the history
  • Loading branch information
rfc-st committed Jan 10, 2025
1 parent cb6ca60 commit 7e29361
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions humble.py
Original file line number Diff line number Diff line change
Expand Up @@ -543,6 +543,10 @@ def get_trends(adj_url_ln):


def calculate_trends(values):
# Warning!: this functionality is experimental; do not make any decisions
# at this time based on these results. The calculation of trends is *very*
# basic and does not correctly take into account all variations over time.
#
# Calculates the trend of various checks (Missing, Fingerprint,
# Deprecated/Insecure, Empty headers & Total warnings) of a given URL.
#
Expand Down

0 comments on commit 7e29361

Please sign in to comment.