Skip to content

Commit

Permalink
Fixing issue 10: tanium#10
Browse files Browse the repository at this point in the history
* Changing assumption that Google is on the machine to assumption that Microsoft is on the machine.
  • Loading branch information
ironchef committed Oct 13, 2015
1 parent e58cbde commit 36cf200
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/ddt/ddt_valid_questions.json
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,8 @@
}
},
"ask_manual_question_complex_query2": {
"desc": "This is another complex query that gets the Computer Name and Last Logged in User and Installed Applications that contains Google Search or Google Chrome and limits the rows that are displayed to computers that contain the Installed Applications of Google Search or Google Chrome",
"xml_desc" : "Ask the question 'Get Computer Name and Last Logged In User and Installed Applications containing \"Google\" from all machines with Installed Applications containing \"Google\"' and set ignore_case_flag to 1 and or_flag to 1 on the Installed Applications sensors on the right hand side of the question, then wait for result data to be complete, and get result data",
"desc": "This is another complex query that gets the Computer Name and Last Logged in User and Installed Applications that contains something from Microsoft and limits the rows that are displayed to computers that contain the Installed Applications of Microsoft",
"xml_desc" : "Ask the question 'Get Computer Name and Last Logged In User and Installed Applications containing \"Microsoft\" from all machines with Installed Applications containing \"Microsoft\"' and set ignore_case_flag to 1 and or_flag to 1 on the Installed Applications sensors on the right hand side of the question, then wait for result data to be complete, and get result data",
"priority": "7",
"method": "ask",
"method_template": "valid_response",
Expand All @@ -190,10 +190,10 @@
"sensors": [
"Computer Name",
"Last Logged In User",
"Installed Applications, that regex match:.*Google.*"
"Installed Applications, that regex match:.*Microsoft.*"
],
"question_filters": [
"Installed Applications, that regex match:.*Google.*"
"Installed Applications, that regex match:.*Microsoft.*"
],
"question_options": ["ignore_case", "or"]
}
Expand Down

0 comments on commit 36cf200

Please sign in to comment.