Skip to content

Commit 50a01c0

Browse files
Documentation updates
1 parent f2ebb60 commit 50a01c0

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

Diff for: doc/sdk/advancedgetreputationexample.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ The output should appear similar to the following:
8585
8686
The sample outputs the reputation information for a file and a certificate.
8787

88-
In addition to dumping all of the reputation information received, this sample pulls out 3 specific
88+
In addition to dumping all of the reputation information received, this sample pulls out three specific
8989
properties for the file and certificate:
9090

9191
* The Global Threat Intelligence (GTI) Trust Level

Diff for: sample/advanced/advanced_get_reputation_example.py

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
# This sample queries a Threat Intelligence Exchange server for the reputations
2-
# of a file and a certificate and displays the result
1+
# This sample demonstrates invoking the McAfee Threat Intelligence Exchange (TIE)
2+
# DXL service to retrieve the reputation of a file and certificate (as identified
3+
# by their hashes). Further, this example demonstrates using the constants classes
4+
# to examine specific fields within the reputation responses.
35

46
import os
57
import sys

0 commit comments

Comments
 (0)