Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Ficto is a Python package that allows you to effortlessly generate realistic dummy data in CSV or JSON format. With Ficto, you can create datasets with various column types by simply specifying them in a YAML configuration file.
To install Ficto, use the following pip
command:
pip install ficto
Generate a dataset by providing a YAML configuration file, the number of rows, and the desired file format. For example, to generate a CSV file with 100 rows using a configuration file named config.yaml, run the following command:
ficto -d config.yaml -n 100 -f csv
You can find a template here containing all the types of column you can add to your dataset. To know more about each value type, kindly read the documentation.
ficto -d config.yaml -n 100 -f csv
This command generates a CSV file inside a newly created data
folder with 100 rows of demo data based on your data configuration file (i.e.config.yaml
).
For more details and advanced usage, refer to the Ficto Documentation.
We welcome contributions to Ficto! If you'd like to contribute, please follow these steps:
Fork the Repository: Click the "Fork" button on the top right corner of this repository.
Clone Your Fork: Clone the repository to your local machine.
git clone https://github.com/taeefnajib/ficto.git
git checkout -b feature/new-feature
Make Changes: Make your desired changes in the code.
Commit Changes: Commit your changes with a descriptive commit message.
git commit -m "Add new feature"
git push origin feature/new-feature
Create Pull Request: Create a pull request on the original repository to propose your changes.
Feedback and Review: Participate in the discussion and address any feedback provided.
Merge: Once your changes are approved, they will be merged into the main branch.
This project is licensed under the MIT License
FAQs
A Python package to generate realistic demo data in csv or json format.
We found that ficto demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.