CheckmarxPythonSDK 0.9.0__tar.gz → 0.9.1__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 (422) hide show
  1. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxRestAPISDK/CustomFieldsAPI.py +3 -2
  2. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxRestAPISDK/EnginesAPI.py +89 -53
  3. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxRestAPISDK/GeneralAPI.py +206 -1
  4. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxRestAPISDK/ProjectsAPI.py +84 -15
  5. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxRestAPISDK/QueriesAPI.py +26 -0
  6. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxRestAPISDK/ScansAPI.py +274 -23
  7. checkmarxpythonsdk-0.9.1/CheckmarxPythonSDK/CxRestAPISDK/sast/engines/dto/CxEngineDedication.py +29 -0
  8. checkmarxpythonsdk-0.9.1/CheckmarxPythonSDK/CxRestAPISDK/sast/engines/dto/CxEngineServer.py +64 -0
  9. checkmarxpythonsdk-0.9.1/CheckmarxPythonSDK/CxRestAPISDK/sast/engines/dto/CxEngineServerStatus.py +16 -0
  10. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/engines/dto/__init__.py +1 -0
  11. checkmarxpythonsdk-0.9.1/CheckmarxPythonSDK/CxRestAPISDK/sast/general/dto/CxUserPersistence.py +26 -0
  12. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/general/dto/__init__.py +1 -0
  13. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxProject.py +15 -8
  14. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/__init__.py +9 -5
  15. checkmarxpythonsdk-0.9.1/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/customFields/CxCustomField.py +32 -0
  16. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanDetail.py +6 -3
  17. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanStatistics.py +6 -7
  18. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/__init__.py +10 -8
  19. checkmarxpythonsdk-0.9.1/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/scanSettings/CxPostScanActionConditions.py +17 -0
  20. checkmarxpythonsdk-0.9.1/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/scanSettings/CxScanSettings.py +49 -0
  21. checkmarxpythonsdk-0.9.1/CheckmarxPythonSDK/__version__.py +1 -0
  22. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK.egg-info/PKG-INFO +1 -1
  23. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK.egg-info/SOURCES.txt +3 -0
  24. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/PKG-INFO +1 -1
  25. checkmarxpythonsdk-0.9.0/CheckmarxPythonSDK/CxRestAPISDK/sast/engines/dto/CxEngineServer.py +0 -39
  26. checkmarxpythonsdk-0.9.0/CheckmarxPythonSDK/CxRestAPISDK/sast/engines/dto/CxEngineServerStatus.py +0 -22
  27. checkmarxpythonsdk-0.9.0/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/customFields/CxCustomField.py +0 -24
  28. checkmarxpythonsdk-0.9.0/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/scanSettings/CxScanSettings.py +0 -35
  29. checkmarxpythonsdk-0.9.0/CheckmarxPythonSDK/__version__.py +0 -1
  30. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxAccessControl/AccessControl.py +0 -0
  31. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxAccessControl/__init__.py +0 -0
  32. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/__init__.py +0 -0
  33. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/AuthenticationProvider.py +0 -0
  34. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/Configuration.py +0 -0
  35. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/LDAPGroup.py +0 -0
  36. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/LDAPGroupAndRoleMappingDetail.py +0 -0
  37. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/LDAPRoleMapping.py +0 -0
  38. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/LDAPServer.py +0 -0
  39. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/LDAPTeamMapping.py +0 -0
  40. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/MyProfile.py +0 -0
  41. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/OIDCClient.py +0 -0
  42. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/Permission.py +0 -0
  43. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/Role.py +0 -0
  44. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/SAMLIdentityProvider.py +0 -0
  45. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/SAMLRoleMapping.py +0 -0
  46. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/SAMLServiceProvider.py +0 -0
  47. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/SAMLTeamMapping.py +0 -0
  48. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/SMTPSetting.py +0 -0
  49. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/ServiceProvider.py +0 -0
  50. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/SystemLocale.py +0 -0
  51. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/Team.py +0 -0
  52. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/User.py +0 -0
  53. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/WindowsDomain.py +0 -0
  54. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/__init__.py +0 -0
  55. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxODataApiSDK/HttpRequests.py +0 -0
  56. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxODataApiSDK/ProjectsODataAPI.py +0 -0
  57. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxODataApiSDK/ResultsODataAPI.py +0 -0
  58. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxODataApiSDK/ScansODataAPI.py +0 -0
  59. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxODataApiSDK/Utilities.py +0 -0
  60. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxODataApiSDK/__init__.py +0 -0
  61. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/AccessControlAPI/__init__.py +0 -0
  62. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/AccessControlAPI/api.py +0 -0
  63. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/AccessControlAPI/dto/AstIdWithName.py +0 -0
  64. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/AccessControlAPI/dto/AstUser.py +0 -0
  65. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/AccessControlAPI/dto/__init__.py +0 -0
  66. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/AccessControlAPI/url.py +0 -0
  67. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/AttackDetectionAPI.py +0 -0
  68. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/AuthenticationManagementAPI.py +0 -0
  69. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ClientAttributeCertificateAPI.py +0 -0
  70. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ClientInitialAccessAPI.py +0 -0
  71. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ClientRegistrationPolicyAPI.py +0 -0
  72. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ClientRoleMappingsAPI.py +0 -0
  73. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ClientScopesAPI.py +0 -0
  74. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ClientsAPI.py +0 -0
  75. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ComponentAPI.py +0 -0
  76. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/GroupsAPI.py +0 -0
  77. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/IdentityProvidersAPI.py +0 -0
  78. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/KeyAPI.py +0 -0
  79. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ProtocolMappersAPI.py +0 -0
  80. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/RealmsAdminAPI.py +0 -0
  81. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/RoleMapperAPI.py +0 -0
  82. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/RolesAPI.py +0 -0
  83. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/RolesByIDAPI.py +0 -0
  84. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/RootAPI.py +0 -0
  85. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ScopeMappingsAPI.py +0 -0
  86. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/UserStorageProviderAPI.py +0 -0
  87. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/UsersAPI.py +0 -0
  88. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/__init__.py +0 -0
  89. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AccessToken.py +0 -0
  90. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AccessTokenAccess.py +0 -0
  91. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AccessTokenAuthorization.py +0 -0
  92. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AccessTokenCertConf.py +0 -0
  93. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AddressClaimSet.py +0 -0
  94. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AuthenticationExecutionExportRepresentation.py +0 -0
  95. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AuthenticationExecutionInfoRepresentation.py +0 -0
  96. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AuthenticationExecutionRepresentation.py +0 -0
  97. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AuthenticationFlowRepresentation.py +0 -0
  98. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AuthenticatorConfigInfoRepresentation.py +0 -0
  99. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AuthenticatorConfigRepresentation.py +0 -0
  100. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/CertificateRepresentation.py +0 -0
  101. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientInitialAccessCreatePresentation.py +0 -0
  102. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientInitialAccessPresentation.py +0 -0
  103. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientMappingsRepresentation.py +0 -0
  104. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientPoliciesRepresentation.py +0 -0
  105. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientPolicyConditionRepresentation.py +0 -0
  106. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientPolicyExecutorRepresentation.py +0 -0
  107. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientPolicyRepresentation.py +0 -0
  108. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientProfileRepresentation.py +0 -0
  109. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientProfilesRepresentation.py +0 -0
  110. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientRepresentation.py +0 -0
  111. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientScopeEvaluateResourceProtocolMapperEvaluationRepresentation.py +0 -0
  112. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientScopeRepresentation.py +0 -0
  113. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ComponentExportRepresentation.py +0 -0
  114. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ComponentRepresentation.py +0 -0
  115. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ConfigPropertyRepresentation.py +0 -0
  116. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/CredentialRepresentation.py +0 -0
  117. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/FederatedIdentityRepresentation.py +0 -0
  118. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/GlobalRequestResult.py +0 -0
  119. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/Group.py +0 -0
  120. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/GroupRepresentation.py +0 -0
  121. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/IDToken.py +0 -0
  122. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/IdentityProviderMapperRepresentation.py +0 -0
  123. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/IdentityProviderRepresentation.py +0 -0
  124. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/JsonNode.py +0 -0
  125. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/KeyStoreConfig.py +0 -0
  126. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/KeysMetadataRepresentation.py +0 -0
  127. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/KeysMetadataRepresentationKeyMetadataRepresentation.py +0 -0
  128. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ManagementPermissionReference.py +0 -0
  129. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/MappingsRepresentation.py +0 -0
  130. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/MemoryInfoRepresentation.py +0 -0
  131. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/MultivaluedHashMap.py +0 -0
  132. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/PartialImportRepresentation.py +0 -0
  133. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/PasswordPolicyTypeRepresentation.py +0 -0
  134. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/Permission.py +0 -0
  135. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/PolicyRepresentation.py +0 -0
  136. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ProfileInfoRepresentation.py +0 -0
  137. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ProtocolMapperRepresentation.py +0 -0
  138. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ProviderRepresentation.py +0 -0
  139. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/RealmEventsConfigRepresentation.py +0 -0
  140. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/RealmRepresentation.py +0 -0
  141. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/RequiredActionProviderRepresentation.py +0 -0
  142. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ResourceRepresentation.py +0 -0
  143. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ResourceServerRepresentation.py +0 -0
  144. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/RoleRepresentation.py +0 -0
  145. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/RoleRepresentationComposites.py +0 -0
  146. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/RolesRepresentation.py +0 -0
  147. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ScopeMappingRepresentation.py +0 -0
  148. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ScopePermissions.py +0 -0
  149. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ScopeRepresentation.py +0 -0
  150. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ServerInfoRepresentation.py +0 -0
  151. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/SpiInfoRepresentation.py +0 -0
  152. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/SynchronizationResult.py +0 -0
  153. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/SystemInfoRepresentation.py +0 -0
  154. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/TestLdapConnectionRepresentation.py +0 -0
  155. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/User.py +0 -0
  156. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/UserConsentRepresentation.py +0 -0
  157. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/UserFederationMapperRepresentation.py +0 -0
  158. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/UserFederationProviderRepresentation.py +0 -0
  159. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/UserRepresentation.py +0 -0
  160. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/__init__.py +0 -0
  161. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/url.py +0 -0
  162. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/__init__.py +0 -0
  163. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/applicationsAPI.py +0 -0
  164. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/config.py +0 -0
  165. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/dto/ApiSecCounters.py +0 -0
  166. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/dto/Application.py +0 -0
  167. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/dto/ApplicationInput.py +0 -0
  168. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/dto/ApplicationsCollection.py +0 -0
  169. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/dto/BflTree.py +0 -0
  170. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/dto/ComplianceSummary.py +0 -0
  171. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/dto/CreatedApplication.py +0 -0
  172. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/dto/Credentials.py +0 -0
  173. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/dto/DefaultConfig.py +0 -0
  174. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/dto/DefaultConfigOut.py +0 -0
  175. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/dto/Error.py +0 -0
  176. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/dto/FileInfo.py +0 -0
  177. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/dto/Flag.py +0 -0
  178. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/dto/Git.py +0 -0
  179. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/dto/Group.py +0 -0
  180. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/dto/KicsCounters.py +0 -0
  181. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/dto/KicsResult.py +0 -0
  182. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/dto/LanguageSummary.py +0 -0
  183. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/dto/MethodInfo.py +0 -0
  184. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/dto/MethodParameter.py +0 -0
  185. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/dto/PlatformSummary.py +0 -0
  186. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/dto/Preset.py +0 -0
  187. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/dto/Project.py +0 -0
  188. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/dto/ProjectInput.py +0 -0
  189. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/dto/ProjectsCollection.py +0 -0
  190. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/dto/Queries.py +0 -0
  191. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/dto/QueriesResponse.py +0 -0
  192. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/dto/Query.py +0 -0
  193. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/dto/QueryDescription.py +0 -0
  194. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/dto/QueryDescriptionSampleCode.py +0 -0
  195. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/dto/QuerySummary.py +0 -0
  196. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/dto/Result.py +0 -0
  197. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/dto/ResultNode.py +0 -0
  198. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/dto/ResultsSummary.py +0 -0
  199. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/dto/RichProject.py +0 -0
  200. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/dto/Rule.py +0 -0
  201. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/dto/RuleInput.py +0 -0
  202. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/dto/SastCounters.py +0 -0
  203. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/dto/SastResult.py +0 -0
  204. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/dto/ScaContainersCounters.py +0 -0
  205. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/dto/ScaCounters.py +0 -0
  206. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/dto/ScaPackageCounters.py +0 -0
  207. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/dto/Scan.py +0 -0
  208. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/dto/ScanConfig.py +0 -0
  209. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/dto/ScanInput.py +0 -0
  210. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/dto/ScanParameter.py +0 -0
  211. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/dto/ScansCollection.py +0 -0
  212. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/dto/SeveritySummary.py +0 -0
  213. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/dto/SinkFileSummary.py +0 -0
  214. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/dto/SinkNodeSummary.py +0 -0
  215. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/dto/SourceFileSummary.py +0 -0
  216. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/dto/SourceNodeSummary.py +0 -0
  217. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/dto/StatusDetails.py +0 -0
  218. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/dto/StatusSummary.py +0 -0
  219. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/dto/SubCheck.py +0 -0
  220. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/dto/SubsetScan.py +0 -0
  221. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/dto/TaskInfo.py +0 -0
  222. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/dto/Tree.py +0 -0
  223. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/dto/Upload.py +0 -0
  224. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/dto/WorkspaceQuery.py +0 -0
  225. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/dto/__init__.py +0 -0
  226. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/flagsAPI.py +0 -0
  227. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/healthCheckServiceAPI.py +0 -0
  228. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/httpRequests.py +0 -0
  229. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/kicsResultsAPI.py +0 -0
  230. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/policyInformationPointAPI.py +0 -0
  231. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/projectsAPI.py +0 -0
  232. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/repoStoreServiceAPI.py +0 -0
  233. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/reportAPI.py +0 -0
  234. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/sastBestFixLocationAPI.py +0 -0
  235. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/sastQueriesAPI.py +0 -0
  236. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/sastQueriesAuditAPI.py +0 -0
  237. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/sastResultsAPI.py +0 -0
  238. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/sastResultsSummaryAPI.py +0 -0
  239. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/scanConfigurationAPI.py +0 -0
  240. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/scannersResultsAPI.py +0 -0
  241. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/scansAPI.py +0 -0
  242. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/uploadsAPI.py +0 -0
  243. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxOne/utilities.py +0 -0
  244. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxPortalSoapApiSDK/CxAuditWebService.py +0 -0
  245. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxPortalSoapApiSDK/CxPortalWebService.py +0 -0
  246. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxPortalSoapApiSDK/__init__.py +0 -0
  247. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxPortalSoapApiSDK/authHeaders.py +0 -0
  248. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxPortalSoapApiSDK/zeepClient.py +0 -0
  249. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxReporting/__init__.py +0 -0
  250. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxReporting/api.py +0 -0
  251. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxReporting/config.py +0 -0
  252. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxReporting/dto/CreateReportDTO.py +0 -0
  253. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxReporting/dto/CreateReportResponseDTO.py +0 -0
  254. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxReporting/dto/FilterDTO.py +0 -0
  255. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxReporting/dto/ReportStatusDTO.py +0 -0
  256. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxReporting/dto/__init__.py +0 -0
  257. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxReporting/httpRequests.py +0 -0
  258. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxRestAPISDK/AccessControlAPI.py +0 -0
  259. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxRestAPISDK/ConfigurationAPI.py +0 -0
  260. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxRestAPISDK/CustomTasksAPI.py +0 -0
  261. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/__init__.py +0 -0
  262. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/CxXMLResults.py +0 -0
  263. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/Line.py +0 -0
  264. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/Path.py +0 -0
  265. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/PathNode.py +0 -0
  266. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/Query.py +0 -0
  267. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/Result.py +0 -0
  268. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/Snippet.py +0 -0
  269. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/__init__.py +0 -0
  270. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/xml_results.py +0 -0
  271. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxRestAPISDK/DataRetentionAPI.py +0 -0
  272. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxRestAPISDK/OsaAPI.py +0 -0
  273. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxRestAPISDK/TeamAPI.py +0 -0
  274. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxRestAPISDK/__init__.py +0 -0
  275. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxRestAPISDK/config.py +0 -0
  276. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxRestAPISDK/exceptions/__init__.py +0 -0
  277. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxRestAPISDK/httpRequests.py +0 -0
  278. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxRestAPISDK/osa/__init__.py +0 -0
  279. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaLibrary.py +0 -0
  280. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaLicense.py +0 -0
  281. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaLocation.py +0 -0
  282. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaMatchType.py +0 -0
  283. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaScanDetail.py +0 -0
  284. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaSeverity.py +0 -0
  285. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaState.py +0 -0
  286. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaSummaryReport.py +0 -0
  287. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaVulnerability.py +0 -0
  288. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaVulnerabilityComment.py +0 -0
  289. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaVulnerabilityState.py +0 -0
  290. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/__init__.py +0 -0
  291. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/__init__.py +0 -0
  292. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/configuration/__init__.py +0 -0
  293. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/configuration/dto/CxSASTConfig.py +0 -0
  294. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/configuration/dto/__init__.py +0 -0
  295. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/dataRetention/__init__.py +0 -0
  296. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/dataRetention/dto/CxDataRetentionRequestStatus.py +0 -0
  297. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/dataRetention/dto/CxDataRetentionRequestStatusStage.py +0 -0
  298. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/dataRetention/dto/CxDefineDataRetentionDateRangeRequest.py +0 -0
  299. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/dataRetention/dto/CxDefineDataRetentionNumberOfScansRequest.py +0 -0
  300. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/dataRetention/dto/CxDefineDataRetentionResponse.py +0 -0
  301. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/dataRetention/dto/__init__.py +0 -0
  302. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/engines/__init__.py +0 -0
  303. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/engines/dto/CxEngineConfiguration.py +0 -0
  304. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/engines/dto/CxRegisterEngineRequestBody.py +0 -0
  305. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/general/__init__.py +0 -0
  306. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/general/dto/CxServerLicenseData.py +0 -0
  307. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/general/dto/CxSupportedLanguage.py +0 -0
  308. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/general/dto/CxTranslationInput.py +0 -0
  309. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/__init__.py +0 -0
  310. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxCreateProjectRequest.py +0 -0
  311. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxCreateProjectResponse.py +0 -0
  312. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxCredential.py +0 -0
  313. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxCustomRemoteSourceSettings.py +0 -0
  314. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxGitSettings.py +0 -0
  315. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxIssueTrackingSystem.py +0 -0
  316. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxIssueTrackingSystemDetail.py +0 -0
  317. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxIssueTrackingSystemField.py +0 -0
  318. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxIssueTrackingSystemFieldAllowedValue.py +0 -0
  319. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxIssueTrackingSystemJira.py +0 -0
  320. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxIssueTrackingSystemJiraField.py +0 -0
  321. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxIssueTrackingSystemType.py +0 -0
  322. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxLink.py +0 -0
  323. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxPerforceSettings.py +0 -0
  324. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxProjectExcludeSettings.py +0 -0
  325. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxProjectQueueSetting.py +0 -0
  326. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxSVNSettings.py +0 -0
  327. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxSharedRemoteSourceSettingsRequest.py +0 -0
  328. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxSharedRemoteSourceSettingsResponse.py +0 -0
  329. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxSourceSettingsLink.py +0 -0
  330. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxTFSSettings.py +0 -0
  331. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxURI.py +0 -0
  332. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxUpdateProjectNameTeamIdRequest.py +0 -0
  333. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxUpdateProjectRequest.py +0 -0
  334. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/customFields/__init__.py +0 -0
  335. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/customTasks/CxCustomTask.py +0 -0
  336. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/customTasks/__init__.py +0 -0
  337. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/presets/CxPreset.py +0 -0
  338. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/presets/__init__.py +0 -0
  339. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/__init__.py +0 -0
  340. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxCreateNewScanResponse.py +0 -0
  341. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxDateAndTime.py +0 -0
  342. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxFinishedScanStatus.py +0 -0
  343. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxLanguageState.py +0 -0
  344. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxLanguageStatistic.py +0 -0
  345. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxPolicyFindingResponse.py +0 -0
  346. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxPolicyFindingsStatus.py +0 -0
  347. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxRegisterScanReportResponse.py +0 -0
  348. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxResultsStatistics.py +0 -0
  349. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanFailedGeneralQueries.py +0 -0
  350. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanFailedQueries.py +0 -0
  351. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanFileCountOfLanguage.py +0 -0
  352. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanParsedFiles.py +0 -0
  353. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanParsedFilesMetric.py +0 -0
  354. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanQueueDetail.py +0 -0
  355. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanReportStatus.py +0 -0
  356. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanReportXmlContent.py +0 -0
  357. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanResultAttackVector.py +0 -0
  358. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanResultAttackVectorByBFL.py +0 -0
  359. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanResultLabelsFields.py +0 -0
  360. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanResultNode.py +0 -0
  361. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanStage.py +0 -0
  362. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanState.py +0 -0
  363. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanSucceededGeneralQueries.py +0 -0
  364. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanType.py +0 -0
  365. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxSchedulingSettings.py +0 -0
  366. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxStatisticsResult.py +0 -0
  367. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxStatus.py +0 -0
  368. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxStatusDetail.py +0 -0
  369. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/scanSettings/CxCreateScanSettingsRequestBody.py +0 -0
  370. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/scanSettings/CxCreateScanSettingsResponse.py +0 -0
  371. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/scanSettings/CxEmailNotification.py +0 -0
  372. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/scanSettings/CxLanguage.py +0 -0
  373. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/scanSettings/__init__.py +0 -0
  374. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxRestAPISDK/team/__init__.py +0 -0
  375. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxRestAPISDK/team/dto/CxTeam.py +0 -0
  376. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxRestAPISDK/team/dto/__init__.py +0 -0
  377. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxScaApiSDK/AccessControlAPI.py +0 -0
  378. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxScaApiSDK/__init__.py +0 -0
  379. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxScaApiSDK/api.py +0 -0
  380. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxScaApiSDK/config.py +0 -0
  381. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/CxScaApiSDK/httpRequests.py +0 -0
  382. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/__init__.py +0 -0
  383. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/external/__init__.py +0 -0
  384. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/external/sarif/__init__.py +0 -0
  385. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/external/sarif/dto/CxCategory.py +0 -0
  386. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/external/sarif/dto/CxSarifCategory.py +0 -0
  387. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/external/sarif/dto/SarifArtifactLocation.py +0 -0
  388. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/external/sarif/dto/SarifDescription.py +0 -0
  389. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/external/sarif/dto/SarifDriver.py +0 -0
  390. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/external/sarif/dto/SarifDriverRule.py +0 -0
  391. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/external/sarif/dto/SarifLocation.py +0 -0
  392. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/external/sarif/dto/SarifMessage.py +0 -0
  393. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/external/sarif/dto/SarifPhysicalLocation.py +0 -0
  394. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/external/sarif/dto/SarifPhysicalLocationPropertyBag.py +0 -0
  395. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/external/sarif/dto/SarifRegion.py +0 -0
  396. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/external/sarif/dto/SarifResultPropertyBag.py +0 -0
  397. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/external/sarif/dto/SarifResultsCollection.py +0 -0
  398. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/external/sarif/dto/SarifRun.py +0 -0
  399. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/external/sarif/dto/SarifScanResult.py +0 -0
  400. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/external/sarif/dto/SarifTaxa.py +0 -0
  401. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/external/sarif/dto/SarifTaxaPropertyBag.py +0 -0
  402. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/external/sarif/dto/SarifTaxaRelationship.py +0 -0
  403. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/external/sarif/dto/SarifTaxaRelationshipTarget.py +0 -0
  404. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/external/sarif/dto/SarifTaxonomy.py +0 -0
  405. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/external/sarif/dto/SarifTool.py +0 -0
  406. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/external/sarif/dto/SarifToolComponent.py +0 -0
  407. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/external/sarif/dto/__init__.py +0 -0
  408. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/external/sarif/sast_xml_to_sarif.py +0 -0
  409. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/external/sarif/stig_mapping.py +0 -0
  410. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/utilities/CxError.py +0 -0
  411. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/utilities/__init__.py +0 -0
  412. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/utilities/compat.py +0 -0
  413. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/utilities/configUtility.py +0 -0
  414. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK/utilities/httpRequests.py +0 -0
  415. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK.egg-info/dependency_links.txt +0 -0
  416. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK.egg-info/requires.txt +0 -0
  417. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/CheckmarxPythonSDK.egg-info/top_level.txt +0 -0
  418. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/LICENSE +0 -0
  419. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/README.md +0 -0
  420. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/setup.cfg +0 -0
  421. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/setup.py +0 -0
  422. {checkmarxpythonsdk-0.9.0 → checkmarxpythonsdk-0.9.1}/tests/test_sample.py +0 -0
