Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH 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
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.