Skip to content

Commit b04c9f6

Browse files
revert get cwe by ID in favor of CWE class implementation
1 parent 9baee2e commit b04c9f6

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

veracode_api_py/findings.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -166,11 +166,6 @@ def _create_match_format_policy(self, policy_findings, finding_type):
166166
'finding': pf} for pf in policy_findings]
167167
findings.extend(thesefindings)
168168
return findings
169-
170-
def get_cwe(self,cweid: int):
171-
uri = "appsec/v1/cwes/{}".format(cweid)
172-
173-
return APIHelper()._rest_request(uri,"GET")
174169

175170
class SummaryReport():
176171
def get_summary_report(self,app: UUID,sandbox: UUID=None, build_id: int=None):

0 commit comments

Comments
 (0)