-
Notifications
You must be signed in to change notification settings - Fork 174
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
Added support for TenableAD Attack APIs #522
Conversation
tenable/ad/attacks/schema.py
Outdated
@pre_load | ||
def convert(self, data, **kwargs): | ||
return convert_keys_to_camel(data) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No longer necessary per #526
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
removed pre_load method
tenable/ad/attacks/schema.py
Outdated
@pre_load | ||
def convert(self, data, **kwargs): | ||
return convert_keys_to_camel(data) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no longer necessary per #526
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
removed pre_load method
c2f78b6
to
1f28423
Compare
fixed schema test updated schema file removed unused imports
1f28423
to
1cfce6a
Compare
Quality Gate passedIssues Measures |
Description
Added
Tenable.AD Attack APIs
updated docs to support attack api details
Fixes # (issue)
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Test Configuration:
Checklist: