Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ BUG ] Custom IOA service class is referencing the wrong operation ID for the query_platforms method #307

Closed
jshcodes opened this issue Aug 19, 2021 · 0 comments · Fixed by #309
Assignees
Labels
bug 🐛 Something isn't working ioa Custom IOA and IOA exclusion issues and questions

Comments

@jshcodes
Copy link
Member

Describe the bug
The operation ID specified for the query_platforms method in custom_ioa.py is incorrect. This results in a IndexError when trying to use this method.

To Reproduce
Create an instance of the Custom IOA service class, then try and call query_platforms().

Expected behavior
Properly formatted API response containing the query results.

Environment (please complete the following information):

  • OS: All supported
  • Python: All supported
  • FalconPy: 0.6.0 only

Additional context
This issue was identified while performing unit testing to address issue #305.

@jshcodes jshcodes added the bug 🐛 Something isn't working label Aug 19, 2021
@jshcodes jshcodes self-assigned this Aug 19, 2021
@jshcodes jshcodes added the ioa Custom IOA and IOA exclusion issues and questions label Aug 19, 2021
jshcodes added a commit that referenced this issue Aug 19, 2021
jshcodes added a commit that referenced this issue Aug 19, 2021
…peration ID fixes for MSSP / Custom IOA Service Classes (#309)

* Fixed bad operation ID. Closes #307.

* Fixed invalid operation ID. Closes #308.

* Bump version -> 0.6.1

* Fixed bad comparison operator. Closes #305.

* Update CHANGELOG.md

* Update wordlist.txt

* Update CHANGELOG.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 Something isn't working ioa Custom IOA and IOA exclusion issues and questions
Projects
None yet
1 participant