CheckmarxPythonSDK 0.9.0__tar.gz → 0.9.2__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (467) hide show
  1. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxODataApiSDK/HttpRequests.py +1 -1
  2. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/Group.py +1 -1
  3. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/__init__.py +75 -9
  4. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/applicationsAPI.py +12 -11
  5. checkmarxpythonsdk-0.9.2/CheckmarxPythonSDK/CxOne/auditTrailAPI.py +52 -0
  6. checkmarxpythonsdk-0.9.2/CheckmarxPythonSDK/CxOne/byorResultsHandlerAPI.py +26 -0
  7. checkmarxpythonsdk-0.9.2/CheckmarxPythonSDK/CxOne/cloudInsightsServiceAPI.py +212 -0
  8. checkmarxpythonsdk-0.9.2/CheckmarxPythonSDK/CxOne/contributorsAPI.py +35 -0
  9. checkmarxpythonsdk-0.9.2/CheckmarxPythonSDK/CxOne/dto/Account.py +30 -0
  10. checkmarxpythonsdk-0.9.2/CheckmarxPythonSDK/CxOne/dto/AuditEvent.py +28 -0
  11. checkmarxpythonsdk-0.9.2/CheckmarxPythonSDK/CxOne/dto/AuditEventLink.py +18 -0
  12. checkmarxpythonsdk-0.9.2/CheckmarxPythonSDK/CxOne/dto/AuditEvents.py +20 -0
  13. checkmarxpythonsdk-0.9.2/CheckmarxPythonSDK/CxOne/dto/Category.py +20 -0
  14. checkmarxpythonsdk-0.9.2/CheckmarxPythonSDK/CxOne/dto/CategoryType.py +26 -0
  15. checkmarxpythonsdk-0.9.2/CheckmarxPythonSDK/CxOne/dto/ChangeDetails.py +41 -0
  16. checkmarxpythonsdk-0.9.2/CheckmarxPythonSDK/CxOne/dto/Container.py +28 -0
  17. checkmarxpythonsdk-0.9.2/CheckmarxPythonSDK/CxOne/dto/Contributors.py +16 -0
  18. checkmarxpythonsdk-0.9.2/CheckmarxPythonSDK/CxOne/dto/CreateEnrichAccount.py +27 -0
  19. checkmarxpythonsdk-0.9.2/CheckmarxPythonSDK/CxOne/dto/EngineData.py +20 -0
  20. checkmarxpythonsdk-0.9.2/CheckmarxPythonSDK/CxOne/dto/EngineMetrics.py +44 -0
  21. checkmarxpythonsdk-0.9.2/CheckmarxPythonSDK/CxOne/dto/EnrichAccount.py +16 -0
  22. checkmarxpythonsdk-0.9.2/CheckmarxPythonSDK/CxOne/dto/ImportItem.py +20 -0
  23. checkmarxpythonsdk-0.9.2/CheckmarxPythonSDK/CxOne/dto/ImportItemWithLogs.py +23 -0
  24. checkmarxpythonsdk-0.9.2/CheckmarxPythonSDK/CxOne/dto/ImportRequest.py +27 -0
  25. checkmarxpythonsdk-0.9.2/CheckmarxPythonSDK/CxOne/dto/ImportResults.py +19 -0
  26. checkmarxpythonsdk-0.9.2/CheckmarxPythonSDK/CxOne/dto/LogItem.py +30 -0
  27. checkmarxpythonsdk-0.9.2/CheckmarxPythonSDK/CxOne/dto/Preset.py +22 -0
  28. checkmarxpythonsdk-0.9.2/CheckmarxPythonSDK/CxOne/dto/PresetPaged.py +17 -0
  29. checkmarxpythonsdk-0.9.2/CheckmarxPythonSDK/CxOne/dto/PresetSummary.py +33 -0
  30. checkmarxpythonsdk-0.9.2/CheckmarxPythonSDK/CxOne/dto/ProjectCounter.py +16 -0
  31. checkmarxpythonsdk-0.9.2/CheckmarxPythonSDK/CxOne/dto/ProjectResponseModel.py +42 -0
  32. checkmarxpythonsdk-0.9.2/CheckmarxPythonSDK/CxOne/dto/Property.py +16 -0
  33. checkmarxpythonsdk-0.9.2/CheckmarxPythonSDK/CxOne/dto/QueryDetails.py +35 -0
  34. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/dto/ResultNode.py +15 -0
  35. checkmarxpythonsdk-0.9.2/CheckmarxPythonSDK/CxOne/dto/SastResult.py +111 -0
  36. checkmarxpythonsdk-0.9.2/CheckmarxPythonSDK/CxOne/dto/SastScan.py +31 -0
  37. checkmarxpythonsdk-0.9.2/CheckmarxPythonSDK/CxOne/dto/ScanEngineVersion.py +23 -0
  38. checkmarxpythonsdk-0.9.2/CheckmarxPythonSDK/CxOne/dto/ScanInfo.py +54 -0
  39. checkmarxpythonsdk-0.9.2/CheckmarxPythonSDK/CxOne/dto/ScanInfoCollection.py +18 -0
  40. checkmarxpythonsdk-0.9.2/CheckmarxPythonSDK/CxOne/dto/SeverityCounter.py +16 -0
  41. checkmarxpythonsdk-0.9.2/CheckmarxPythonSDK/CxOne/dto/StartEnrich.py +24 -0
  42. checkmarxpythonsdk-0.9.2/CheckmarxPythonSDK/CxOne/dto/TotalCounters.py +14 -0
  43. checkmarxpythonsdk-0.9.2/CheckmarxPythonSDK/CxOne/dto/__init__.py +87 -0
  44. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/flagsAPI.py +6 -2
  45. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/healthCheckServiceAPI.py +9 -7
  46. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/httpRequests.py +17 -1
  47. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/projectsAPI.py +10 -8
  48. checkmarxpythonsdk-0.9.2/CheckmarxPythonSDK/CxOne/projectsOverviewAPI.py +211 -0
  49. checkmarxpythonsdk-0.9.2/CheckmarxPythonSDK/CxOne/queryEditorAPI.py +394 -0
  50. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/repoStoreServiceAPI.py +48 -9
  51. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/reportAPI.py +6 -8
  52. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/sastBestFixLocationAPI.py +3 -23
  53. checkmarxpythonsdk-0.9.2/CheckmarxPythonSDK/CxOne/sastMigrationAPI.py +105 -0
  54. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/sastQueriesAPI.py +68 -1
  55. checkmarxpythonsdk-0.9.2/CheckmarxPythonSDK/CxOne/sastQueriesAuditPresetsAPI.py +289 -0
  56. checkmarxpythonsdk-0.9.2/CheckmarxPythonSDK/CxOne/sastResourceManagementServiceAPI.py +88 -0
  57. checkmarxpythonsdk-0.9.2/CheckmarxPythonSDK/CxOne/sastResultsAPI.py +169 -0
  58. checkmarxpythonsdk-0.9.2/CheckmarxPythonSDK/CxOne/sastScanMetadataServiceAPI.py +154 -0
  59. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/scanConfigurationAPI.py +37 -0
  60. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/scansAPI.py +12 -10
  61. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/uploadsAPI.py +3 -1
  62. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxReporting/httpRequests.py +1 -1
  63. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxRestAPISDK/CustomFieldsAPI.py +3 -2
  64. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxRestAPISDK/EnginesAPI.py +89 -53
  65. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxRestAPISDK/GeneralAPI.py +206 -1
  66. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxRestAPISDK/ProjectsAPI.py +84 -15
  67. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxRestAPISDK/QueriesAPI.py +26 -0
  68. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxRestAPISDK/ScansAPI.py +279 -24
  69. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxRestAPISDK/httpRequests.py +1 -1
  70. checkmarxpythonsdk-0.9.2/CheckmarxPythonSDK/CxRestAPISDK/sast/engines/dto/CxEngineDedication.py +29 -0
  71. checkmarxpythonsdk-0.9.2/CheckmarxPythonSDK/CxRestAPISDK/sast/engines/dto/CxEngineServer.py +64 -0
  72. checkmarxpythonsdk-0.9.2/CheckmarxPythonSDK/CxRestAPISDK/sast/engines/dto/CxEngineServerStatus.py +16 -0
  73. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/engines/dto/__init__.py +1 -0
  74. checkmarxpythonsdk-0.9.2/CheckmarxPythonSDK/CxRestAPISDK/sast/general/dto/CxUserPersistence.py +26 -0
  75. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/general/dto/__init__.py +1 -0
  76. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxProject.py +15 -8
  77. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/__init__.py +9 -5
  78. checkmarxpythonsdk-0.9.2/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/customFields/CxCustomField.py +32 -0
  79. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanDetail.py +6 -3
  80. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanStatistics.py +6 -7
  81. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/__init__.py +10 -8
  82. checkmarxpythonsdk-0.9.2/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/scanSettings/CxPostScanActionConditions.py +17 -0
  83. checkmarxpythonsdk-0.9.2/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/scanSettings/CxScanSettings.py +49 -0
  84. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxScaApiSDK/httpRequests.py +1 -1
  85. checkmarxpythonsdk-0.9.2/CheckmarxPythonSDK/__version__.py +1 -0
  86. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/utilities/httpRequests.py +34 -2
  87. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK.egg-info/PKG-INFO +1 -1
  88. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK.egg-info/SOURCES.txt +45 -1
  89. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/PKG-INFO +1 -1
  90. checkmarxpythonsdk-0.9.0/CheckmarxPythonSDK/CxOne/dto/Preset.py +0 -15
  91. checkmarxpythonsdk-0.9.0/CheckmarxPythonSDK/CxOne/dto/SastResult.py +0 -78
  92. checkmarxpythonsdk-0.9.0/CheckmarxPythonSDK/CxOne/dto/__init__.py +0 -45
  93. checkmarxpythonsdk-0.9.0/CheckmarxPythonSDK/CxOne/sastResultsAPI.py +0 -149
  94. checkmarxpythonsdk-0.9.0/CheckmarxPythonSDK/CxRestAPISDK/sast/engines/dto/CxEngineServer.py +0 -39
  95. checkmarxpythonsdk-0.9.0/CheckmarxPythonSDK/CxRestAPISDK/sast/engines/dto/CxEngineServerStatus.py +0 -22
  96. checkmarxpythonsdk-0.9.0/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/customFields/CxCustomField.py +0 -24
  97. checkmarxpythonsdk-0.9.0/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/scanSettings/CxScanSettings.py +0 -35
  98. checkmarxpythonsdk-0.9.0/CheckmarxPythonSDK/__version__.py +0 -1
  99. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxAccessControl/AccessControl.py +0 -0
  100. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxAccessControl/__init__.py +0 -0
  101. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/__init__.py +0 -0
  102. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/AuthenticationProvider.py +0 -0
  103. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/Configuration.py +0 -0
  104. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/LDAPGroup.py +0 -0
  105. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/LDAPGroupAndRoleMappingDetail.py +0 -0
  106. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/LDAPRoleMapping.py +0 -0
  107. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/LDAPServer.py +0 -0
  108. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/LDAPTeamMapping.py +0 -0
  109. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/MyProfile.py +0 -0
  110. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/OIDCClient.py +0 -0
  111. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/Permission.py +0 -0
  112. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/Role.py +0 -0
  113. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/SAMLIdentityProvider.py +0 -0
  114. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/SAMLRoleMapping.py +0 -0
  115. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/SAMLServiceProvider.py +0 -0
  116. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/SAMLTeamMapping.py +0 -0
  117. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/SMTPSetting.py +0 -0
  118. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/ServiceProvider.py +0 -0
  119. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/SystemLocale.py +0 -0
  120. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/Team.py +0 -0
  121. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/User.py +0 -0
  122. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/WindowsDomain.py +0 -0
  123. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/__init__.py +0 -0
  124. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxODataApiSDK/ProjectsODataAPI.py +0 -0
  125. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxODataApiSDK/ResultsODataAPI.py +0 -0
  126. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxODataApiSDK/ScansODataAPI.py +0 -0
  127. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxODataApiSDK/Utilities.py +0 -0
  128. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxODataApiSDK/__init__.py +0 -0
  129. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/AccessControlAPI/__init__.py +0 -0
  130. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/AccessControlAPI/api.py +0 -0
  131. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/AccessControlAPI/dto/AstIdWithName.py +0 -0
  132. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/AccessControlAPI/dto/AstUser.py +0 -0
  133. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/AccessControlAPI/dto/__init__.py +0 -0
  134. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/AccessControlAPI/url.py +0 -0
  135. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/AttackDetectionAPI.py +0 -0
  136. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/AuthenticationManagementAPI.py +0 -0
  137. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ClientAttributeCertificateAPI.py +0 -0
  138. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ClientInitialAccessAPI.py +0 -0
  139. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ClientRegistrationPolicyAPI.py +0 -0
  140. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ClientRoleMappingsAPI.py +0 -0
  141. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ClientScopesAPI.py +0 -0
  142. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ClientsAPI.py +0 -0
  143. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ComponentAPI.py +0 -0
  144. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/GroupsAPI.py +0 -0
  145. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/IdentityProvidersAPI.py +0 -0
  146. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/KeyAPI.py +0 -0
  147. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ProtocolMappersAPI.py +0 -0
  148. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/RealmsAdminAPI.py +0 -0
  149. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/RoleMapperAPI.py +0 -0
  150. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/RolesAPI.py +0 -0
  151. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/RolesByIDAPI.py +0 -0
  152. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/RootAPI.py +0 -0
  153. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ScopeMappingsAPI.py +0 -0
  154. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/UserStorageProviderAPI.py +0 -0
  155. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/UsersAPI.py +0 -0
  156. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/__init__.py +0 -0
  157. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AccessToken.py +0 -0
  158. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AccessTokenAccess.py +0 -0
  159. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AccessTokenAuthorization.py +0 -0
  160. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AccessTokenCertConf.py +0 -0
  161. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AddressClaimSet.py +0 -0
  162. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AuthenticationExecutionExportRepresentation.py +0 -0
  163. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AuthenticationExecutionInfoRepresentation.py +0 -0
  164. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AuthenticationExecutionRepresentation.py +0 -0
  165. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AuthenticationFlowRepresentation.py +0 -0
  166. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AuthenticatorConfigInfoRepresentation.py +0 -0
  167. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AuthenticatorConfigRepresentation.py +0 -0
  168. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/CertificateRepresentation.py +0 -0
  169. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientInitialAccessCreatePresentation.py +0 -0
  170. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientInitialAccessPresentation.py +0 -0
  171. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientMappingsRepresentation.py +0 -0
  172. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientPoliciesRepresentation.py +0 -0
  173. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientPolicyConditionRepresentation.py +0 -0
  174. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientPolicyExecutorRepresentation.py +0 -0
  175. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientPolicyRepresentation.py +0 -0
  176. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientProfileRepresentation.py +0 -0
  177. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientProfilesRepresentation.py +0 -0
  178. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientRepresentation.py +0 -0
  179. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientScopeEvaluateResourceProtocolMapperEvaluationRepresentation.py +0 -0
  180. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientScopeRepresentation.py +0 -0
  181. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ComponentExportRepresentation.py +0 -0
  182. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ComponentRepresentation.py +0 -0
  183. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ConfigPropertyRepresentation.py +0 -0
  184. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/CredentialRepresentation.py +0 -0
  185. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/FederatedIdentityRepresentation.py +0 -0
  186. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/GlobalRequestResult.py +0 -0
  187. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/GroupRepresentation.py +0 -0
  188. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/IDToken.py +0 -0
  189. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/IdentityProviderMapperRepresentation.py +0 -0
  190. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/IdentityProviderRepresentation.py +0 -0
  191. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/JsonNode.py +0 -0
  192. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/KeyStoreConfig.py +0 -0
  193. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/KeysMetadataRepresentation.py +0 -0
  194. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/KeysMetadataRepresentationKeyMetadataRepresentation.py +0 -0
  195. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ManagementPermissionReference.py +0 -0
  196. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/MappingsRepresentation.py +0 -0
  197. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/MemoryInfoRepresentation.py +0 -0
  198. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/MultivaluedHashMap.py +0 -0
  199. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/PartialImportRepresentation.py +0 -0
  200. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/PasswordPolicyTypeRepresentation.py +0 -0
  201. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/Permission.py +0 -0
  202. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/PolicyRepresentation.py +0 -0
  203. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ProfileInfoRepresentation.py +0 -0
  204. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ProtocolMapperRepresentation.py +0 -0
  205. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ProviderRepresentation.py +0 -0
  206. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/RealmEventsConfigRepresentation.py +0 -0
  207. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/RealmRepresentation.py +0 -0
  208. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/RequiredActionProviderRepresentation.py +0 -0
  209. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ResourceRepresentation.py +0 -0
  210. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ResourceServerRepresentation.py +0 -0
  211. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/RoleRepresentation.py +0 -0
  212. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/RoleRepresentationComposites.py +0 -0
  213. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/RolesRepresentation.py +0 -0
  214. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ScopeMappingRepresentation.py +0 -0
  215. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ScopePermissions.py +0 -0
  216. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ScopeRepresentation.py +0 -0
  217. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ServerInfoRepresentation.py +0 -0
  218. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/SpiInfoRepresentation.py +0 -0
  219. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/SynchronizationResult.py +0 -0
  220. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/SystemInfoRepresentation.py +0 -0
  221. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/TestLdapConnectionRepresentation.py +0 -0
  222. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/User.py +0 -0
  223. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/UserConsentRepresentation.py +0 -0
  224. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/UserFederationMapperRepresentation.py +0 -0
  225. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/UserFederationProviderRepresentation.py +0 -0
  226. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/UserRepresentation.py +0 -0
  227. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/__init__.py +0 -0
  228. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/url.py +0 -0
  229. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/config.py +0 -0
  230. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/dto/ApiSecCounters.py +0 -0
  231. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/dto/Application.py +0 -0
  232. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/dto/ApplicationInput.py +0 -0
  233. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/dto/ApplicationsCollection.py +0 -0
  234. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/dto/BflTree.py +0 -0
  235. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/dto/ComplianceSummary.py +0 -0
  236. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/dto/CreatedApplication.py +0 -0
  237. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/dto/Credentials.py +0 -0
  238. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/dto/DefaultConfig.py +0 -0
  239. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/dto/DefaultConfigOut.py +0 -0
  240. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/dto/Error.py +0 -0
  241. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/dto/FileInfo.py +0 -0
  242. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/dto/Flag.py +0 -0
  243. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/dto/Git.py +0 -0
  244. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/dto/Group.py +0 -0
  245. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/dto/KicsCounters.py +0 -0
  246. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/dto/KicsResult.py +0 -0
  247. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/dto/LanguageSummary.py +0 -0
  248. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/dto/MethodInfo.py +0 -0
  249. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/dto/MethodParameter.py +0 -0
  250. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/dto/PlatformSummary.py +0 -0
  251. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/dto/Project.py +0 -0
  252. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/dto/ProjectInput.py +0 -0
  253. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/dto/ProjectsCollection.py +0 -0
  254. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/dto/Queries.py +0 -0
  255. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/dto/QueriesResponse.py +0 -0
  256. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/dto/Query.py +0 -0
  257. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/dto/QueryDescription.py +0 -0
  258. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/dto/QueryDescriptionSampleCode.py +0 -0
  259. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/dto/QuerySummary.py +0 -0
  260. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/dto/Result.py +0 -0
  261. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/dto/ResultsSummary.py +0 -0
  262. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/dto/RichProject.py +0 -0
  263. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/dto/Rule.py +0 -0
  264. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/dto/RuleInput.py +0 -0
  265. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/dto/SastCounters.py +0 -0
  266. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/dto/ScaContainersCounters.py +0 -0
  267. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/dto/ScaCounters.py +0 -0
  268. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/dto/ScaPackageCounters.py +0 -0
  269. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/dto/Scan.py +0 -0
  270. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/dto/ScanConfig.py +0 -0
  271. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/dto/ScanInput.py +0 -0
  272. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/dto/ScanParameter.py +0 -0
  273. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/dto/ScansCollection.py +0 -0
  274. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/dto/SeveritySummary.py +0 -0
  275. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/dto/SinkFileSummary.py +0 -0
  276. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/dto/SinkNodeSummary.py +0 -0
  277. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/dto/SourceFileSummary.py +0 -0
  278. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/dto/SourceNodeSummary.py +0 -0
  279. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/dto/StatusDetails.py +0 -0
  280. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/dto/StatusSummary.py +0 -0
  281. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/dto/SubCheck.py +0 -0
  282. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/dto/SubsetScan.py +0 -0
  283. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/dto/TaskInfo.py +0 -0
  284. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/dto/Tree.py +0 -0
  285. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/dto/Upload.py +0 -0
  286. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/dto/WorkspaceQuery.py +0 -0
  287. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/kicsResultsAPI.py +0 -0
  288. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/policyInformationPointAPI.py +0 -0
  289. /checkmarxpythonsdk-0.9.0/CheckmarxPythonSDK/CxOne/sastResultsSummaryAPI.py → /checkmarxpythonsdk-0.9.2/CheckmarxPythonSDK/CxOne/resultsSummaryAPI.py +0 -0
  290. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/sastQueriesAuditAPI.py +0 -0
  291. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/scannersResultsAPI.py +0 -0
  292. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxOne/utilities.py +0 -0
  293. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxPortalSoapApiSDK/CxAuditWebService.py +0 -0
  294. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxPortalSoapApiSDK/CxPortalWebService.py +0 -0
  295. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxPortalSoapApiSDK/__init__.py +0 -0
  296. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxPortalSoapApiSDK/authHeaders.py +0 -0
  297. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxPortalSoapApiSDK/zeepClient.py +0 -0
  298. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxReporting/__init__.py +0 -0
  299. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxReporting/api.py +0 -0
  300. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxReporting/config.py +0 -0
  301. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxReporting/dto/CreateReportDTO.py +0 -0
  302. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxReporting/dto/CreateReportResponseDTO.py +0 -0
  303. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxReporting/dto/FilterDTO.py +0 -0
  304. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxReporting/dto/ReportStatusDTO.py +0 -0
  305. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxReporting/dto/__init__.py +0 -0
  306. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxRestAPISDK/AccessControlAPI.py +0 -0
  307. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxRestAPISDK/ConfigurationAPI.py +0 -0
  308. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxRestAPISDK/CustomTasksAPI.py +0 -0
  309. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/__init__.py +0 -0
  310. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/CxXMLResults.py +0 -0
  311. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/Line.py +0 -0
  312. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/Path.py +0 -0
  313. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/PathNode.py +0 -0
  314. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/Query.py +0 -0
  315. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/Result.py +0 -0
  316. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/Snippet.py +0 -0
  317. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/__init__.py +0 -0
  318. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/xml_results.py +0 -0
  319. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxRestAPISDK/DataRetentionAPI.py +0 -0
  320. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxRestAPISDK/OsaAPI.py +0 -0
  321. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxRestAPISDK/TeamAPI.py +0 -0
  322. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxRestAPISDK/__init__.py +0 -0
  323. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxRestAPISDK/config.py +0 -0
  324. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxRestAPISDK/exceptions/__init__.py +0 -0
  325. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxRestAPISDK/osa/__init__.py +0 -0
  326. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaLibrary.py +0 -0
  327. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaLicense.py +0 -0
  328. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaLocation.py +0 -0
  329. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaMatchType.py +0 -0
  330. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaScanDetail.py +0 -0
  331. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaSeverity.py +0 -0
  332. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaState.py +0 -0
  333. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaSummaryReport.py +0 -0
  334. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaVulnerability.py +0 -0
  335. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaVulnerabilityComment.py +0 -0
  336. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaVulnerabilityState.py +0 -0
  337. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/__init__.py +0 -0
  338. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/__init__.py +0 -0
  339. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/configuration/__init__.py +0 -0
  340. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/configuration/dto/CxSASTConfig.py +0 -0
  341. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/configuration/dto/__init__.py +0 -0
  342. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/dataRetention/__init__.py +0 -0
  343. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/dataRetention/dto/CxDataRetentionRequestStatus.py +0 -0
  344. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/dataRetention/dto/CxDataRetentionRequestStatusStage.py +0 -0
  345. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/dataRetention/dto/CxDefineDataRetentionDateRangeRequest.py +0 -0
  346. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/dataRetention/dto/CxDefineDataRetentionNumberOfScansRequest.py +0 -0
  347. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/dataRetention/dto/CxDefineDataRetentionResponse.py +0 -0
  348. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/dataRetention/dto/__init__.py +0 -0
  349. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/engines/__init__.py +0 -0
  350. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/engines/dto/CxEngineConfiguration.py +0 -0
  351. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/engines/dto/CxRegisterEngineRequestBody.py +0 -0
  352. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/general/__init__.py +0 -0
  353. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/general/dto/CxServerLicenseData.py +0 -0
  354. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/general/dto/CxSupportedLanguage.py +0 -0
  355. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/general/dto/CxTranslationInput.py +0 -0
  356. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/__init__.py +0 -0
  357. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxCreateProjectRequest.py +0 -0
  358. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxCreateProjectResponse.py +0 -0
  359. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxCredential.py +0 -0
  360. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxCustomRemoteSourceSettings.py +0 -0
  361. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxGitSettings.py +0 -0
  362. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxIssueTrackingSystem.py +0 -0
  363. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxIssueTrackingSystemDetail.py +0 -0
  364. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxIssueTrackingSystemField.py +0 -0
  365. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxIssueTrackingSystemFieldAllowedValue.py +0 -0
  366. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxIssueTrackingSystemJira.py +0 -0
  367. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxIssueTrackingSystemJiraField.py +0 -0
  368. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxIssueTrackingSystemType.py +0 -0
  369. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxLink.py +0 -0
  370. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxPerforceSettings.py +0 -0
  371. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxProjectExcludeSettings.py +0 -0
  372. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxProjectQueueSetting.py +0 -0
  373. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxSVNSettings.py +0 -0
  374. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxSharedRemoteSourceSettingsRequest.py +0 -0
  375. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxSharedRemoteSourceSettingsResponse.py +0 -0
  376. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxSourceSettingsLink.py +0 -0
  377. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxTFSSettings.py +0 -0
  378. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxURI.py +0 -0
  379. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxUpdateProjectNameTeamIdRequest.py +0 -0
  380. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxUpdateProjectRequest.py +0 -0
  381. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/customFields/__init__.py +0 -0
  382. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/customTasks/CxCustomTask.py +0 -0
  383. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/customTasks/__init__.py +0 -0
  384. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/presets/CxPreset.py +0 -0
  385. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/presets/__init__.py +0 -0
  386. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/__init__.py +0 -0
  387. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxCreateNewScanResponse.py +0 -0
  388. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxDateAndTime.py +0 -0
  389. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxFinishedScanStatus.py +0 -0
  390. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxLanguageState.py +0 -0
  391. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxLanguageStatistic.py +0 -0
  392. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxPolicyFindingResponse.py +0 -0
  393. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxPolicyFindingsStatus.py +0 -0
  394. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxRegisterScanReportResponse.py +0 -0
  395. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxResultsStatistics.py +0 -0
  396. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanFailedGeneralQueries.py +0 -0
  397. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanFailedQueries.py +0 -0
  398. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanFileCountOfLanguage.py +0 -0
  399. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanParsedFiles.py +0 -0
  400. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanParsedFilesMetric.py +0 -0
  401. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanQueueDetail.py +0 -0
  402. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanReportStatus.py +0 -0
  403. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanReportXmlContent.py +0 -0
  404. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanResultAttackVector.py +0 -0
  405. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanResultAttackVectorByBFL.py +0 -0
  406. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanResultLabelsFields.py +0 -0
  407. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanResultNode.py +0 -0
  408. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanStage.py +0 -0
  409. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanState.py +0 -0
  410. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanSucceededGeneralQueries.py +0 -0
  411. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanType.py +0 -0
  412. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxSchedulingSettings.py +0 -0
  413. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxStatisticsResult.py +0 -0
  414. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxStatus.py +0 -0
  415. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxStatusDetail.py +0 -0
  416. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/scanSettings/CxCreateScanSettingsRequestBody.py +0 -0
  417. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/scanSettings/CxCreateScanSettingsResponse.py +0 -0
  418. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/scanSettings/CxEmailNotification.py +0 -0
  419. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/scanSettings/CxLanguage.py +0 -0
  420. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/scanSettings/__init__.py +0 -0
  421. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxRestAPISDK/team/__init__.py +0 -0
  422. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxRestAPISDK/team/dto/CxTeam.py +0 -0
  423. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxRestAPISDK/team/dto/__init__.py +0 -0
  424. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxScaApiSDK/AccessControlAPI.py +0 -0
  425. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxScaApiSDK/__init__.py +0 -0
  426. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxScaApiSDK/api.py +0 -0
  427. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/CxScaApiSDK/config.py +0 -0
  428. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/__init__.py +0 -0
  429. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/external/__init__.py +0 -0
  430. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/external/sarif/__init__.py +0 -0
  431. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/external/sarif/dto/CxCategory.py +0 -0
  432. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/external/sarif/dto/CxSarifCategory.py +0 -0
  433. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/external/sarif/dto/SarifArtifactLocation.py +0 -0
  434. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/external/sarif/dto/SarifDescription.py +0 -0
  435. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/external/sarif/dto/SarifDriver.py +0 -0
  436. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/external/sarif/dto/SarifDriverRule.py +0 -0
  437. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/external/sarif/dto/SarifLocation.py +0 -0
  438. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/external/sarif/dto/SarifMessage.py +0 -0
  439. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/external/sarif/dto/SarifPhysicalLocation.py +0 -0
  440. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/external/sarif/dto/SarifPhysicalLocationPropertyBag.py +0 -0
  441. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/external/sarif/dto/SarifRegion.py +0 -0
  442. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/external/sarif/dto/SarifResultPropertyBag.py +0 -0
  443. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/external/sarif/dto/SarifResultsCollection.py +0 -0
  444. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/external/sarif/dto/SarifRun.py +0 -0
  445. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/external/sarif/dto/SarifScanResult.py +0 -0
  446. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/external/sarif/dto/SarifTaxa.py +0 -0
  447. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/external/sarif/dto/SarifTaxaPropertyBag.py +0 -0
  448. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/external/sarif/dto/SarifTaxaRelationship.py +0 -0
  449. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/external/sarif/dto/SarifTaxaRelationshipTarget.py +0 -0
  450. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/external/sarif/dto/SarifTaxonomy.py +0 -0
  451. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/external/sarif/dto/SarifTool.py +0 -0
  452. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/external/sarif/dto/SarifToolComponent.py +0 -0
  453. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/external/sarif/dto/__init__.py +0 -0
  454. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/external/sarif/sast_xml_to_sarif.py +0 -0
  455. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/external/sarif/stig_mapping.py +0 -0
  456. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/utilities/CxError.py +0 -0
  457. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/utilities/__init__.py +0 -0
  458. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/utilities/compat.py +0 -0
  459. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK/utilities/configUtility.py +0 -0
  460. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK.egg-info/dependency_links.txt +0 -0
  461. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK.egg-info/requires.txt +0 -0
  462. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/CheckmarxPythonSDK.egg-info/top_level.txt +0 -0
  463. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/LICENSE +0 -0
  464. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/README.md +0 -0
  465. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/setup.cfg +0 -0
  466. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/setup.py +0 -0
  467. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.2}/tests/test_sample.py +0 -0
