Describe the bug
I am trying to accept risks using pyTenable. It returns (in my case) the following message:
AttributeError: 'TenableSC' object has no attribute 'accept_risk'
To Reproducerule = sc.accept_risks.create(97737, [1], ips=['192.168.0.101', '192.168.0.102'], expires=90)AttributeError: 'TenableSC' object has no attribute 'accept_risk'
Expected behavior
The accepted risk rule is sent to Tenable.
System Information (please complete the following information):
Describe the bug I am trying to accept risks using pyTenable. It returns (in my case) the following message:
AttributeError: 'TenableSC' object has no attribute 'accept_risk'
To Reproduce
rule = sc.accept_risks.create(97737, [1], ips=['192.168.0.101', '192.168.0.102'], expires=90)
AttributeError: 'TenableSC' object has no attribute 'accept_risk'
Expected behavior The accepted risk rule is sent to Tenable.
System Information (please complete the following information):
Thanks.