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.
.. image:: https://travis-ci.com/jadbin/guniflask.svg?branch=master :target: https://travis-ci.com/jadbin/guniflask
.. image:: https://coveralls.io/repos/github/jadbin/guniflask/badge.svg?branch=master :target: https://coveralls.io/github/jadbin/guniflask?branch=master
.. image:: https://img.shields.io/github/license/jadbin/guniflask :target: https://github.com/jadbin/guniflask/blob/master/LICENSE
guniflask是自动化生成基于flask + gunicorn的服务端项目基础代码的构建工具。
安装guniflask项目生成工具::
$ pip install -U guniflask-cli
新建一个空文件夹 foo
并进入到 foo
中::
$ mkdir foo && cd foo
运行如下命令::
$ guniflask init
当出现提示时按 Enter
键即可选择默认设置。
提示项目创建成功后,安装项目所需依赖::
$ pip install -r requirements/app.txt
调试模式启动项目::
$ bash bin/manage debug
FAQs
Better coding experience for Flask
We found that guniflask 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.