
Research
Security News
Lazarus Strikes npm Again with New Wave of Malicious Packages
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
flask-wtforms-tutorial-al-test
Advanced tools
Source code for the accompanying tutorial found here: https://hackersandslackers.com/flask-wtforms-forms/
Get set up locally in two steps:
Replace the values in .env.example with your values and rename this file to .env:
FLASK_APP
: Entry point of your application (should be wsgi.py
).FLASK_ENV
: The environment to run your app in (either development
or production
).SECRET_KEY
: Randomly generated string of characters used to encrypt your app's data.Remember never to commit secrets saved in .env files to Github.
Get up and running with make deploy
:
$ git clone https://github.com/hackersandslackers/flask-wtform-tutorial.git
$ cd flask-wtform-tutorial
$ make deploy
Hackers and Slackers tutorials are free of charge. If you found this tutorial helpful, a small donation would be greatly appreciated to keep us in business. All proceeds go towards coffee, and all coffee goes towards more content.
FAQs
Tutorial to implement forms in your Flask app.
We found that flask-wtforms-tutorial-al-test 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.
Research
Security News
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.
Security News
Opengrep continues building momentum with the alpha release of its Playground tool, demonstrating the project's rapid evolution just two months after its initial launch.