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.
.. default-role:: code .. role:: python(code) :language: python
.. image:: https://codecov.io/gl/skosh/falcon-helpers/branch/master/graph/badge.svg :target: https://codecov.io/gl/skosh/falcon-helpers
.. image:: https://gitlab.com/skosh/falcon-helpers/badges/master/pipeline.svg :target: https://gitlab.com/skosh/falcon-helpers/commits/master
A number of helpful utilities to make working with Falcon Framework a breeze.
.. code:: sh
$ pip install falcon-helpers
.. code::
import falcon import falcon_helpers
api = falcon.App( middlewares=[ falcon_helpers.middlewares.StaticsMiddleware() ] )
pip install -e .[dev]
pytest
or run tox
and verify the tests pass.0.21.0 - 2024-05-24 ###################
0.20.0 - 2024-02-12 ###################
0.19.0 - 2023-02-06 ###################
0.18.0 - 2023-01-20 ###################
app.API
to app.App
in accordance with falcon <https://github.com/falconry/falcon/issues/1579>
_0.17.1 - 2020-11-04 ###################
.. _b455800: https://github.com/nZac/falcon-helpers/commit/b455800f904ce7f22b49f8edd807b8451572c7e2
0.17.0 - 2018-10-17 ###################
[FEAT] Add some usefule logging features
[FEAT] Add Logging to MultiMiddleware
[BUG] Fix User REPR
[BUG] Report Integrity Errors with Useful Messages
0.16.1 - 2018-06-27 ###################
.. _7a756d6: https://gitlab.com/skosh/falcon-helpers/commit/7a756d6
0.16.0 - 2018-06-25 ###################
.. _ed3f715: https://gitlab.com/skosh/falcon-helpers/commit/ed3f715
0.15.3 - 2018-06-18 ###################
0.15.2 - 2018-06-06 ###################
0.15.1 - 2018-06-06 ###################
0.15.0 - 2018-06-02 ###################
.. _31d6175: https://gitlab.com/skosh/falcon-helpers/commit/31d6175
0.14.0 - 2018-06-01 ###################
0.13.0 - 2018-05-22 ###################
.. _9d5d220: https://gitlab.com/skosh/falcon-helpers/commit/9d5d220 .. _7f7fc01: https://gitlab.com/skosh/falcon-helpers/commit/7f7fc01 .. _1884577: https://gitlab.com/skosh/falcon-helpers/commit/1884577 .. _e3b625d: https://gitlab.com/skosh/falcon-helpers/commit/e3b625d
0.12.0 - 2018-04-15 ###################
0.11.4 - 2018-04-05 ###################
0.11.3 - 2018-03-31 ###################
0.11.2 - 2018-03-30 ###################
0.11.1 - 2018-03-30 ###################
0.11.0 - 2018-03-29 ###################
0.10.1 - 2018-03-05 ###################
0.10.0 - 2018-03-03 ###################
0.9.6 - 2018-03-02 ##################
0.9.5 - 2018-03-01 ##################
0.9.3 - 2018-02-28 ##################
0.9.2 - 2018-02-27 ##################
[CHANGE] Add in fuzzy testing for nullable ORM columns
0.9.1 - 2018-02-24 ##################
0.9.0 - 2018-02-23 ##################
0.8.0 - 2018-02-23 ##################
.. _7c0bd4b: https://gitlab.com/skosh/falcon-helpers/commit/7c0bd4b .. _1d4543: https://gitlab.com/skosh/falcon-helpers/commit/1d4543
0.7.0 - 2018-02-15 ##################
** [NEW] Added a CRUD Base Library ** [FEAT] Added a token generation method to the user ** [CHANGE] Cleaned up the REPR for permissions entity ** [CHANGE] Only close the SA session when failure occurs ** [FIX] auth_required accepts the proper arguments
0.6.1 - 2017-12-15 ##################
** [BUG] Add a req/resp to failed action functions ** [FEAT] Make ParseJWTMiddleware available at the middleware level ** [BUG] Allow setting of the get_id function
0.6.0 - 2017-12-15 ##################
** [NEW] Added a global SQLAlchemy Scoped Session to facilitate testing and other items ** [CHANGE] AuthRequiredMiddleware was split into two and there is a new ParseJWTMiddleware ** [BUG] Cleaned up a number of issues with the way SQLAlchemy ORM is being used
0.5.0 - 2017-12-02 ##################
+* [NEW] A brand-spanking new permission system with users, groups, and permissions +* [FEAT] Post-login redirect is now configurable. +* [FEAT] Create a simple redirection resource +* [FEAT] Jinja2 Middleware can take application globals to inject into the template +* [FEAT] Added a mixin for testing entities
.. _655cf76: https://gitlab.com/skosh/falcon-helpers/commit/655cf76
FAQs
A few helpful tools to make working with the falcon framework a real joy!
We found that falcon-helpers demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 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.