File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 61
61
# The short X.Y version.
62
62
version = u'0.9'
63
63
# The full version, including alpha/beta/rc tags.
64
- release = u'0.9.7 '
64
+ release = u'0.9.8 '
65
65
66
66
# The language for content autogenerated by Sphinx. Refer to documentation
67
67
# for a list of supported languages.
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ def main():
17
17
for alert in alert_query :
18
18
if 'binary' in alert .alert_type :
19
19
print ("Alert with score {0:d}: Binary {1:s} matched watchlist/report {2:s}" .format (alert .report_score ,
20
- alert .ioc_value ,
20
+ alert .md5 ,
21
21
alert .watchlist_name ))
22
22
else :
23
23
print ("Alert with score {0:d}: Process {1:s} matched watchlist/report {2:s}" .format (alert .report_score ,
Original file line number Diff line number Diff line change 27
27
28
28
setup (
29
29
name = 'cbapi' ,
30
- version = '0.9.7 ' ,
30
+ version = '0.9.8 ' ,
31
31
url = 'https://github.com/carbonblack/cbapi-python' ,
32
32
license = 'MIT' ,
33
33
author = 'Carbon Black' ,
You can’t perform that action at this time.
0 commit comments