Compare commits

..

2 commits

Author SHA1 Message Date
a4a15fba57
Add URL to pyproject
All checks were successful
CI / test (push) Successful in 2m28s
Lint / test (push) Successful in 28s
Trivy / test (push) Successful in 22s
2026-01-02 14:21:40 +11:00
4315503d19
ssh bandit 2026-01-02 14:18:24 +11:00
2 changed files with 2 additions and 1 deletions

View file

@ -6,6 +6,7 @@ authors = ["Miguel Jacq <mig@mig5.net>"]
readme = "README.md"
packages = [{ include = "cspresso", from = "src" }]
license = "GPL-3.0-or-later"
homepage = "https://cspresso.cafe"
repository = "https://git.mig5.net/mig5/cspresso"
[tool.poetry.dependencies]

View file

@ -453,7 +453,7 @@ async def crawl_and_generate_csp(
"}, true); } catch(_){} }"
)
except Exception:
pass
pass # nosec
def _on_console(msg):
try: