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.
frequenz-repo-config
Advanced tools
This is a highly opinionated set of tools and configurations to set up a Python repository for Frequenz projects.
It offers:
noxfile.py
with some predefined sessions that include all
common checks.The following platforms are officially supported (tested):
To start a new project, you should first install
Cookiecutter.
It is normally available in any Linux distribution, but some have a very old
version (for example, Ubuntu/Debian). You can check which version your distro
has on Repology. You need
at least version 2.4.0. To ensure you get an up-to-date version, you can
always use pip
and install it in a venv
:
$ python -m venv cookiecutter
$ cd cookiecutter
$ . bin/activate
(venv) $ pip install cookiecutter
Collecting cookiecutter
...
Then simply run Cookiecutter where you want to create the new project. A new directory will be created with the generated project name. For example:
cd ~/devel
cookiecutter gh:frequenz-floss/frequenz-repo-config-python --directory=cookiecutter
This command will prompt you for the project type, name, and other configuration options, and it will generate the entire project for you.
It is recommended to use a released version, you can do that by adding the
option --checkout <version>
to the command above. You can check which is the
latest version
here.
After completing the project and fixing the TODO
s, you can either amend the
previous commit using git commit --amend
or create a new commit for the
changes using git commit
.
For more detailed documentation, please check the project's website.
If you want to know how to build this project and contribute to it, please refer to the Contributing Guide.
FAQs
Frequenz repository setup tools and common configuration
We found that frequenz-repo-config 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.
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.