Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Documentation for Lynq
Lynq is a Python-based framework designed to simplify the development and management of web applications. It provides a set of tools and utilities to streamline the development process, enhance security, and improve performance.
Installation
To install Lynq, you can use either pip or git.
Recommended | Install Lynq v10.2 using pip:
pip install lynq
Updated in v10.2 | Download source code for Lynq v10.2 using:
git clone https://github.com/elemenom/lynq.git
**Download Source Code
Upgrade
To upgrade Lynq, you can use either pip or git.
Using pip:
pip install lynq --upgrade
Updated in v10.2 | Using git:
rm -rf lynq
git clone https://github.com/elemenom/lynq.git
Links
Author
Command-Line Interface (CLI) Usage
Most of this section was updated in v10.2
Lynq provides a command-line interface (CLI) to perform various tasks such as running the application, cleaning pycache files, and running processes directly from the CLI.
To use the CLI, you can run the following commands:
python -m lynq --rungui
python -m lynq --clean
python -m lynq --run_process "<process_command>"
Lynq Configuration
Updated in v10.2 | Lynq supports configuration in YAML.
python main.py -F lynqconfig.yaml
or
python main.py --File lynqconfig.yaml
Important Note
Please note that the backendutils
directory is not intended to be accessed directly. It contains internal utilities and modules used by Lynq. Any code within this directory should not be modified or accessed directly.
FAQs
Hosting local servers easily, smooth as butter.
We found that lynq 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.
Security News
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.