From 8d5ade9d84c1729a2556f9ed7f7345592f9778d9 Mon Sep 17 00:00:00 2001 From: Ben Kurtovic Date: Tue, 29 Sep 2015 03:01:43 -0500 Subject: [PATCH] Clarify. --- templates/api.mako | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/api.mako b/templates/api.mako index c55ae35..3ec420f 100644 --- a/templates/api.mako +++ b/templates/api.mako @@ -215,8 +215,8 @@ "url": string the URL of the source, "confidence": float the confidence of a violation in the source, "violation": string one of "suspected", "possible", or "none", - "skipped": boolean whether the source was skipped due to the check finishing early (see note about noskip above), - "excluded": boolean whether the source was skipped for being in the excluded URL list ("skipped" will also be true in this case, even when using noskip) + "skipped": boolean whether the source was skipped due to the check finishing early (see note about noskip above) or an exclusion, + "excluded": boolean whether the source was skipped for being in the excluded URL list }, ... ]