Skip to content

Commit

Permalink
chore: remove suspicious combo
Browse files Browse the repository at this point in the history
Signed-off-by: Yao-Wen-Chang <changyaowen19980629@gmail.com>
  • Loading branch information
Yao-Wen-Chang committed Jul 4, 2024
1 parent 1d3ee16 commit a5f7b2b
Showing 1 changed file with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -160,17 +160,17 @@ class HeuristicAnalysisResultFacts(CheckFacts):
# and the maintainer released it shortly after account registration.
# The setup.py file contains suspicious imports.
): Confidence.HIGH,
(
HeuristicResult.PASS, # Empty Project
HeuristicResult.FAIL, # Unreachable Project Links
HeuristicResult.PASS, # One Release
HeuristicResult.FAIL, # High Release Frequency
HeuristicResult.PASS, # Unchanged Release
HeuristicResult.FAIL, # Closer Release Join Date
HeuristicResult.PASS, # Suspicious Setup
# All project links are unreachable, frequent releases of multiple versions,
# and the maintainer released it shortly after account registration.
): Confidence.LOW,
# (
# HeuristicResult.PASS, # Empty Project
# HeuristicResult.FAIL, # Unreachable Project Links
# HeuristicResult.PASS, # One Release
# HeuristicResult.FAIL, # High Release Frequency
# HeuristicResult.PASS, # Unchanged Release
# HeuristicResult.FAIL, # Closer Release Join Date
# HeuristicResult.PASS, # Suspicious Setup
# # All project links are unreachable, frequent releases of multiple versions,
# # and the maintainer released it shortly after account registration.
# ): Confidence.LOW,
}


Expand Down

0 comments on commit a5f7b2b

Please sign in to comment.