CheckmarxPythonSDK 1.0.0__tar.gz → 1.0.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.
- checkmarxpythonsdk-1.0.2/CheckmarxPythonSDK/CxOne/Configuration.py +8 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ClientsAPI.py +19 -2
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/GroupsAPI.py +14 -0
- checkmarxpythonsdk-1.0.2/CheckmarxPythonSDK/CxOne/apisecAPI.py +8 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/config.py +1 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/dto/Flag.py +1 -1
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/dto/ScanConfig.py +1 -1
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/flagsAPI.py +15 -2
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/projectsAPI.py +101 -0
- checkmarxpythonsdk-1.0.2/CheckmarxPythonSDK/CxOne/reportAPI.py +159 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/scansAPI.py +72 -0
- checkmarxpythonsdk-1.0.2/CheckmarxPythonSDK/__version__.py +1 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/utilities/httpRequests.py +9 -3
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK.egg-info/PKG-INFO +1 -1
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK.egg-info/SOURCES.txt +2 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/PKG-INFO +1 -1
- checkmarxpythonsdk-1.0.0/CheckmarxPythonSDK/CxOne/reportAPI.py +0 -68
- checkmarxpythonsdk-1.0.0/CheckmarxPythonSDK/__version__.py +0 -1
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxAccessControl/AccessControl.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxAccessControl/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/AuthenticationProvider.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/Configuration.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/LDAPGroup.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/LDAPGroupAndRoleMappingDetail.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/LDAPRoleMapping.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/LDAPServer.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/LDAPTeamMapping.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/MyProfile.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/OIDCClient.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/Permission.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/Role.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/SAMLIdentityProvider.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/SAMLRoleMapping.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/SAMLServiceProvider.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/SAMLTeamMapping.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/SMTPSetting.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/ServiceProvider.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/SystemLocale.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/Team.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/User.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/WindowsDomain.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxODataApiSDK/HttpRequests.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxODataApiSDK/ProjectsODataAPI.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxODataApiSDK/ResultsODataAPI.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxODataApiSDK/ScansODataAPI.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxODataApiSDK/Utilities.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxODataApiSDK/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/AccessControlAPI/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/AccessControlAPI/api.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/AccessControlAPI/dto/AstIdWithName.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/AccessControlAPI/dto/AstUser.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/AccessControlAPI/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/AccessControlAPI/url.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/AttackDetectionAPI.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/AuthenticationManagementAPI.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ClientAttributeCertificateAPI.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ClientInitialAccessAPI.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ClientRegistrationPolicyAPI.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ClientRoleMappingsAPI.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ClientScopesAPI.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ComponentAPI.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/IdentityProvidersAPI.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/KeyAPI.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ProtocolMappersAPI.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/RealmsAdminAPI.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/RoleMapperAPI.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/RolesAPI.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/RolesByIDAPI.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/RootAPI.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ScopeMappingsAPI.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/UserStorageProviderAPI.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/UsersAPI.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AccessToken.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AccessTokenAccess.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AccessTokenAuthorization.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AccessTokenCertConf.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AddressClaimSet.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AuthenticationExecutionExportRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AuthenticationExecutionInfoRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AuthenticationExecutionRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AuthenticationFlowRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AuthenticatorConfigInfoRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AuthenticatorConfigRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/CertificateRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientInitialAccessCreatePresentation.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientInitialAccessPresentation.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientMappingsRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientPoliciesRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientPolicyConditionRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientPolicyExecutorRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientPolicyRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientProfileRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientProfilesRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientScopeEvaluateResourceProtocolMapperEvaluationRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientScopeRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ComponentExportRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ComponentRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ConfigPropertyRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/CredentialRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/FederatedIdentityRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/GlobalRequestResult.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/Group.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/GroupRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/IDToken.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/IdentityProviderMapperRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/IdentityProviderRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/JsonNode.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/KeyStoreConfig.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/KeysMetadataRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/KeysMetadataRepresentationKeyMetadataRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ManagementPermissionReference.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/MappingsRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/MemoryInfoRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/MultivaluedHashMap.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/PartialImportRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/PasswordPolicyTypeRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/Permission.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/PolicyRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ProfileInfoRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ProtocolMapperRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ProviderRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/RealmEventsConfigRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/RealmRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/RequiredActionProviderRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ResourceRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ResourceServerRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/RoleRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/RoleRepresentationComposites.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/RolesRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ScopeMappingRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ScopePermissions.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ScopeRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ServerInfoRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/SpiInfoRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/SynchronizationResult.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/SystemInfoRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/TestLdapConnectionRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/User.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/UserConsentRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/UserFederationMapperRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/UserFederationProviderRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/UserRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/url.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/applicationsAPI.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/auditTrailAPI.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/byorResultsHandlerAPI.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/cloudInsightsServiceAPI.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/contributorsAPI.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/dto/Account.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/dto/ApiSecCounters.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/dto/Application.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/dto/ApplicationInput.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/dto/ApplicationsCollection.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/dto/AuditEvent.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/dto/AuditEventLink.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/dto/AuditEvents.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/dto/BflTree.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/dto/Category.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/dto/CategoryType.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/dto/ChangeDetails.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/dto/ComplianceSummary.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/dto/Container.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/dto/Contributors.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/dto/CreateEnrichAccount.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/dto/CreatedApplication.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/dto/Credentials.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/dto/DefaultConfig.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/dto/DefaultConfigOut.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/dto/EngineData.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/dto/EngineMetrics.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/dto/EnrichAccount.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/dto/Error.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/dto/FileInfo.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/dto/Git.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/dto/Group.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/dto/ImportItem.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/dto/ImportItemWithLogs.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/dto/ImportRequest.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/dto/ImportResults.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/dto/KicsCounters.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/dto/KicsResult.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/dto/LanguageSummary.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/dto/LogItem.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/dto/MethodInfo.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/dto/MethodParameter.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/dto/PlatformSummary.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/dto/Preset.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/dto/PresetPaged.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/dto/PresetSummary.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/dto/Project.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/dto/ProjectCounter.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/dto/ProjectInput.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/dto/ProjectResponseModel.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/dto/ProjectsCollection.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/dto/Property.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/dto/Queries.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/dto/QueriesResponse.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/dto/Query.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/dto/QueryDescription.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/dto/QueryDescriptionSampleCode.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/dto/QueryDetails.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/dto/QuerySummary.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/dto/Result.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/dto/ResultNode.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/dto/ResultsSummary.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/dto/RichProject.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/dto/Rule.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/dto/RuleInput.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/dto/SastCounters.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/dto/SastResult.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/dto/SastScan.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/dto/ScaContainersCounters.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/dto/ScaCounters.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/dto/ScaPackageCounters.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/dto/Scan.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/dto/ScanEngineVersion.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/dto/ScanInfo.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/dto/ScanInfoCollection.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/dto/ScanInput.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/dto/ScanParameter.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/dto/ScansCollection.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/dto/SeverityCounter.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/dto/SeveritySummary.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/dto/SinkFileSummary.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/dto/SinkNodeSummary.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/dto/SourceFileSummary.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/dto/SourceNodeSummary.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/dto/StartEnrich.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/dto/StatusDetails.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/dto/StatusSummary.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/dto/SubCheck.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/dto/SubsetScan.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/dto/TaskInfo.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/dto/TotalCounters.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/dto/Tree.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/dto/Upload.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/dto/WorkspaceQuery.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/healthCheckServiceAPI.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/httpRequests.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/kicsResultsAPI.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/policyInformationPointAPI.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/projectsOverviewAPI.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/queryEditorAPI.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/repoStoreServiceAPI.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/resultsSummaryAPI.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/sastBestFixLocationAPI.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/sastMigrationAPI.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/sastQueriesAPI.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/sastQueriesAuditAPI.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/sastQueriesAuditPresetsAPI.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/sastResourceManagementServiceAPI.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/sastResultsAPI.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/sastResultsSummaryAPI.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/sastScanMetadataServiceAPI.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/scaAPI.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/scanConfigurationAPI.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/scannersResultsAPI.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/uploadsAPI.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/utilities.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxPortalSoapApiSDK/CxAuditWebService.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxPortalSoapApiSDK/CxPortalWebService.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxPortalSoapApiSDK/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxPortalSoapApiSDK/authHeaders.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxPortalSoapApiSDK/zeepClient.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxReporting/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxReporting/api.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxReporting/config.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxReporting/dto/CreateReportDTO.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxReporting/dto/CreateReportResponseDTO.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxReporting/dto/FilterDTO.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxReporting/dto/ReportStatusDTO.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxReporting/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxReporting/httpRequests.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxRestAPISDK/AccessControlAPI.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxRestAPISDK/ConfigurationAPI.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxRestAPISDK/CustomFieldsAPI.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxRestAPISDK/CustomTasksAPI.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/CxXMLResults.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/Line.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/Path.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/PathNode.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/Query.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/Result.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/Snippet.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/xml_results.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxRestAPISDK/DataRetentionAPI.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxRestAPISDK/EnginesAPI.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxRestAPISDK/GeneralAPI.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxRestAPISDK/OsaAPI.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxRestAPISDK/ProjectsAPI.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxRestAPISDK/QueriesAPI.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxRestAPISDK/ScansAPI.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxRestAPISDK/TeamAPI.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxRestAPISDK/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxRestAPISDK/config.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxRestAPISDK/exceptions/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxRestAPISDK/httpRequests.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxRestAPISDK/osa/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaLibrary.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaLicense.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaLocation.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaMatchType.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaScanDetail.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaSeverity.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaState.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaSummaryReport.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaVulnerability.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaVulnerabilityComment.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaVulnerabilityState.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/configuration/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/configuration/dto/CxSASTConfig.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/configuration/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/dataRetention/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/dataRetention/dto/CxDataRetentionRequestStatus.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/dataRetention/dto/CxDataRetentionRequestStatusStage.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/dataRetention/dto/CxDefineDataRetentionDateRangeRequest.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/dataRetention/dto/CxDefineDataRetentionNumberOfScansRequest.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/dataRetention/dto/CxDefineDataRetentionResponse.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/dataRetention/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/engines/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/engines/dto/CxEngineConfiguration.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/engines/dto/CxEngineDedication.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/engines/dto/CxEngineServer.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/engines/dto/CxEngineServerStatus.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/engines/dto/CxRegisterEngineRequestBody.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/engines/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/general/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/general/dto/CxServerLicenseData.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/general/dto/CxSupportedLanguage.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/general/dto/CxTranslationInput.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/general/dto/CxUserPersistence.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/general/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxCreateProjectRequest.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxCreateProjectResponse.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxCredential.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxCustomRemoteSourceSettings.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxGitSettings.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxIssueTrackingSystem.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxIssueTrackingSystemDetail.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxIssueTrackingSystemField.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxIssueTrackingSystemFieldAllowedValue.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxIssueTrackingSystemJira.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxIssueTrackingSystemJiraField.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxIssueTrackingSystemType.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxLink.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxPerforceSettings.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxProject.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxProjectExcludeSettings.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxProjectQueueSetting.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxSVNSettings.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxSharedRemoteSourceSettingsRequest.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxSharedRemoteSourceSettingsResponse.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxSourceSettingsLink.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxTFSSettings.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxURI.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxUpdateProjectNameTeamIdRequest.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxUpdateProjectRequest.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/customFields/CxCustomField.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/customFields/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/customTasks/CxCustomTask.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/customTasks/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/presets/CxPreset.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/presets/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxCreateNewScanResponse.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxDateAndTime.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxFinishedScanStatus.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxLanguageState.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxLanguageStatistic.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxPolicyFindingResponse.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxPolicyFindingsStatus.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxRegisterScanReportResponse.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxResultsStatistics.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanDetail.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanFailedGeneralQueries.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanFailedQueries.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanFileCountOfLanguage.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanParsedFiles.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanParsedFilesMetric.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanQueueDetail.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanReportStatus.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanReportXmlContent.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanResultAttackVector.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanResultAttackVectorByBFL.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanResultLabelsFields.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanResultNode.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanStage.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanState.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanStatistics.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanSucceededGeneralQueries.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanType.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxSchedulingSettings.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxStatisticsResult.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxStatus.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxStatusDetail.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/scanSettings/CxCreateScanSettingsRequestBody.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/scanSettings/CxCreateScanSettingsResponse.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/scanSettings/CxEmailNotification.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/scanSettings/CxLanguage.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/scanSettings/CxPostScanActionConditions.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/scanSettings/CxScanSettings.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/scanSettings/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxRestAPISDK/team/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxRestAPISDK/team/dto/CxTeam.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxRestAPISDK/team/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxScaApiSDK/AccessControlAPI.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxScaApiSDK/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxScaApiSDK/api.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxScaApiSDK/config.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxScaApiSDK/httpRequests.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/external/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/external/sarif/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/external/sarif/dto/CxCategory.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/external/sarif/dto/CxSarifCategory.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/external/sarif/dto/SarifArtifactLocation.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/external/sarif/dto/SarifDescription.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/external/sarif/dto/SarifDriver.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/external/sarif/dto/SarifDriverRule.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/external/sarif/dto/SarifLocation.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/external/sarif/dto/SarifMessage.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/external/sarif/dto/SarifMultiFormatMessageString.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/external/sarif/dto/SarifPhysicalLocation.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/external/sarif/dto/SarifPhysicalLocationPropertyBag.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/external/sarif/dto/SarifRegion.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/external/sarif/dto/SarifResultPropertyBag.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/external/sarif/dto/SarifResultsCollection.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/external/sarif/dto/SarifRun.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/external/sarif/dto/SarifScanResult.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/external/sarif/dto/SarifTaxa.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/external/sarif/dto/SarifTaxaPropertyBag.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/external/sarif/dto/SarifTaxaRelationship.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/external/sarif/dto/SarifTaxaRelationshipTarget.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/external/sarif/dto/SarifTaxonomy.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/external/sarif/dto/SarifTool.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/external/sarif/dto/SarifToolComponent.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/external/sarif/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/external/sarif/sast_xml_to_sarif.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/external/sarif/stig_mapping.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/utilities/CxError.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/utilities/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/utilities/compat.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/utilities/configUtility.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK.egg-info/dependency_links.txt +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK.egg-info/requires.txt +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK.egg-info/top_level.txt +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/LICENSE +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/README.md +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/setup.cfg +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/setup.py +0 -0
- {checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/tests/test_sample.py +0 -0
|
@@ -5,13 +5,13 @@ import time
|
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
def get_all_oauth_clients(realm):
|
|
8
|
-
relative_url = api_url + f"/{realm}/clients
|
|
8
|
+
relative_url = api_url + f"/{realm}/clients?first=0&max=999999&search=True"
|
|
9
9
|
response = get_request(relative_url=relative_url, is_iam=True)
|
|
10
10
|
return response
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
def get_oauth_client_by_name(realm, client_name):
|
|
14
|
-
relative_url = api_url + f"/{realm}/clients
|
|
14
|
+
relative_url = api_url + f"/{realm}/clients?first=0&max=999999&search=True"
|
|
15
15
|
response = get_request(relative_url=relative_url, is_iam=True)
|
|
16
16
|
|
|
17
17
|
for client in response.json():
|
|
@@ -20,6 +20,10 @@ def get_oauth_client_by_name(realm, client_name):
|
|
|
20
20
|
|
|
21
21
|
return response
|
|
22
22
|
|
|
23
|
+
def get_all_oauth_client_by_id(realm, client_id):
|
|
24
|
+
relative_url = api_url + f"/{realm}/clients/{client_id}"
|
|
25
|
+
response = get_request(relative_url=relative_url, is_iam=True)
|
|
26
|
+
return response
|
|
23
27
|
|
|
24
28
|
def create_oauth_client(realm, client_name):
|
|
25
29
|
relative_url = api_url + f"/{realm}/clients"
|
|
@@ -158,3 +162,16 @@ def add_group_to_oauth_client(realm, service_account_user_id, group_id):
|
|
|
158
162
|
response = put_request(relative_url=relative_url, data=put_data, is_iam=True)
|
|
159
163
|
|
|
160
164
|
return response
|
|
165
|
+
|
|
166
|
+
def generate_oauth_secret(realm, client_id):
|
|
167
|
+
relative_url = api_url + f"/{realm}/clients/{client_id}/client-secret"
|
|
168
|
+
|
|
169
|
+
post_data = json.dumps(
|
|
170
|
+
{
|
|
171
|
+
"realm": realm,
|
|
172
|
+
"client": client_id
|
|
173
|
+
}
|
|
174
|
+
)
|
|
175
|
+
|
|
176
|
+
response = post_request(relative_url=relative_url, data=post_data, is_iam=True)
|
|
177
|
+
return response
|
|
@@ -189,6 +189,20 @@ def create_subgroup(realm, group_id, subgroup_name) -> bool:
|
|
|
189
189
|
result = True
|
|
190
190
|
return result
|
|
191
191
|
|
|
192
|
+
def get_subgroup_by_id(realm, group_id):
|
|
193
|
+
"""
|
|
194
|
+
Get a subgroup by group id.
|
|
195
|
+
Args:
|
|
196
|
+
realm (str):
|
|
197
|
+
group_id (str):
|
|
198
|
+
|
|
199
|
+
Returns:
|
|
200
|
+
bool
|
|
201
|
+
"""
|
|
202
|
+
relative_url = f"{api_url}/{realm}/groups/{group_id}/children?max=1000"
|
|
203
|
+
response = get_request(relative_url=relative_url)
|
|
204
|
+
subgroups = response.json()
|
|
205
|
+
return subgroups
|
|
192
206
|
|
|
193
207
|
def get_group_permissions(realm, group_id) -> ManagementPermissionReference:
|
|
194
208
|
"""
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import json
|
|
2
|
+
from CheckmarxPythonSDK.CxOne.httpRequests import get_request
|
|
3
|
+
|
|
4
|
+
def get_scan_apisec_risk_overview(scan_id):
|
|
5
|
+
relative_url = f"/api/apisec/static/api/scan/{scan_id}/risks-overview"
|
|
6
|
+
|
|
7
|
+
response = get_request(relative_url=relative_url)
|
|
8
|
+
return response.json()
|
|
@@ -6,6 +6,7 @@ from CheckmarxPythonSDK.utilities.configUtility import (
|
|
|
6
6
|
config_default = {
|
|
7
7
|
"access_control_url": "https://iam.checkmarx.net",
|
|
8
8
|
"server": "https://ast.checkmarx.net",
|
|
9
|
+
"tenant_id": None, # Needed for the feature flags API (see flagsAPI.py)
|
|
9
10
|
"tenant_name": None,
|
|
10
11
|
"grant_type": "refresh_token",
|
|
11
12
|
"client_id": "ast-app",
|
|
@@ -13,6 +13,6 @@ class Flag(object):
|
|
|
13
13
|
self.payload = payload
|
|
14
14
|
|
|
15
15
|
def __str__(self):
|
|
16
|
-
return """Flag(name={name}, status={status}, payload={payload}""".format(
|
|
16
|
+
return """Flag(name={name}, status={status}, payload={payload})""".format(
|
|
17
17
|
name=self.name, status=self.status, payload=self.payload
|
|
18
18
|
)
|
|
@@ -28,7 +28,10 @@ def get_all_feature_flags():
|
|
|
28
28
|
Returns:
|
|
29
29
|
`list` of `Flag`
|
|
30
30
|
"""
|
|
31
|
-
|
|
31
|
+
if not config['tenant_id']:
|
|
32
|
+
_set_tenant_id()
|
|
33
|
+
|
|
34
|
+
relative_url = f"{api_url}?filter={config['tenant_id']}"
|
|
32
35
|
|
|
33
36
|
response = get_request(relative_url=relative_url)
|
|
34
37
|
|
|
@@ -45,9 +48,19 @@ def get_feature_flag(name):
|
|
|
45
48
|
Returns:
|
|
46
49
|
`Flag`
|
|
47
50
|
"""
|
|
48
|
-
|
|
51
|
+
if not config['tenant_id']:
|
|
52
|
+
_set_tenant_id()
|
|
53
|
+
|
|
54
|
+
relative_url = f"{api_url}{name}?filter={config['tenant_id']}"
|
|
49
55
|
|
|
50
56
|
response = get_request(relative_url=relative_url)
|
|
51
57
|
|
|
52
58
|
flag = response.json()
|
|
53
59
|
return __construct_flag(flag)
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
def _set_tenant_id():
|
|
63
|
+
|
|
64
|
+
resp = get_request(f"/auth/admin/realms/{config['tenant_name']}",
|
|
65
|
+
is_iam=True)
|
|
66
|
+
config['tenant_id'] = resp.json()['id']
|
{checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxOne/projectsAPI.py
RENAMED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
# encoding: utf-8
|
|
2
|
+
import json
|
|
2
3
|
from .httpRequests import get_request, post_request, put_request, delete_request
|
|
3
4
|
from CheckmarxPythonSDK.utilities.compat import NO_CONTENT
|
|
4
5
|
from .utilities import get_url_param, type_check, list_member_type_check
|
|
@@ -309,3 +310,103 @@ def delete_a_project(project_id):
|
|
|
309
310
|
if response.status_code == NO_CONTENT:
|
|
310
311
|
is_successful = True
|
|
311
312
|
return is_successful
|
|
313
|
+
|
|
314
|
+
def update_project_group(project_id, groups):
|
|
315
|
+
"""
|
|
316
|
+
|
|
317
|
+
Args:
|
|
318
|
+
project_id (str):
|
|
319
|
+
groups (`list` of str):
|
|
320
|
+
|
|
321
|
+
Returns:
|
|
322
|
+
bool
|
|
323
|
+
"""
|
|
324
|
+
relative_url = f"/api/projects/{project_id}"
|
|
325
|
+
|
|
326
|
+
project = get_request(relative_url=relative_url)
|
|
327
|
+
project_data = project.json()
|
|
328
|
+
project_data['groups'] = groups
|
|
329
|
+
|
|
330
|
+
response = put_request(relative_url=relative_url, data=json.dumps(project_data))
|
|
331
|
+
return response
|
|
332
|
+
|
|
333
|
+
def update_primary_branch(project_id, branch_name):
|
|
334
|
+
"""
|
|
335
|
+
|
|
336
|
+
Args:
|
|
337
|
+
project_id (str):
|
|
338
|
+
branch_name (str): The desired branch name to be the primary branch
|
|
339
|
+
Returns:
|
|
340
|
+
HTTP 204 No Content
|
|
341
|
+
"""
|
|
342
|
+
relative_url = f"/api/projects/{project_id}"
|
|
343
|
+
|
|
344
|
+
project = get_request(relative_url=relative_url)
|
|
345
|
+
project_data = project.json()
|
|
346
|
+
project_data['mainBranch'] = branch_name
|
|
347
|
+
|
|
348
|
+
response = put_request(relative_url=relative_url, data=json.dumps(project_data))
|
|
349
|
+
return response
|
|
350
|
+
|
|
351
|
+
def add_project_single_tag(project_id, tag_key, tag_value):
|
|
352
|
+
"""
|
|
353
|
+
|
|
354
|
+
Args:
|
|
355
|
+
project_id (str):
|
|
356
|
+
tag_key (str):
|
|
357
|
+
tag_value (str):
|
|
358
|
+
Returns:
|
|
359
|
+
HTTP 204 No Content
|
|
360
|
+
"""
|
|
361
|
+
relative_url = f"/api/projects/{project_id}"
|
|
362
|
+
|
|
363
|
+
project = get_request(relative_url=relative_url)
|
|
364
|
+
project_data = project.json()
|
|
365
|
+
if 'tags' not in project_data:
|
|
366
|
+
project_data['tags'] = {}
|
|
367
|
+
project_data['tags'][tag_key] = tag_value
|
|
368
|
+
|
|
369
|
+
response = put_request(relative_url=relative_url, data=json.dumps(project_data))
|
|
370
|
+
return response
|
|
371
|
+
|
|
372
|
+
def remove_project_single_tag(project_id, tag_key):
|
|
373
|
+
"""
|
|
374
|
+
|
|
375
|
+
Args:
|
|
376
|
+
project_id (str):
|
|
377
|
+
tag_key (str):
|
|
378
|
+
tag_value (str):
|
|
379
|
+
Returns:
|
|
380
|
+
HTTP 204 No Content
|
|
381
|
+
"""
|
|
382
|
+
relative_url = f"/api/projects/{project_id}"
|
|
383
|
+
|
|
384
|
+
project = get_request(relative_url=relative_url)
|
|
385
|
+
project_data = project.json()
|
|
386
|
+
if 'tags' in project_data:
|
|
387
|
+
project_data['tags'].pop(tag_key)
|
|
388
|
+
|
|
389
|
+
response = put_request(relative_url=relative_url, data=json.dumps(project_data))
|
|
390
|
+
return response
|
|
391
|
+
|
|
392
|
+
def update_project_single_tag(project_id, tag_key, tag_value):
|
|
393
|
+
"""
|
|
394
|
+
|
|
395
|
+
Args:
|
|
396
|
+
project_id (str):
|
|
397
|
+
tag_key (str):
|
|
398
|
+
tag_value (str):
|
|
399
|
+
Returns:
|
|
400
|
+
HTTP 204 No Content
|
|
401
|
+
"""
|
|
402
|
+
relative_url = f"/api/projects/{project_id}"
|
|
403
|
+
|
|
404
|
+
project = get_request(relative_url=relative_url)
|
|
405
|
+
project_data = project.json()
|
|
406
|
+
if 'tags' in project_data:
|
|
407
|
+
project_data['tags'][tag_key] = tag_value
|
|
408
|
+
|
|
409
|
+
# Update the project with the new tags
|
|
410
|
+
response = put_request(relative_url=relative_url, data=json.dumps(project_data))
|
|
411
|
+
return response
|
|
412
|
+
|
|
@@ -0,0 +1,159 @@
|
|
|
1
|
+
import json
|
|
2
|
+
import time
|
|
3
|
+
from CheckmarxPythonSDK.CxOne.httpRequests import get_request, post_request
|
|
4
|
+
|
|
5
|
+
api_url = "/api/reports"
|
|
6
|
+
|
|
7
|
+
def create_scan_report_v2(file_format, scan_engines, scan_id):
|
|
8
|
+
report_url = f"{api_url}/v2"
|
|
9
|
+
|
|
10
|
+
post_data = json.dumps({
|
|
11
|
+
"fileFormat": file_format,
|
|
12
|
+
"reportType": "ui",
|
|
13
|
+
"reportName": "improved-scan-report",
|
|
14
|
+
"reportFilename": "",
|
|
15
|
+
"sections":[
|
|
16
|
+
"scan-information",
|
|
17
|
+
"results-overview",
|
|
18
|
+
"scan-results",
|
|
19
|
+
"categories",
|
|
20
|
+
"resolved-results",
|
|
21
|
+
"vulnerability-details"
|
|
22
|
+
],
|
|
23
|
+
"entities":[
|
|
24
|
+
{
|
|
25
|
+
"entity":"scan",
|
|
26
|
+
"ids":[scan_id],
|
|
27
|
+
"tags":[]
|
|
28
|
+
}
|
|
29
|
+
],
|
|
30
|
+
"filters":{
|
|
31
|
+
"scanners":scan_engines,
|
|
32
|
+
"severities":["high","medium","low","information"],
|
|
33
|
+
"states":["to-verify","confirmed","urgent","not-exploitable","proposed-not-exploitable"],
|
|
34
|
+
"status":["new","recurrent"]
|
|
35
|
+
},
|
|
36
|
+
"reportType":"ui",
|
|
37
|
+
"emails":[]
|
|
38
|
+
})
|
|
39
|
+
|
|
40
|
+
response = post_request(relative_url=report_url, data=post_data)
|
|
41
|
+
report_json = response.json()
|
|
42
|
+
report_id = report_json.get("reportId")
|
|
43
|
+
|
|
44
|
+
report_status_url = f"/api/reports/{report_id}?returnUrl=true"
|
|
45
|
+
while True:
|
|
46
|
+
response = get_request(relative_url=report_status_url)
|
|
47
|
+
status_json = response.json()
|
|
48
|
+
status = status_json.get("status")
|
|
49
|
+
|
|
50
|
+
if status == "completed":
|
|
51
|
+
print("Report has been generated successfully!")
|
|
52
|
+
break
|
|
53
|
+
else:
|
|
54
|
+
print("Generating report, please wait...")
|
|
55
|
+
time.sleep(2)
|
|
56
|
+
return report_id
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
def create_scan_report(file_format, scan_id, project_id):
|
|
60
|
+
report_url = api_url
|
|
61
|
+
|
|
62
|
+
post_data = json.dumps({
|
|
63
|
+
"fileFormat": file_format,
|
|
64
|
+
"reportType": "ui",
|
|
65
|
+
"reportName": "scan-report",
|
|
66
|
+
"data": {
|
|
67
|
+
"scanId": scan_id,
|
|
68
|
+
"projectId": project_id,
|
|
69
|
+
"branchName": ".unknown",
|
|
70
|
+
"sections": [
|
|
71
|
+
"ScanSummary",
|
|
72
|
+
"ExecutiveSummary",
|
|
73
|
+
"ScanResults"
|
|
74
|
+
],
|
|
75
|
+
"scanners": [
|
|
76
|
+
"SAST",
|
|
77
|
+
"SCA",
|
|
78
|
+
"KICS"
|
|
79
|
+
],
|
|
80
|
+
"host": ""
|
|
81
|
+
}
|
|
82
|
+
})
|
|
83
|
+
|
|
84
|
+
response = post_request(relative_url=report_url, data=post_data)
|
|
85
|
+
report_json = response.json()
|
|
86
|
+
report_id = report_json.get("reportId")
|
|
87
|
+
|
|
88
|
+
report_status_url = api_url + f"/{report_id}?returnUrl=true"
|
|
89
|
+
|
|
90
|
+
while True:
|
|
91
|
+
response = get_request(relative_url=report_status_url)
|
|
92
|
+
status_json = response.json()
|
|
93
|
+
status = status_json.get("status")
|
|
94
|
+
|
|
95
|
+
if status == "completed":
|
|
96
|
+
print("Report has been generated successfully!")
|
|
97
|
+
break
|
|
98
|
+
else:
|
|
99
|
+
print("Generating report, please wait...")
|
|
100
|
+
time.sleep(2)
|
|
101
|
+
return report_id
|
|
102
|
+
|
|
103
|
+
|
|
104
|
+
def get_scan_report(report_id):
|
|
105
|
+
relative_url = api_url + f"/{report_id}/download"
|
|
106
|
+
|
|
107
|
+
response = get_request(relative_url=relative_url)
|
|
108
|
+
response_json = json.loads(response.content)
|
|
109
|
+
return response_json
|
|
110
|
+
|
|
111
|
+
|
|
112
|
+
def get_risk_scan_report(scan_id, report_type):
|
|
113
|
+
relative_url = f"/api/sca/risk-management/risk-reports/{scan_id}/export?format={report_type}"
|
|
114
|
+
|
|
115
|
+
response = get_request(relative_url=relative_url)
|
|
116
|
+
response_json = json.loads(response.content)
|
|
117
|
+
return response_json
|
|
118
|
+
|
|
119
|
+
def create_sca_scan_report(scan_id):
|
|
120
|
+
report_url = f"/api/sca/export/requests"
|
|
121
|
+
|
|
122
|
+
data = json.dumps({
|
|
123
|
+
"ScanId": scan_id,
|
|
124
|
+
"FileFormat": "ScanReportJson",
|
|
125
|
+
"ExportParameters": {
|
|
126
|
+
"hideDevAndTestDependencies": False,
|
|
127
|
+
"showOnlyEffectiveLicenses": False,
|
|
128
|
+
"excludePackages": False,
|
|
129
|
+
"excludeLicenses": True,
|
|
130
|
+
"excludeVulnerabilities": False,
|
|
131
|
+
"excludePolicies": True
|
|
132
|
+
}
|
|
133
|
+
})
|
|
134
|
+
|
|
135
|
+
response = post_request(relative_url=report_url, data=(data))
|
|
136
|
+
response_json = response.json()
|
|
137
|
+
export_id = response_json['exportId']
|
|
138
|
+
return export_id
|
|
139
|
+
|
|
140
|
+
def get_sca_scan_report(export_id):
|
|
141
|
+
report_status_url = f"/api/sca/export/requests?exportId={export_id}"
|
|
142
|
+
while True:
|
|
143
|
+
response = get_request(relative_url=report_status_url)
|
|
144
|
+
status_json = response.json()
|
|
145
|
+
status = status_json.get("exportStatus")
|
|
146
|
+
|
|
147
|
+
if status == "Completed":
|
|
148
|
+
report_download_url = f"/api/sca/export/requests/{export_id}/download"
|
|
149
|
+
response = get_request(relative_url=report_download_url)
|
|
150
|
+
print("Report has been generated successfully!")
|
|
151
|
+
break
|
|
152
|
+
if status == "Failed":
|
|
153
|
+
print(f"Error: {response.content}")
|
|
154
|
+
break
|
|
155
|
+
else:
|
|
156
|
+
print("Generating report, please wait...")
|
|
157
|
+
time.sleep(2)
|
|
158
|
+
|
|
159
|
+
return response.json()
|
|
@@ -301,3 +301,75 @@ def get_a_detailed_workflow_of_a_scan(scan_id):
|
|
|
301
301
|
info=item.get("Info"),
|
|
302
302
|
) for item in items or []
|
|
303
303
|
]
|
|
304
|
+
|
|
305
|
+
def sca_recalculate(project_id, branch):
|
|
306
|
+
"""
|
|
307
|
+
|
|
308
|
+
Args:
|
|
309
|
+
project_id (str):
|
|
310
|
+
branch (str):
|
|
311
|
+
|
|
312
|
+
Returns:
|
|
313
|
+
HTTP 201 Created
|
|
314
|
+
"""
|
|
315
|
+
relative_url = f"/api/scans/recalculate"
|
|
316
|
+
|
|
317
|
+
scan_data = json.dumps({
|
|
318
|
+
"project_id": f"{project_id}",
|
|
319
|
+
"branch": f"{branch}",
|
|
320
|
+
"engines":["sca"],
|
|
321
|
+
"config":[{"type":"sca","value":{"enableContainersScan":True}}]
|
|
322
|
+
})
|
|
323
|
+
|
|
324
|
+
response = post_request(relative_url=relative_url, data=(scan_data))
|
|
325
|
+
return response
|
|
326
|
+
|
|
327
|
+
def scan_by_repo_url(project_id, repo_url, branch, engines, tag):
|
|
328
|
+
"""
|
|
329
|
+
|
|
330
|
+
Args:
|
|
331
|
+
project_id (str):
|
|
332
|
+
repo_url (str):
|
|
333
|
+
branch (str):
|
|
334
|
+
engines (`list` of str): ["sast","sca", "kics", "apisec"]
|
|
335
|
+
tag (json): {"test-all": ""}
|
|
336
|
+
|
|
337
|
+
Returns:
|
|
338
|
+
HTTP 201 Created
|
|
339
|
+
"""
|
|
340
|
+
|
|
341
|
+
relative_url = f"/api/scans"
|
|
342
|
+
|
|
343
|
+
scan_data = {
|
|
344
|
+
"type": "git",
|
|
345
|
+
"handler": {
|
|
346
|
+
"repoUrl": repo_url,
|
|
347
|
+
"branch": branch,
|
|
348
|
+
# "skipSubModules": False
|
|
349
|
+
},
|
|
350
|
+
"project": {
|
|
351
|
+
"id": project_id,
|
|
352
|
+
"tags": {}
|
|
353
|
+
},
|
|
354
|
+
"config": [],
|
|
355
|
+
"tags": tag
|
|
356
|
+
}
|
|
357
|
+
|
|
358
|
+
engine_configs = {
|
|
359
|
+
"sast": {"incremental": "false"},
|
|
360
|
+
"sca": {},
|
|
361
|
+
"kics": {},
|
|
362
|
+
"apisec": {}
|
|
363
|
+
}
|
|
364
|
+
|
|
365
|
+
for engine in engines:
|
|
366
|
+
if engine in engine_configs:
|
|
367
|
+
scan_data["config"].append({
|
|
368
|
+
"type": engine,
|
|
369
|
+
"value": engine_configs[engine]
|
|
370
|
+
})
|
|
371
|
+
else:
|
|
372
|
+
print(f"Warning: Engine '{engine}' is not supported and will be ignored.")
|
|
373
|
+
|
|
374
|
+
response = post_request(relative_url=relative_url, data=json.dumps((scan_data)))
|
|
375
|
+
return response
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = '1.0.2'
|
{checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/utilities/httpRequests.py
RENAMED
|
@@ -8,7 +8,7 @@ from CheckmarxPythonSDK.utilities.compat import (
|
|
|
8
8
|
from CheckmarxPythonSDK.utilities.CxError import BadRequestError, NotFoundError, CxError
|
|
9
9
|
from urllib3 import disable_warnings
|
|
10
10
|
from urllib3.exceptions import InsecureRequestWarning
|
|
11
|
-
|
|
11
|
+
from requests.exceptions import ConnectionError
|
|
12
12
|
disable_warnings(InsecureRequestWarning)
|
|
13
13
|
|
|
14
14
|
logger = logging.getLogger("CheckmarxPythonSDK")
|
|
@@ -45,8 +45,14 @@ def request(method, url, params=None, data=None, json=None, files=None, auth=Non
|
|
|
45
45
|
Returns:
|
|
46
46
|
|
|
47
47
|
"""
|
|
48
|
-
|
|
49
|
-
|
|
48
|
+
for _ in range(3):
|
|
49
|
+
try:
|
|
50
|
+
response = requests.request(method=method, url=url, params=params, data=data, json=json, files=files,
|
|
51
|
+
auth=auth, timeout=timeout, headers=headers, verify=verify, cert=cert,
|
|
52
|
+
proxies=proxies)
|
|
53
|
+
return response
|
|
54
|
+
except ConnectionError:
|
|
55
|
+
logger.error("Connection error. Retrying...")
|
|
50
56
|
|
|
51
57
|
|
|
52
58
|
def head(url, files=None, data=None, auth=None, timeout=None, headers=None, verify=False, cert=None, proxies=None):
|
{checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK.egg-info/SOURCES.txt
RENAMED
|
@@ -39,7 +39,9 @@ CheckmarxPythonSDK/CxODataApiSDK/ResultsODataAPI.py
|
|
|
39
39
|
CheckmarxPythonSDK/CxODataApiSDK/ScansODataAPI.py
|
|
40
40
|
CheckmarxPythonSDK/CxODataApiSDK/Utilities.py
|
|
41
41
|
CheckmarxPythonSDK/CxODataApiSDK/__init__.py
|
|
42
|
+
CheckmarxPythonSDK/CxOne/Configuration.py
|
|
42
43
|
CheckmarxPythonSDK/CxOne/__init__.py
|
|
44
|
+
CheckmarxPythonSDK/CxOne/apisecAPI.py
|
|
43
45
|
CheckmarxPythonSDK/CxOne/applicationsAPI.py
|
|
44
46
|
CheckmarxPythonSDK/CxOne/auditTrailAPI.py
|
|
45
47
|
CheckmarxPythonSDK/CxOne/byorResultsHandlerAPI.py
|
|
@@ -1,68 +0,0 @@
|
|
|
1
|
-
import json
|
|
2
|
-
import requests
|
|
3
|
-
import time
|
|
4
|
-
import os
|
|
5
|
-
from CheckmarxPythonSDK.CxOne.httpRequests import get_request, post_request
|
|
6
|
-
from CheckmarxPythonSDK.utilities.httpRequests import auth_header
|
|
7
|
-
from CheckmarxPythonSDK.CxOne.config import config
|
|
8
|
-
|
|
9
|
-
api_url = "/api/reports"
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
def create_scan_report(file_format, scan_id, project_id):
|
|
13
|
-
report_url = api_url
|
|
14
|
-
|
|
15
|
-
post_data = json.dumps({
|
|
16
|
-
"fileFormat": file_format,
|
|
17
|
-
"reportType": "ui",
|
|
18
|
-
"reportName": "scan-report",
|
|
19
|
-
"data": {
|
|
20
|
-
"scanId": scan_id,
|
|
21
|
-
"projectId": project_id,
|
|
22
|
-
"branchName": ".unknown",
|
|
23
|
-
"sections": [
|
|
24
|
-
"ScanSummary",
|
|
25
|
-
"ExecutiveSummary",
|
|
26
|
-
"ScanResults"
|
|
27
|
-
],
|
|
28
|
-
"scanners": [
|
|
29
|
-
"SAST",
|
|
30
|
-
"SCA",
|
|
31
|
-
"KICS"
|
|
32
|
-
],
|
|
33
|
-
"host": ""
|
|
34
|
-
}
|
|
35
|
-
})
|
|
36
|
-
|
|
37
|
-
response = post_request(relative_url=report_url, data=post_data)
|
|
38
|
-
report_json = response.json()
|
|
39
|
-
report_id = report_json.get("reportId")
|
|
40
|
-
|
|
41
|
-
report_status_url = api_url + f"/{report_id}?returnUrl=true"
|
|
42
|
-
|
|
43
|
-
while True:
|
|
44
|
-
response = get_request(relative_url=report_status_url)
|
|
45
|
-
status_json = response.json()
|
|
46
|
-
status = status_json.get("status")
|
|
47
|
-
|
|
48
|
-
if status == "completed":
|
|
49
|
-
print("Report has been generated successfully!")
|
|
50
|
-
break
|
|
51
|
-
else:
|
|
52
|
-
print("Generating report, please wait...")
|
|
53
|
-
time.sleep(2)
|
|
54
|
-
return report_id
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
def get_scan_report(report_id):
|
|
58
|
-
relative_url = api_url + f"/{report_id}/download"
|
|
59
|
-
|
|
60
|
-
response = get_request(relative_url=relative_url)
|
|
61
|
-
return response.content
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
def get_risk_scan_report(scan_id, report_type):
|
|
65
|
-
relative_url = f"/api/sca/risk-management/risk-reports/{scan_id}/export?format={report_type}"
|
|
66
|
-
|
|
67
|
-
response = get_request(relative_url=relative_url)
|
|
68
|
-
return response.content
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = '1.0.0'
|
|
File without changes
|
{checkmarxpythonsdk-1.0.0 → checkmarxpythonsdk-1.0.2}/CheckmarxPythonSDK/CxAccessControl/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|