@@ -10,7 +10,7 @@ class CustomFieldsAPI(object):
10
10
 
11
11
  """
12
12
  @staticmethod
13
- def get_all_custom_fields(api_version="1.0"):
13
+ def get_all_custom_fields(api_version="5.0"):
14
14
  """
15
15
  REST API: get all custom fields
16
16
 
@@ -32,7 +32,8 @@ class CustomFieldsAPI(object):
32
32
  result = [
33
33
  CxCustomField(
34
34
  custom_field_id=item.get("id"),
35
- name=item.get("name")
35
+ name=item.get("name"),
36
+ is_mandatory=item.get("isMandatory")
36
37
  ) for item in response.json()
37
38
  ]
38
39
  return result
@@ -3,7 +3,38 @@ import json
3
3
  from .httpRequests import get_request, post_request, put_request, patch_request, delete_request, get_headers
4
4
  from CheckmarxPythonSDK.utilities.compat import OK, NO_CONTENT, CREATED
5
5
  from .sast.projects.dto import CxLink
6
- from .sast.engines.dto import (CxEngineServer, CxEngineConfiguration, CxEngineServerStatus)
6
+ from .sast.engines.dto import (CxEngineServer, CxEngineConfiguration, CxEngineDedication, CxEngineServerStatus)
7
+
8
+
9
+ def construct_engine_server(item):
10
+ return CxEngineServer(
11
+ engine_server_id=item.get("id"),
12
+ name=item.get("name"),
13
+ uri=item.get("uri"),
14
+ min_loc=item.get("minLoc"),
15
+ max_loc=item.get("maxLoc"),
16
+ max_scans=item.get("maxScans"),
17
+ cx_version=item.get("cxVersion"),
18
+ operating_system=item.get("operatingSystem"),
19
+ status=CxEngineServerStatus(
20
+ status_id=(item.get("status", {}) or {}).get("id"),
21
+ value=(item.get("status", {}) or {}).get("value"),
22
+ ),
23
+ link=CxLink(
24
+ rel=(item.get("link", {}) or {}).get("rel"),
25
+ uri=(item.get("link", {}) or {}).get("uri")
26
+ ),
27
+ offline_reason_code=item.get("offlineReasonCode"),
28
+ offline_reason_message=item.get("offlineReasonMessage"),
29
+ offline_reason_message_parameters=item.get("offlineReasonMessageParameters"),
30
+ dedications=[
31
+ CxEngineDedication(
32
+ item_type=va.get("itemType"),
33
+ item_id=va.get("itemId"),
34
+ item_name=va.get("itemName"),
35
+ ) for va in item.get("dedications", [{}])
36
+ ]
37
+ )
7
38
 