@@ -30,7 +30,7 @@ def get_data_from_config():
30
30
  return server_url, token_url, timeout, verify_ssl_cert, cert, token_req_data
31
31
 
32
32
 
33
- get, _, _, _, _ = build_request_funcs(get_data_from_config)
33
+ get, _, _, _, _, _ = build_request_funcs(get_data_from_config)
34
34
 
35
35
 
36
36
  def get_value_from_response(func):
@@ -28,5 +28,5 @@ def construct_group(item):
28
28
  group_id=item.get("id"),
29
29
  name=item.get("name"),
30
30
  path=item.get("path"),
31
- sub_groups=[construct_group(group) for group in item.get("subGroups")]
31
+ sub_groups=[construct_group(group) for group in item.get("subGroups") or []]
32
32
  )
@@ -14,6 +14,28 @@ from .applicationsAPI import (
14
14
  delete_an_application_rule,
15
15
  )
16
16
 
17
+ from .auditTrailAPI import (
18
+ get_audit_events_for_tenant,
19
+ )
20
+
21
+ from .byorResultsHandlerAPI import (
22
+ create_byor_import,
23
+ )
24
+
25
+ from .cloudInsightsServiceAPI import (
26
+ create_enrich_account,
27
+ get_enrich_account_by_external_id,
28
+ start_enrichment,
29
+ get_cloud_insight_account,
30
+ delete_cloud_insight_account,
31
+ get_all_containers_for_an_account_id,
32
+ )
33
+
34
+ from .contributorsAPI import (
35
+ get_allowed_and_current_contributors_for_the_current_tenant,
36
+ get_contributors_details_for_current_tenant_exported_in_csv,
37
+ )
38
+
17
39
  from .flagsAPI import (
18
40
  get_all_feature_flags,
19
41
  get_feature_flag,
@@ -57,7 +79,23 @@ from .projectsAPI import (
57
79
  delete_a_project,
58
80
  )
59
81
 
82
+ from .projectsOverviewAPI import (
83
+ get_tenant_projects_overview,
84
+ get_project_counters,
85
+ )
86
+
87
+ from .queryEditorAPI import (
88
+ create_new_audit_session,
89
+ )
90
+
91
+ from .reportAPI import (
92
+ create_scan_report,
93
+ get_scan_report,
94
+ get_risk_scan_report,
95
+ )
96
+
60
97
  from .repoStoreServiceAPI import (
98
+ check_if_scan_has_source_code_available,
61
99
  get_commit_content,
62
100
  get_folder_content,
63
101
  get_code,
@@ -73,6 +111,9 @@ from .sastQueriesAPI import (
73
111
  get_list_of_the_existing_query_repos,
74
112
  get_sast_queries_presets,
75
113
  get_sast_query_description,
114
+ get_mapping_between_ast_and_sast_query_ids,
115
+ get_sast_queries_preset_for_a_specific_scan,
116
+ get_sast_queries_categories,
76
117
  )
77
118
 
78
119
  from .sastQueriesAuditAPI import (
@@ -82,6 +123,40 @@ from .sastQueriesAuditAPI import (
82
123
  update_query_source,
83
124
  )
84
125
 
126
+ from .sastQueriesAuditPresetsAPI import (
127
+ get_presets,
128
+ create_new_preset,
129
+ get_queries,
130
+ get_preset_by_id,
131
+ update_a_preset,
132
+ delete_a_preset_by_id,
133
+ get_preset_summary_by_id,
134
+ clone_preset,
135
+ add_query_to_preset,
136
+ )
137
+
138
+ from .sastResourceManagementServiceAPI import (
139
+ get_sast_scan_allocation_info,
140
+ delete_sast_scan,
141
+ get_sast_scans,
142
+ )
143
+
144
+ from .sastResultsAPI import (
145
+ get_sast_results_by_scan_id,
146
+ )
147
+
148
+ from .resultsSummaryAPI import (
149
+ get_summary_for_many_scans,
150
+ get_sast_aggregate_results,
151
+ )
152
+
153
+ from .sastScanMetadataServiceAPI import (
154
+ get_metadata_of_scans,
155
+ get_metadata_of_scan,
156
+ get_engine_metrics_of_scan,
157
+ get_engine_versions_of_scan,
158
+ )
159
+
85
160
  from .scanConfigurationAPI import (
86
161
  get_the_list_of_all_the_parameters_defined_for_the_current_tenant,
87
162
  define_parameters_in_the_input_list_for_the_current_tenant,
@@ -102,15 +177,6 @@ from .scannersResultsAPI import (
102
177
  get_all_scanners_results_by_scan_id,
103
178
  )
104
179
 
105
- from .sastResultsSummaryAPI import (
106
- get_summary_for_many_scans,
107
- get_sast_aggregate_results,
108
- )
109
-
110
- from .sastResultsAPI import (
111
- get_sast_results_by_scan_id,
112
- )
113
-
114
180
  from .scansAPI import (
115
181
  create_scan,
116
182
  get_a_list_of_scan,
@@ -11,6 +11,7 @@ from .dto import (
11
11
  RuleInput,
12
12
  )
13
13
 
14
+ api_url = "/api/applications"
14
15
 
15
16
  def __construct_application_rules(rules):
16
17
  rules = rules or []
@@ -48,7 +49,7 @@ def create_an_application(application_input):
48
49
  """
49
50
  type_check(application_input, ApplicationInput)
50
51
 
51
- relative_url = "/api/applications"
52
+ relative_url = api_url
52
53
  data = application_input.get_post_data()
53
54
  response = post_request(relative_url=relative_url, data=data)
54
55
  item = response.json()
@@ -89,7 +90,7 @@ def get_a_list_of_applications(offset=0, limit=20, name=None, tags_keys=None, ta
89
90
  list_member_type_check(tags_keys, str)
90
91
  list_member_type_check(tags_values, str)
91
92
 
92
- relative_url = "/api/applications?offset={offset}&limit={limit}".format(offset=offset, limit=limit)
93
+ relative_url = api_url + "?offset={offset}&limit={limit}".format(offset=offset, limit=limit)
93
94
  relative_url += get_url_param("name", name)
94
95
  relative_url += get_url_param("tags-keys", tags_keys)
95
96
  relative_url += get_url_param("tags-values", tags_values)
@@ -138,7 +139,7 @@ def get_all_application_tags():
138
139
  ]
139
140
  }
140
141
  """
141
- relative_url = "/api/applications/tags"
142
+ relative_url = api_url + "/tags"
142
143
  response = get_request(relative_url=relative_url)
143
144
  return response.json()
144
145
 
@@ -154,7 +155,7 @@ def get_an_application_by_id(application_id):
154
155
  """
155
156
  type_check(application_id, str)
156
157
 
157
- relative_url = "/api/applications/{id}".format(id=application_id)
158
+ relative_url = api_url + "/{id}".format(id=application_id)
158
159
  response = get_request(relative_url=relative_url)
159
160
  app = response.json()
160
161
  return __construct_application(app)
@@ -174,7 +175,7 @@ def update_an_application(application_id, application_input):
174
175
  type_check(application_input, ApplicationInput)
175
176
 
176
177
  is_successful = False
177
- relative_url = "/api/applications/{id}".format(id=application_id)
178
+ relative_url = api_url + "/{id}".format(id=application_id)
178
179
  data = application_input.get_post_data()
179
180
  response = put_request(relative_url=relative_url, data=data)
180
181
  if response.status_code == NO_CONTENT:
@@ -194,7 +195,7 @@ def delete_an_application(application_id):
194
195
  type_check(application_id, str)
195
196
 
196
197
  is_successful = False
197
- relative_url = "/api/applications/{id}".format(id=application_id)
198
+ relative_url = api_url + "/{id}".format(id=application_id)
198
199
  response = delete_request(relative_url=relative_url)
199
200
  if response.status_code == NO_CONTENT:
200
201
  is_successful = True
@@ -214,7 +215,7 @@ def create_an_application_rule(application_id, rule_input):
214
215
  type_check(application_id, str)
215
216
  type_check(rule_input, RuleInput)
216
217
 
217
- relative_url = "/api/applications/{id}/project-rules".format(id=application_id)
218
+ relative_url = api_url + "/{id}/project-rules".format(id=application_id)
218
219
  type_check(rule_input, RuleInput)
219
220
  data = rule_input.get_post_data()
220
221
  response = post_request(relative_url=relative_url, data=data)
@@ -237,7 +238,7 @@ def get_a_list_of_rules_for_a_specific_application(application_id):
237
238
  """
238
239
  type_check(application_id, str)
239
240
 
240
- relative_url = "/api/applications/{id}/project-rules".format(id=application_id)
241
+ relative_url = api_url + "/{id}/project-rules".format(id=application_id)
241
242
  response = get_request(relative_url=relative_url)
242
243
  rules = response.json()
243
244
  return __construct_application_rules(rules)
@@ -256,7 +257,7 @@ def get_an_application_rule(application_id, rule_id):
256
257
  type_check(application_id, str)
257
258
  type_check(rule_id, str)
258
259
 
259
- relative_url = "/api/applications/{id}/project-rules/{rule_id}".format(
260
+ relative_url = api_url + "/{id}/project-rules/{rule_id}".format(
260
261
  id=application_id, rule_id=rule_id
261
262
  )
262
263
  response = get_request(relative_url=relative_url)
@@ -284,7 +285,7 @@ def update_an_application_rule(application_id, rule_id, rule_input):
284
285
  type_check(rule_input, RuleInput)
285
286
 
286
287
  is_successful = False
287
- relative_url = "/api/applications/{id}/project-rules/{rule_id}".format(
288
+ relative_url = api_url + "/{id}/project-rules/{rule_id}".format(
288
289
  id=application_id, rule_id=rule_id
289
290
  )
290
291
  data = rule_input.get_post_data()
@@ -308,7 +309,7 @@ def delete_an_application_rule(application_id, rule_id):
308
309
  type_check(rule_id, str)
309
310
 
310
311
  is_successful = False
311
- relative_url = "/api/applications/{id}/project-rules/{rule_id}".format(
312
+ relative_url = api_url + "/{id}/project-rules/{rule_id}".format(
312
313
  id=application_id, rule_id=rule_id
313
314
  )
314
315
  response = delete_request(relative_url=relative_url)
@@ -0,0 +1,52 @@
1
+ from .httpRequests import get_request
2
+ from .utilities import type_check
3
+ from .dto import (
4
+ AuditEvent,
5
+ AuditEventLink,
6
+ AuditEvents,
7
+ )
8
+
9
+ api_url = "/api/audit"
10
+
11
+
12
+ def __construct_audit_events(audit_events):
13
+ return AuditEvents(
14
+ links=[
15
+ AuditEventLink(
16
+ event_date=link.get("eventDate"),
17
+ url=link.get("url"),
18
+ crc=link.get("crc"),
19
+ ) for link in audit_events.get("links", [])
20
+ ],
21
+ events=[
22
+ AuditEvent(
23
+ event_date=event.get("eventDate"),
24
+ event_type=event.get("eventType"),
25
+ audit_resource=event.get("auditResource"),
26
+ action_type=event.get("actionType"),
27
+ action_user_id=event.get("actionUserId"),
28
+ ip_address=event.get("ipAddress"),
29
+ data=event.get("data")
30
+ ) for event in audit_events.get("events", [])
31
+ ],
32
+ )
33
+
34
+
35
+ def get_audit_events_for_tenant(offset=0, limit=200):
36
+ """
37
+
38
+ Args:
39
+ offset (int): The number of items to skip before starting to collect the result set
40
+ Default value : 0
41
+ limit (int): The number of items to return
42
+ Default value : 20
43
+
44
+ Returns:
45
+ `ApplicationsCollection`
46
+ """
47
+ type_check(offset, int)
48
+ type_check(limit, int)
49
+ relative_url = api_url + "?offset={offset}&limit={limit}".format(offset=offset, limit=limit)
50
+ response = get_request(relative_url=relative_url)
51
+ item = response.json()
52
+ return __construct_audit_events(audit_events=item)
@@ -0,0 +1,26 @@
1
+ # encoding: utf-8
2
+ from .httpRequests import post_request
3
+ from .utilities import type_check
4
+ from .dto import (
5
+ ImportRequest,
6
+ ImportResults,
7
+ )
8
+
9
+ api_url = "/api/byor"
10
+
11
+
12
+ def create_byor_import(import_request):
13
+ """
14
+
15
+ Args:
16
+ import_request (ImportRequest):
17
+
18
+ Returns:
19
+ ImportResults
20
+ """
21
+ type_check(import_request, ImportRequest)
22
+ relative_url = api_url + "/imports"
23
+ data = import_request.get_post_data()
24
+ response = post_request(relative_url=relative_url, data=data)
25
+ item = response.json()
26
+ return ImportResults(import_id=item.get("importId"))
@@ -0,0 +1,212 @@
1
+ # encoding: utf-8
2
+ from .httpRequests import get_request, post_request, delete_request
3
+ from CheckmarxPythonSDK.utilities.compat import OK, NO_CONTENT, CREATED
4
+ from .utilities import get_url_param, type_check, list_member_type_check
5
+ from .dto import (
6
+ CreateEnrichAccount,
7
+ EnrichAccount,
8
+ Account,
9
+ StartEnrich,
10
+ Container,
11
+ )
12
+
13
+ api_url = "/api/cnas"
14
+
15
+
16
+ def create_enrich_account(data):
17
+ """
18
+
19
+ Args:
20
+ data (CreateEnrichAccount):
21
+
22
+ Returns:
23
+ EnrichAccount
24
+ """
25
+ type_check(data, CreateEnrichAccount)
26
+ relative_url = api_url + "/accounts/enrich"
27
+ data = data.get_post_data()
28
+ response = post_request(relative_url=relative_url, data=data)
29
+ item = response.json()
30
+ return EnrichAccount(
31
+ name=item.get("name"),
32
+ account_id=item.get("accountID"),
33
+ )
34
+
35
+
36
+ def get_enrich_account_by_external_id(external_id, offset=0, limit=100):
37
+ """
38
+
39
+ Args:
40
+ external_id (str): A unique identifier provided by Checkmarx
41
+ offset (int): Offset the results Default value : 0
42
+ limit (int): Limit the number of results
43
+
44
+ Returns:
45
+
46
+ """
47
+ type_check(external_id, str)
48
+ type_check(offset, int)
49
+ type_check(limit, int)
50
+ relative_url = api_url + "/accounts/enrich?external-id={}&offset={}&limit={}".format(
51
+ external_id, offset, limit
52
+ )
53
+ response = get_request(relative_url=relative_url)
54
+ item = response.json()
55
+ return {
56
+ "data": [
57
+ Account(
58
+ account_id=account.get("id"),
59
+ name=account.get("name"),
60
+ credentials=account.get("credentials"),
61
+ account_type=account.get("accountType"),
62
+ tenant_id=account.get("tenantId"),
63
+ created_at=account.get("createdAt"),
64
+ updated_at=account.get("updatedAt"),
65
+ last_scan_date=account.get("lastScanDate"),
66
+ ) for account in item.get("data", []) or []
67
+ ],
68
+ "total": item.get("total"),
69
+ "currentPage": item.get("currentPage"),
70
+ "lastPage": item.get("lastPage")
71
+ }
72
+
73
+
74
+ def start_enrichment(cloud_insights_account_id, start_enrich):
75
+ """
76
+
77
+ Args:
78
+ cloud_insights_account_id (str): uuid4
79
+ start_enrich (StartEnrich)
80
+
81
+ Returns:
82
+ message (str)
83
+ """
84
+ type_check(cloud_insights_account_id, str)
85
+ type_check(start_enrich, StartEnrich)
86
+
87
+ relative_url = api_url + "/accounts/{id}/enrich".format(id=cloud_insights_account_id)
88
+ post_data = start_enrich.get_post_data()
89
+ response = post_request(relative_url=relative_url, data=post_data)
90
+ item = response.json()
91
+ return item.get("message")
92
+
93
+
94
+ def get_cloud_insight_account(account_id):
95
+ """
96
+
97
+ Args:
98
+ account_id (str): Cloud Insights account ID
99
+
100
+ Returns:
101
+ Account
102
+ """
103
+ type_check(account_id, str)
104
+ relative_url = api_url + "/accounts/{id}".format(id=account_id)
105
+ response = get_request(relative_url=relative_url)
106
+ account = response.json()
107
+ return Account(
108
+ account_id=account.get("id"),
109
+ name=account.get("name"),
110
+ credentials=account.get("credentials"),
111
+ account_type=account.get("accountType"),
112
+ tenant_id=account.get("tenantId"),
113
+ created_at=account.get("createdAt"),
114
+ updated_at=account.get("updatedAt"),
115
+ last_scan_date=account.get("lastScanDate"),
116
+ )
117
+
118
+
119
+ def delete_cloud_insight_account(account_id):
120
+ """
121
+
122
+ Args:
123
+ account_id (str): Cloud Insights account ID
124
+
125
+ Returns:
126
+ bool
127
+ """
128
+ is_successful = False
129
+ relative_url = api_url + "/accounts/{id}".format(id=account_id)
130
+ response = delete_request(relative_url=relative_url)
131
+ if response.status_code == OK:
132
+ is_successful = True
133
+ return is_successful
134
+
135
+
136
+ def get_all_containers_for_an_account_id(account_id, limit=100, offset=0, image_name=None, image_short_name=None,
137
+ project_name=None, repo_url=None, cluster_name=None, public_exposed=None,
138
+ search=None, cluster_id=None, order_column=None, order_direction=None):
139
+ """
140
+
141
+ Args:
142
+ account_id (str): Cloud Insights account ID
143
+ limit (int): Limit the number of results
144
+ offset (int): Offset the results Default value : 0
145
+ image_name (str):
146
+ image_short_name (str):
147
+ project_name (str):
148
+ repo_url (str):
149
+ cluster_name (str):
150
+ public_exposed (str):
151
+ search (str):
152
+ cluster_id (str):
153
+ order_column (str):
154
+ order_direction (str):
155
+
156
+ Returns:
157
+
158
+ """
159
+ type_check(account_id, str)
160
+ type_check(limit, int)
161
+ type_check(offset, int)
162
+ type_check(image_name, str)
163
+ type_check(image_short_name, str)
164
+ type_check(project_name, str)
165
+ type_check(repo_url, str)
166
+ type_check(cluster_name, str)
167
+ type_check(public_exposed, str)
168
+ type_check(search, str)
169
+ type_check(cluster_id, str)
170
+ type_check(order_column, str)
171
+ type_check(order_direction, str)
172
+ relative_url = api_url + "/accounts/{id}/containers?limit={limit}&offset={offset}".format(
173
+ id=account_id, limit=limit, offset=offset
174
+ )
175
+ if image_name:
176
+ relative_url += "&image-name={}".format(image_name)
177
+ if image_short_name:
178
+ relative_url += "&image-short-name={}".format(image_short_name)
179
+ if project_name:
180
+ relative_url += "&project-name={}".format(project_name)
181
+ if repo_url:
182
+ relative_url += "&repo-url={}".format(repo_url)
183
+ if cluster_name:
184
+ relative_url += "&cluster-name={}".format(cluster_name)
185
+ if public_exposed:
186
+ relative_url += "&public-exposed={}".format(public_exposed)
187
+ if search:
188
+ relative_url += "&search={}".format(search)
189
+ if cluster_id:
190
+ relative_url += "&cluster-id={}".format(cluster_id)
191
+ if order_column:
192
+ relative_url += "&order-column={}".format(order_column)
193
+ if order_direction:
194
+ relative_url += "&order-direction={}".format(order_direction)
195
+ response = get_request(relative_url=relative_url)
196
+ item = response.json()
197
+ return {
198
+ "data": [
199
+ Container(
200
+ container_id=container.get("containerId"),
201
+ cluster_name=container.get("clusterName"),
202
+ container_name=container.get("containerName"),
203
+ public_exposed=container.get("publicExposed"),
204
+ image=container.get("image"),
205
+ image_short_name=container.get("imageShortname"),
206
+ project=container.get("project")
207
+ ) for container in item.get("data", []) or []
208
+ ],
209
+ "total": item.get("total"),
210
+ "currentPage": item.get("currentPage"),
211
+ "lastPage": item.get("lastPage")
212
+ }
@@ -0,0 +1,35 @@
1
+ # encoding: utf-8
2
+ from .httpRequests import get_request, post_request, delete_request
3
+ from CheckmarxPythonSDK.utilities.compat import OK, NO_CONTENT, CREATED
4
+ from .utilities import get_url_param, type_check, list_member_type_check
5
+ from .dto import (
6
+ Contributors
7
+ )
8
+
9
+ api_url = "/api/contributors"
10
+
11
+
12
+ def get_allowed_and_current_contributors_for_the_current_tenant():
13
+ """
14
+
15
+ Returns:
16
+
17
+ """
18
+ relative_url = api_url
19
+ response = get_request(relative_url=relative_url)
20
+ item = response.json()
21
+ return Contributors(
22
+ allowed_contributors=item.get("allowedContributors"),
23
+ current_contributors=item.get("currentContributors")
24
+ )
25
+
26
+
27
+ def get_contributors_details_for_current_tenant_exported_in_csv():
28
+ """
29
+
30
+ Returns:
31
+ bytes (data of the csv file)
32
+ """
33
+ relative_url = api_url + "/csv"
34
+ response = get_request(relative_url=relative_url)
35
+ return response.content
@@ -0,0 +1,30 @@
1
+ class Account(object):
2
+
3
+ def __init__(self, account_id, name, credentials, account_type, tenant_id, created_at, updated_at, last_scan_date):
4
+ """
5
+
6
+ Args:
7
+ account_id (str): A unique identifier for an account
8
+ name (str): The account name
9
+ credentials (dict): The account credentials to connect to the provider
10
+ account_type (int): The type of account
11
+ tenant_id (str): The tenantId where the account belongs to
12
+ created_at (str):
13
+ updated_at (str):
14
+ last_scan_date (str):
15
+ """
16
+ self.account_id = account_id
17
+ self.name = name
18
+ self.credentials = credentials
19
+ self.account_type = account_type
20
+ self.tenant_id = tenant_id
21
+ self.created_at = created_at
22
+ self.updated_at = updated_at
23
+ self.last_scan_date = last_scan_date
24
+
25
+ def __str__(self):
26
+ return """Account(account_id={}, name={}, credentials={}, account_type={}, tenant_id={}, created_at={},
27
+ updated_at={}, last_scan_date={})""".format(
28
+ self.account_id, self.name, self.credentials, self.account_type, self.tenant_id, self.created_at,
29
+ self.updated_at, self.last_scan_date
30
+ )
@@ -0,0 +1,28 @@
1
+ class AuditEvent(object):
2
+
3
+ def __init__(self, event_date, event_type, audit_resource, action_type, action_user_id, ip_address, data):
4
+ """
5
+
6
+ Args:
7
+ event_date (str):
8
+ event_type (str):
9
+ audit_resource (str):
10
+ action_type (str):
11
+ action_user_id (str):
12
+ ip_address (str):
13
+ data (dict):
14
+ """
15
+ self.event_date = event_date
16
+ self.event_type = event_type
17
+ self.audit_resource = audit_resource
18
+ self.action_type = action_type
19
+ self.action_user_id = action_user_id
20
+ self.ip_address = ip_address
21
+ self.data = data
22
+
23
+ def __str__(self):
24
+ return """AuditEvent(event_date={}, event_type={}, audit_resource={}, action_type={}, action_user_id={},
25
+ ip_address={}, data={})""".format(
26
+ self.event_date, self.event_type, self.audit_resource, self.action_type, self.action_user_id,
27
+ self.ip_address, self.data
28
+ )
@@ -0,0 +1,18 @@
1
+ class AuditEventLink(object):
2
+
3
+ def __init__(self, event_date, url, crc):
4
+ """
5
+
6
+ Args:
7
+ event_date (str):
8
+ url (str):
9
+ crc (str):
10
+ """
11
+ self.event_date = event_date
12
+ self.url = url
13
+ self.crc = crc
14
+
15
+ def __str__(self):
16
+ return """AuditEventLink(event_date={}, url={}, crc={})""".format(
17
+ self.event_date, self.url, self.crc
18
+ )
@@ -0,0 +1,20 @@
1
+ from .AuditEventLink import AuditEventLink
2
+ from .AuditEvent import AuditEvent
3
+
4
+
5
+ class AuditEvents(object):
6
+
7
+ def __init__(self, links, events):
8
+ """
9
+
10
+ Args:
11
+ links (list of AuditEventLink):
12
+ events (list of AuditEvent):
13
+ """
14
+ self.links = links
15
+ self.events = events
16
+
17
+ def __str__(self):
18
+ return """AuditEvents(links={}, events={})""".format(
19
+ self.links, self.events
20
+ )
@@ -0,0 +1,20 @@
1
+ class Category(object):
2
+
3
+ def __init__(self, category_id, name, sast_id):
4
+ """
5
+
6
+ Args:
7
+ category_id (int):
8
+ name (str):
9
+ sast_id (int):
10
+ """
11
+ self.category_id = category_id
12
+ self.name = name
13
+ self.sast_id = sast_id
14
+
15
+ def __str__(self):
16
+ return """Category(
17
+ category_id={self.category_id},
18
+ name={self.name},
19
+ sast_id={self.sast_id},
20
+ )"""