IT Security
Static Code Scan
✅ Your SDV Enterprise package has been tested for security vulnerabilities. We follow the OWASP Top Ten industry standard, using the Bandit library. We scan all the SDV-related libraries and address any issues identified as high severity before the release.
save_code_scan
Security scan results are available for each SDV Enterprise package. Use this function to easily access the results and save them to a location of your choosing. Note that this function does not perform a new scan; it copies the original scan's results into your local folder.
Parameters
(required)
folder: A string with the path to a local folder where you'd like to save the file
Output (None) The code scan is saved as a new file called static_code_analysis.md within the folder you provide
from sdv.utils import save_code_scan
save_code_scan(folder='/users/myusername/Downloads/')You can open the resulting file in any text editor. The file includes results for your current version of SDV Enterprise, as well as the SDV-related dependencies.
Expiry Date
Every SDV Enterprise package is set to expire at a predetermined date. After that date, you will no longer be able to create models or generate synthetic data using the package.
Check your current package's expiry date using the commands below. Please note that this is meant to be a read-only attribute that prints out the expiry date; modifying the attribute will not affect the package's actual expiry.
End of Life
Our team offers support for each package for 6 months after the release date of that particular version. For the exact date of the release, please see the Release Notes.
After this time, the software version will reach end-of-life, meaning that:
You will no longer be able to install this version using SDV Installer, pip, or any other installation method.
Documentation and support specific to that particular software version will no longer be available.
Security patches or fixes for that software version will not be possible. (Please note that we are always improving our software, so upgrading to the latest SDV version is always recommended.)
Pay-As-You-Go Plans
The information in this section pertains to our month-to-month pay-as-you-go plan.
SDV Enterprise is deployed entirely within your environment. After you purchase a subscription, you’ll download the software package from DataCebo and install it using your license key. All data processing, model training, and synthetic data generation occur within your infrastructure. Your data is never transmitted to DataCebo servers.
To support usage-based billing, SDV Enterprise communicates with DataCebo during sampling. Before synthetic data is generated, the software estimates the number of sampled cells that will be created and sends a usage request to DataCebo. If sufficient credits remain within your configured monthly spending cap, the request is approved and sampling proceeds.
After sampling completes, SDV Enterprise sends a usage confirmation containing the number of sampled cells generated. This information is used solely to update your remaining credit balance for the current billing cycle.

For more information, please see our Pay as you go Guide.
Last updated