8
39
 
9
40
  class EnginesAPI(object):
@@ -11,7 +42,7 @@ class EnginesAPI(object):
11
42
  engines API
12
43
  """
13
44
  @staticmethod
14
- def get_all_engine_server_details(api_version="1.0"):
45
+ def get_all_engine_server_details(api_version="5.0"):
15
46
  """
16
47
  GET /sast/engineServers Gets details of all Engine Servers
17
48
  Args:
@@ -30,23 +61,7 @@ class EnginesAPI(object):
30
61
  response = get_request(relative_url=relative_url, headers=get_headers(api_version))
31
62
  if response.status_code == OK:
32
63
  result = [
33
- CxEngineServer(
34
- engine_server_id=item.get("id"),
35
- name=item.get("name"),
36
- uri=item.get("uri"),
37
- min_loc=item.get("minLoc"),
38
- max_loc=item.get("maxLoc"),
39
- max_scans=item.get("maxScans"),
40
- cx_version=item.get("cxVersion"),
41
- status=CxEngineServerStatus(
42
- status_id=(item.get("status", {}) or {}).get("id"),
43
- value=(item.get("status", {}) or {}).get("value"),
44
- ),
45
- link=CxLink(
46
- rel=(item.get("link", {}) or {}).get("rel"),
47
- uri=(item.get("link", {}) or {}).get("uri")
48
- )
49
- ) for item in response.json()
64
+ construct_engine_server(item) for item in response.json()
50
65
  ]
