
Product
A New Design for GitHub PR Comments
We redesigned our GitHub PR comments to deliver clear, actionable security insights without adding noise to your workflow.
On first time,
python3.7
if neededpre-commit
if needed (pip install --user pre-commit
)pip install --user vex
, pip install --user pew
, ...)vex --make appel-crises
, pew new appel-crises
)make bootsrap
(or pip install -e .[dev]
if make isn't available)cp local_settings.ini.template local_settings.ini
and edit local_settings.ini
if you needmake build
to build static files./manage.py migrate
to create DB tables./manage.py createsuperuser
to create a local userDependencies are stored in setup.cfg
:
install_requires
in the [options]
section;dev=
in the [options.extras_require]
,
and installed alongside required dependencies by specifying the [dev]
extra marker -
as seen in pip install -e .[dev]
.The project is not composed only of pure Python code (it contains templates, images, ...). Some of those files must go through some processing before running in production:
.mo
form;Those steps are controlled through the project wide Makefile
, and should be called
through the make build
(or simply make
) command.
That step is also executed when building a release.
A release consists of a built project archive, under the wheel
format; that package MUST include the result of a full compilation.
FAQs
Website for the `appel-crises` petition
We found that appel-crises 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.
Product
We redesigned our GitHub PR comments to deliver clear, actionable security insights without adding noise to your workflow.
Product
Our redesigned Repositories page adds alert severity, filtering, and tabs for faster triage and clearer insights across all your projects.
Security News
Slopsquatting is a new supply chain threat where AI-assisted code generators recommend hallucinated packages that attackers register and weaponize.