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.
Test Execution Framework Libraries and Objects. It is an orchestration software that controls the flow of a set of testing scenarios.
.. warning:: This project is in maintenance mode and will not have any new feature development.
TEFLO stands for (T est E xecution F ramework L ibraries and O bjects)
Teflo is an orchestration software that controls the flow of a set of testing scenarios. It is a standalone tool written in Python that includes all aspects of the workflow. It allows users to provision machines, deploy software, execute tests against them and manage generated artifacts and report results.
Teflo Provides structure, readability, extensibility and flexibility by :
Teflo can be used for an E2E (end to end) multi-product scenario. Teflo handles coordinating the E2E task workflow to drive the scenario execution.
Teflo can be used for an E2E (end to end) multi-product scenario. Teflo handles coordinating the E2E task workflow to drive the scenario execution.
At a high level teflo executes the following tasks when processing a scenario.
Teflo has following stages
Provision - Create resources to test against (physical resources, VMs etc)
Orchestrate - Configure the provisioned resources (e.g. install packages on them, run scripts, ansible playbooks etc)
Execute - Execute tests on the configured resources
Report - Send or collect logs from the tests run
Notification - Send email/gchat/slack notification during each stage of teflo run or at the end based on the set triggers
Cleanup - Cleanup all the deployed resources.
These stages can be run individually or together.
Teflo follows a plugable architechture, where users can add different pluggins to support external tools Below is a diagram that gives you a quick overview of the Teflo workflow
.. image:: /docs/_static/teflo_workflow.png
FAQs
Test Execution Framework Libraries and Objects. It is an orchestration software that controls the flow of a set of testing scenarios.
We found that teflo demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers 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.