51
66
  return result
52
67
 
@@ -65,7 +80,7 @@ class EnginesAPI(object):
65
80
  return a_dict.get(engine_name)
66
81
 
67
82
  @staticmethod
68
- def register_engine(name, uri, min_loc, max_loc, is_blocked, max_scans, api_version="1.0"):
83
+ def register_engine(name, uri, min_loc, max_loc, is_blocked, max_scans, dedications=None, api_version="5.0"):
69
84
  """
70
85
  POST /sast/engineServers Registers an Engine Server
71
86
  Args:
@@ -75,6 +90,7 @@ class EnginesAPI(object):
75
90
  max_loc (int): Specifies the maximum number of lines of code to scan
76
91
  is_blocked (boolean): Specifies whether or not the engine will be able to receive scan requests
77
92
  max_scans (int):
93
+ dedications (`list` of :obj:`CxEngineDedication`):
78
94
  api_version (str, optional):
79
95
 
80
96
  Returns:
@@ -86,8 +102,18 @@ class EnginesAPI(object):
86
102
  CxError
87
103
  """
88
104
  result = None
105
+ if dedications:
106
+ if not isinstance(dedications, list):
107
+ raise ValueError("parameter dedications should be a list of CxEngineDedication")
108
+ for dedication in dedications:
109
+ if not isinstance(dedication, CxEngineDedication):
110
+ raise ValueError("member of dedications should be CxEngineDedication")
111
+
89
112
  post_data = json.dumps(
90
113
  {
114
+ "dedications": [
115
+ item.to_dict() for item in dedications
116
+ ],
91
117
  "name": name,
92
118
  "uri": uri,
93
119
  "minLoc": min_loc,
@@ -110,7 +136,7 @@ class EnginesAPI(object):
110
136
  return result
111
137
 
112
138
  @staticmethod
113
- def unregister_engine_by_engine_id(engine_id, api_version="1.0"):
139
+ def unregister_engine_by_engine_id(engine_id, api_version="5.0"):
114
140
  """
115
141
  DELETE /sast/engineServers/{id} Unregister an existing engine server.
116
142
 
@@ -134,7 +160,7 @@ class EnginesAPI(object):
134
160
  return result
135
161
 
136
162
  @staticmethod
137
- def get_engine_details(engine_id, api_version="1.0"):
163
+ def get_engine_details(engine_id, api_version="5.0"):
138
164
  """
139
165
  GET /sast/engineServers/{id} Get details of a specific engine server by Id.
140
166
 
@@ -155,28 +181,12 @@ class EnginesAPI(object):
155
181
  response = get_request(relative_url=relative_url, headers=get_headers(api_version))
156
182
  if response.status_code == OK:
157
183
  item = response.json()
158
- result = CxEngineServer(
159
- engine_server_id=item.get("id"),
160
- name=item.get("name"),
161
- uri=item.get("uri"),
162
- min_loc=item.get("minLoc"),
163
- max_loc=item.get("maxLoc"),
164
- max_scans=item.get("maxScans"),
165
- cx_version=item.get("cxVersion"),
166
- status=CxEngineServerStatus(
167
- status_id=(item.get("status", {}) or {}).get("id"),
168
- value=(item.get("status", {}) or {}).get("value"),
169
- ),
170
- link=CxLink(
171
- rel=(item.get("link", {}) or {}).get("rel"),
172
- uri=(item.get("link", {}) or {}).get("uri")
173
- )
174
- )
184
+ result = construct_engine_server(item)
175
185
  return result
176
186
 
177
187
  @staticmethod
178
- def update_engine_server(engine_id, name, uri, min_loc, max_loc, is_blocked, max_scans=None,
179
- api_version="1.0"):
188
+ def update_engine_server(engine_id, name, uri, min_loc, max_loc, is_blocked, max_scans=None, dedications=None,
189
+ api_version="5.0"):
180
190
  """
181
191
  PUT /sast/engineServers/{id} Update an existing engine server's configuration
182
192
  and enables to change certain parameters.
@@ -190,6 +200,7 @@ class EnginesAPI(object):
190
200
  max_loc (int): Specifies the maximum number of lines of code to scan
191
201
  is_blocked (boolean): Specifies whether or not the engine will be able to receive scan requests
192
202
  max_scans (int): Specifies the maximum number of concurrent scans to perform
203
+ dedications (`list` of :obj:`CxEngineDedication`):
193
204
  api_version (str, optional):
194
205
 
195
206
  Returns:
@@ -201,9 +212,18 @@ class EnginesAPI(object):
201
212
  CxError
202
213
  """
203
214
  result = None
215
+ if dedications:
216
+ if not isinstance(dedications, list):
217
+ raise ValueError("parameter dedications should be a list of CxEngineDedication")
218
+ for dedication in dedications:
219
+ if not isinstance(dedication, CxEngineDedication):
220
+ raise ValueError("member of dedications should be CxEngineDedication")
204
221
  relative_url = "/cxrestapi/sast/engineServers/{id}".format(id=engine_id)
205
222
  put_data = json.dumps(
206
223
  {
224
+ "dedications": [
225
+ item.to_dict() for item in dedications
226
+ ],
207
227
  "name": name,
208
228
  "uri": uri,
209
229
  "minLoc": min_loc,
@@ -225,8 +245,9 @@ class EnginesAPI(object):
225
245
  return result
226
246
 
227
247
  @staticmethod
228
- def update_an_engine_server_by_edit_single_field(engine_id, name, uri, min_loc, max_loc, is_blocked,
229
- max_scans, api_version="1.0"):
248
+ def update_an_engine_server_by_edit_single_field(engine_id, name=None, uri=None, min_loc=None, max_loc=None,
249
+ is_blocked=None, max_scans=None, dedications=None,
250
+ api_version="5.0"):
230
251
  """
231
252
  PATCH sast/engineServers/{id}
232
253
  Args:
@@ -237,6 +258,7 @@ class EnginesAPI(object):
237
258
  max_loc (int): Specifies the maximum number of lines of code to scan
238
259
  is_blocked (boolean): Specifies whether or not the engine will be able to receive scan requests
239
260
  max_scans (int): Specifies the maximum number of concurrent scans to perform
261
+ dedications (`list` of :obj:`CxEngineDedication`):
240
262
  api_version (str, optional):
241
263
 
242
264
  Returns:
@@ -248,17 +270,31 @@ class EnginesAPI(object):
248
270
  CxError
249
271
  """
250
272
  result = False
273
+ if dedications:
274
+ if not isinstance(dedications, list):
275
+ raise ValueError("parameter dedications should be a list of CxEngineDedication")
276
+ for dedication in dedications:
277
+ if not isinstance(dedication, CxEngineDedication):
278
+ raise ValueError("member of dedications should be CxEngineDedication")
251
279
  relative_url = "/cxrestapi/sast/engineServers/{id}".format(id=engine_id)
252
- patch_data = json.dumps(
253
- {
254
- "name": name,
255
- "uri": uri,
256
- "minLoc": min_loc,
257
- "maxLoc": max_loc,
258
- "isBlocked": is_blocked,
259
- "maxScans": max_scans
260
- }
261
- )
280
+ data = {}
281
+ if name:
282
+ data.update({"name": name})
283
+ if uri:
284
+ data.update({"uri": uri})
285
+ if min_loc:
286
+ data.update({"minLoc": min_loc})
287
+ if max_loc:
288
+ data.update({"maxLoc": max_loc})
289
+ if is_blocked:
290
+ data.update({"isBlocked": is_blocked})
291
+ if max_scans:
292
+ data.update({"maxScans": max_scans})
293
+ if dedications:
294
+ data.update({"dedications": [
295
+ item.to_dict() for item in dedications
296
+ ]})
297
+ patch_data = json.dumps(data)
262
298
  response = patch_request(relative_url=relative_url, data=patch_data, headers=get_headers(api_version))
263
299
  if response.status_code == NO_CONTENT:
264
300
  result = True
@@ -3,7 +3,7 @@ import json
3
3
 
4
4
  from .httpRequests import get_request, post_request, patch_request, delete_request, get_headers
5
5
  from CheckmarxPythonSDK.utilities.compat import OK, CREATED, NO_CONTENT, ACCEPTED
6
- from .sast.general.dto import CxServerLicenseData, CxSupportedLanguage, CxTranslationInput
6
+ from .sast.general.dto import CxServerLicenseData, CxSupportedLanguage, CxTranslationInput, CxUserPersistence
7
7
 
8
8
 
9
9
  class GeneralAPI:
@@ -418,3 +418,208 @@ class GeneralAPI:
418
418
  is_successful = True
419
419
  return is_successful
420
420
 
421
+ @staticmethod
422
+ def get_all_scheduled_jobs(api_version="4.0"):
423
+ """
424
+
425
+ Args:
426
+ api_version:
427
+
428
+ Returns:
429
+ list of dict
430
+ example:
431
+ [{'projectId': 8, 'projectName': 'jvl_git', 'scanDays': ['Sunday'], 'scanTime': '12:00 上午'}]
432
+ """
433
+ result = None
434
+ relative_url = "/cxrestapi/sast/scheduledJobs"
435
+ response = get_request(relative_url=relative_url, headers=get_headers(api_version))
436
+ if response.status_code == OK:
437
+ result = response.json()
438
+ return result
439
+
440
+ @staticmethod
441
+ def get_user_persistence_data_for_current_user(persistence_keys, api_version="5.0"):
442
+ """
443
+ Gets user persistence data for current user
444
+ Args:
445
+ persistence_keys (`list` of `str`): persistence keys
446
+ api_version (str):
447
+
448
+ Returns:
449
+ list
450
+ """
451
+ if not isinstance(persistence_keys, list):
452
+ raise ValueError("parameter persistence_keys should be a list of str")
453
+ for item in persistence_keys:
454
+ if not isinstance(item, str):
455
+ raise ValueError("all member in persistence_keys should be a str")
456
+ result = None
457
+ relative_url = "/cxrestapi/userPersistence?"
458
+ relative_url += "&".join(["persistenceKeys={}".format(item) for item in persistence_keys])
459
+
460
+ response = get_request(relative_url=relative_url, headers=get_headers(api_version))
461
+ if response.status_code == OK:
462
+ result = response.json()
463
+ return result
464
+
465
+ @staticmethod
466
+ def update_persistence_data_for_current_user(persistence_items, api_version="5.0"):
467
+ """
468
+ Updates an existing user persistence data for current user
469
+ Args:
470
+ persistence_items (list of `CxUserPersistence`):
471
+ api_version (str):
472
+
473
+ Returns:
474
+
475
+ """
476
+ is_successful = False
477
+ if not isinstance(persistence_items, list):
478
+ raise ValueError("parameter persistence_items should be a list of CxUserPersistence")
479
+ for item in persistence_items:
480
+ if not isinstance(item, CxUserPersistence):
481
+ raise ValueError("member in parameter persistence_items should be CxUserPersistence")
482
+ result = None
483
+ relative_url = "/cxrestapi/userPersistence"
484
+ data = json.dumps(
485
+ [item.to_dict() for item in persistence_items]
486
+ )
487
+ response = patch_request(relative_url=relative_url, data=data, headers=get_headers(api_version))
488
+ if response.status_code == OK:
489
+ is_successful = True
490
+ return is_successful
491
+
492
+ @staticmethod
493
+ def get_audit_trail_for_roles(from_date, to_date, api_version="5.0"):
494
+ """
495
+
496
+ Args:
497
+ from_date (str): From Date (Input Format: yyyy-mm-dd)
498
+ to_date (str): To Date (Input Format: yyyy-mm-dd)
499
+ api_version (str):
500
+
501
+ Returns:
502
+ list of dict
503
+ example:
504
+ [
505
+ {
506
+ 'event': 'RoleCreated',
507
+ 'id': 1, 'ownerId': -1,
508
+ 'ownerName': 'client_credentials_installer',
509
+ 'roleDetails': {'id': 0, 'name': None},
510
+ 'timeStamp': '2023-08-18T05:14:33.6851454'
511
+ }
512
+ ]
513
+ """
514
+ result = None
515
+ relative_url = "/cxrestapi/sast/roles/auditTrail?fromDate={fromDate}&toDate={toDate}".format(
516
+ fromDate=from_date, toDate=to_date
517
+ )
518
+ response = get_request(relative_url=relative_url, headers=get_headers(api_version))
519
+ if response.status_code == OK:
520
+ result = response.json()
521
+ return result
522
+
523
+ @staticmethod
524
+ def get_audit_trail_for_teams(from_date, to_date, api_version="5.0"):
525
+ """
526
+
527
+ Args:
528
+ from_date (str): From Date (Input Format: yyyy-mm-dd)
529
+ to_date (str): To Date (Input Format: yyyy-mm-dd)
530
+ api_version (str):
531
+
532
+ Returns:
533
+ list of dict
534
+ example:
535
+ [
536
+ { 'event': 'TeamCreated',
537
+ 'id': 15769,
538
+ 'ownerId': 1,
539
+ 'ownerName': 'Admin',
540
+ 'teamDetails': None,
541
+ 'timeStamp': '2024-04-15T07:35:45.6458877'
542
+ }
543
+ ]
544
+ """
545
+ result = None
546
+ relative_url = "/cxrestapi/sast/teams/auditTrail?fromDate={fromDate}&toDate={toDate}".format(
547
+ fromDate=from_date, toDate=to_date
548
+ )
549
+ response = get_request(relative_url=relative_url, headers=get_headers(api_version))
550
+ if response.status_code == OK:
551
+ result = response.json()
552
+ return result
553
+
554
+ @staticmethod
555
+ def get_audit_trail_for_presets(from_date, to_date, api_version="5.0"):
556
+ """
557
+
558
+ Args:
559
+ from_date (str): From Date (Input Format: yyyy-mm-dd)
560
+ to_date (str): To Date (Input Format: yyyy-mm-dd)
561
+ api_version (str):
562
+
563
+ Returns:
564
+ list of dict
565
+ example:
566
+ [
567
+ {
568
+ 'event': 'Update',
569
+ 'id': 8,
570
+ 'isSuccessful': True,
571
+ 'ownerId': 1,
572
+ 'ownerName': 'Admin',
573
+ 'presetId': 100002,
574
+ 'presetName': 'Checkmarx Default - Customized',
575
+ 'timeStamp': '2024-01-11T09:44:11.78'
576
+ }
577
+ ]
578
+ """
579
+ result = None
580
+ relative_url = "/cxrestapi/sast/presets/auditTrail?fromDate={fromDate}&toDate={toDate}".format(
581
+ fromDate=from_date, toDate=to_date
582
+ )
583
+ response = get_request(relative_url=relative_url, headers=get_headers(api_version))
584
+ if response.status_code == OK:
585
+ result = response.json()
586
+ return result
587
+
588
+ @staticmethod
589
+ def get_audit_trail_for_results(from_date, to_date, update_type="ALL", api_version="5.0"):
590
+ """
591
+
592
+ Args:
593
+ update_type (str): Update Type (ALL, ASSIGN, RESULT_COMMENT, RESULT_SEVERITY, RESULT_STATE) ,
594
+ default value is "ALL"
595
+ from_date (str): From Date (Input Format: yyyy-mm-dd)
596
+ to_date (str): To Date (Input Format: yyyy-mm-dd)
597
+ api_version (str):
598
+
599
+ Returns:
600
+ list of dict
601
+ example:
602
+ [
603
+ {
604
+ 'id': 48,
605
+ 'isSuccessful': True,
606
+ 'ownerName': 'Admin',
607
+ 'projectId': 5,
608
+ 'scanId': 1000076,
609
+ 'timeStamp': '2024-01-05T11:25:21.943',
610
+ 'updateType': 'RESULT_STATE'
611
+ }
612
+ ]
613
+ """
614
+ result = None
615
+ if update_type not in ["ALL", "ASSIGN", "RESULT_COMMENT", "RESULT_SEVERITY", "RESULT_STATE"]:
616
+ raise ValueError('parameter update_type should be a member of list '
617
+ '["ALL", "ASSIGN", "RESULT_COMMENT", "RESULT_SEVERITY", "RESULT_STATE"]')
618
+ relative_url = ("/cxrestapi/sast/results/auditTrail?updateType={updateType}&fromDate={fromDate}"
619
+ "&toDate={toDate}").format(
620
+ updateType=update_type, fromDate=from_date, toDate=to_date
621
+ )
622
+ response = get_request(relative_url=relative_url, headers=get_headers(api_version))
623
+ if response.status_code == OK:
624
+ result = response.json()
625
+ return result
@@ -12,7 +12,7 @@ from .sast.projects.dto import CxCreateProjectResponse, \
12
12
  CxIssueTrackingSystemType, CxIssueTrackingSystemFieldAllowedValue, \
13
13
  CxIssueTrackingSystem, CxLink, CxCustomRemoteSourceSettings, \
14
14
  CxProjectExcludeSettings, CxSVNSettings, CxURI, CxPerforceSettings, \
15
- CxTFSSettings, CxPreset
15
+ CxTFSSettings, CxPreset, CxCustomField
16
16
  from .sast.projects.dto import construct_cx_project
17
17
 
18
18
 
@@ -21,7 +21,7 @@ class ProjectsAPI(object):
21
21
  the projects API
22
22
  """
23
23
  @staticmethod
24
- def get_all_project_details(project_name=None, team_id=None, api_version="2.0"):
24
+ def get_all_project_details(project_name=None, team_id=None, show_also_deleted_projects=False, api_version="5.0"):
25
25
  """
26
26
  REST API: get all project details.
27
27
  For argument team_id, please consider using TeamAPI.get_team_id_by_full_name(team_full_name)
@@ -30,6 +30,7 @@ class ProjectsAPI(object):
30
30
  project_name (str, optional): Unique name of a specific project or projects
31
31
  team_id (int, str, optional): Unique Id of a specific team or teams.
32
32
  default to id of the corresponding team full name in config.ini
33
+ show_also_deleted_projects (bool): Expose deleted project information, default value is "false"
33
34
  api_version (str, optional):
34
35
 
35
36
  Returns:
@@ -41,14 +42,11 @@ class ProjectsAPI(object):
41
42
  CxError
42
43
  """
43
44
  result = None
44
- relative_url = "/cxrestapi/projects"
45
- optionals = []
45
+ relative_url = "/cxrestapi/projects?showAlsoDeletedProjects={}".format(show_also_deleted_projects)
46
46
  if project_name:
47
- optionals.append("projectName=" + str(project_name))
47
+ relative_url += "&projectName={}".format(project_name)
48
48
  if team_id:
49
- optionals.append("teamId=" + str(team_id))
50
- if optionals:
51
- relative_url += "?" + "&".join(optionals)
49
+ relative_url += "&teamId={}".format(team_id)
52
50
  response = get_request(relative_url=relative_url, headers=get_headers(api_version))
53
51
  if response.status_code == OK:
54
52
  result = [
@@ -57,7 +55,7 @@ class ProjectsAPI(object):
57
55
  return result
58
56
 
59
57
  @staticmethod
60
- def create_project_with_default_configuration(project_name, team_id, is_public=True, api_version="1.0"):
58
+ def create_project_with_default_configuration(project_name, team_id, is_public=True, api_version="5.0"):
61
59
  """
62
60
  REST API: create project
63
61
 
@@ -124,7 +122,7 @@ class ProjectsAPI(object):
124
122
  return None
125
123
 
126
124
  @staticmethod
127
- def get_project_details_by_id(project_id, api_version="2.0"):
125
+ def get_project_details_by_id(project_id, api_version="5.0"):
128
126
  """
129
127
  REST API: get project details by project id
130
128
 
@@ -149,7 +147,7 @@ class ProjectsAPI(object):
149
147
  return result
150
148
 
151
149
  @staticmethod
152
- def update_project_by_id(project_id, project_name, team_id, custom_fields=(), api_version="1.0"):
150
+ def update_project_by_id(project_id, project_name, team_id, custom_fields=(), api_version="5.0"):
153
151
  """
154
152
  update project info by project id
155
153
 
@@ -170,11 +168,13 @@ class ProjectsAPI(object):
170
168
  """
171
169
  result = False
172
170
  relative_url = "/cxrestapi/projects/{id}".format(id=project_id)
171
+ if not isinstance(custom_fields, (list, tuple)):
172
+ raise ValueError("parameter custom_fields should be a list of CxCustomField")
173
173
  put_data = json.dumps(
174
174
  {
175
175
  "name": project_name,
176
176
  "owningTeam": team_id,
177
- "CustomFields": custom_fields
177
+ "CustomFields": [item.to_dict() for item in custom_fields]
178
178
  }
179
179
  )
180
180
  response = put_request(relative_url=relative_url, data=put_data, headers=get_headers(api_version))
@@ -184,7 +184,7 @@ class ProjectsAPI(object):
184
184
  return result
185
185
 
186
186
  @staticmethod
187
- def update_project_name_team_id(project_id, project_name, team_id, api_version="1.0"):
187
+ def update_project_name_team_id(project_id, project_name, team_id, api_version="5.0"):
188
188
  """
189
189
  REST API: update project name, team id
190
190
 
@@ -217,7 +217,7 @@ class ProjectsAPI(object):
217
217
  return result
218
218
 
219
219
  @staticmethod
220
- def delete_project_by_id(project_id, delete_running_scans=False, api_version="1.0"):
220
+ def delete_project_by_id(project_id, delete_running_scans=False, api_version="5.0"):
221
221
  """
222
222
  REST API: delete project by id
223
223
 
@@ -1414,8 +1414,77 @@ class ProjectsAPI(object):
1414
1414
  bool
1415
1415
  """
1416
1416
  is_successful = False
1417
- relative_url = "/cxrestapi//projects/{id}/forceScanOnNoCodeChanges".format(id=project_id)
1417
+ relative_url = "/cxrestapi/projects/{id}/forceScanOnNoCodeChanges".format(id=project_id)
1418
1418
  response = post_request(relative_url=relative_url, data={}, headers=get_headers(api_version))
1419
1419
  if response.status_code == OK:
1420
1420
  is_successful = True
1421
1421
  return is_successful
1422
+
1423
+ @staticmethod
1424
+ def get_path_filter(project_id, api_version="5.0"):
1425
+ """
1426
+ Get project's source code files/folders filter
1427
+ Args:
1428
+ project_id (int): Unique ID of a specific project
1429
+ api_version (str):
1430
+
1431
+ Returns:
1432
+ str
1433
+ """
1434
+ result = None
1435
+ relative_url = "/cxrestapi/projects/{projectId}/sourceCode/pathFilter".format(projectId=project_id)
1436
+ response = get_request(relative_url=relative_url, headers=get_headers(api_version))
1437
+ if response.status_code == OK:
1438
+ result = response.json()
1439
+ return result.get("pathFilter")
1440
+
1441
+ @staticmethod
1442
+ def set_path_filter(project_id, path_filter, api_version="5.0"):
1443
+ """
1444
+ Set project's source code files/folders filter
1445
+ Args:
1446
+ project_id (int): Unique ID of a specific project
1447
+ path_filter (str): Filter for source code files/folder
1448
+ api_version (str):
1449
+
1450
+ Returns:
1451
+ bool
1452
+ """
1453
+ is_successful = False
1454
+ relative_url = "/cxrestapi/projects/{projectId}/sourceCode/pathFilter".format(projectId=project_id)
1455
+ data = json.dumps(
1456
+ {
1457
+ "pathFilter": path_filter
1458
+ }
1459
+ )
1460
+ response = put_request(relative_url=relative_url, data=data, headers=get_headers(api_version))
1461
+ if response.status_code == OK:
1462
+ is_successful = True
1463
+ return is_successful
1464
+
1465
+ @staticmethod
1466
+ def get_project_validity_for_running_incremental_scan(project_id, api_version="5.0"):
1467
+ """
1468
+ Get the project's validity for running Incremental scan
1469
+ Args:
1470
+ project_id:
1471
+ api_version:
1472
+
1473
+ Returns:
1474
+ dict
1475
+ {
1476
+ "validForIncrementalScan": true,
1477
+ "consecutiveIncrementalScansLimitReached": true,
1478
+ "enginePackUpgradedSinceLastFullScan": true,
1479
+ "maxConsecutiveIncrementalScans": 0,
1480
+ "incrementalScansSinceLastFullScan": 0,
1481
+ "lastFullScanDate": "2024-07-14T12:05:47.255Z",
1482
+ "enginePackUpgradeDate": "2024-07-14T12:05:47.255Z"
1483
+ }
1484
+ """
1485
+ result = None
1486
+ relative_url = "/cxrestapi/projects/{id}/incrementalScanValidityStatus".format(id=project_id)
1487
+ response = get_request(relative_url=relative_url, headers=get_headers(api_version))
1488
+ if response.status_code == OK:
1489
+ result = response.json()
1490
+ return result