From fb4dee059003d78eb3cdd4849418f82d05c003d2 Mon Sep 17 00:00:00 2001 From: Pradyun Gedam Date: Wed, 19 Feb 2020 19:54:50 +0530 Subject: [PATCH] Typo Fix! (#7408) * Typo Fix! * Update docs/development/malware-checks.rst Co-authored-by: Ernest W. Durbin III --- docs/development/malware-checks.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/development/malware-checks.rst b/docs/development/malware-checks.rst index 1f8d8c7c2961..e5b33aadd59c 100644 --- a/docs/development/malware-checks.rst +++ b/docs/development/malware-checks.rst @@ -151,8 +151,8 @@ Existing Checks --------------- Currently, there are two enabled checks in Warehouse. -SetupPattenCheck -~~~~~~~~~~~~~~~~ +SetupPatternCheck +~~~~~~~~~~~~~~~~~ `SetupPatternCheck`_ is an ``"event_hook"`` check that scans the ``setup.py`` file of source distributions upon file upload for potentially malicious code that would execute automatically upon package install.