tarbell icon indicating copy to clipboard operation
tarbell copied to clipboard

A Flask-based static site authoring tool.

Results 68 tarbell issues
Sort by recently updated
recently updated
newest added

Issues to fix by upgrading dependencies: Upgrade [email protected] to [email protected] to fix - Improper Input Validation - Denial of Service (DOS) Upgrade [email protected] to [email protected] to fix - Arbitrary Code...

bugs in outdated flask dependency: Improper Input Validation [High Severity][https://snyk.io/vuln/SNYK-PYTHON-FLASK-42185] in [email protected] Denial of Service (DOS) [High Severity][https://snyk.io/vuln/SNYK-PYTHON-FLASK-451637] in [email protected]

Upgrade [email protected] to [email protected] to fix Session Fixation [Medium Severity][https://snyk.io/vuln/SNYK-PYTHON-REQUESTS-40316] in [email protected] HTTP Request Redirection [Medium Severity][https://snyk.io/vuln/SNYK-PYTHON-REQUESTS-40470] in [email protected] Information Exposure [High Severity][https://snyk.io/vuln/SNYK-PYTHON-REQUESTS-72435] in [email protected]

Things sure have been quiet around here... I got a new job and no longer use Tarbell (or Python) on a daily basis (😢), so ideally someone else can step...

organization

Sometimes I can generate a project and it'll work just fine. Minutes later, part of it fails, unpredictably, at different points in the process. The variables don't populate into the...

https://google-auth.readthedocs.io/en/latest/oauth2client-deprecation.html

Here: https://github.com/tarbell-project/tarbell/blob/master/tarbell/app.py#L526 To reproduce, start a project with a values sheet, but delete the `key` column header. The project will suddenly have no data, just a sad `{}`. This is...

tag: bug

Building a big site can be *slooooow* (I know because I keep building them). Would be nice to see what's happening. Here's how to do it with click: http://click.pocoo.org/5/utils/#showing-progress-bars

tag: feature

New feature in Frozen Flask, meant to make progress reporting easier: https://pythonhosted.org/Frozen-Flask/#flask_frozen.Freezer.freeze_yield

tag: feature