mirror of
https://github.com/elicpeter/nyx.git
synced 2026-06-15 20:05:13 +02:00
[pitboss] phase 22: Track F.2 + F.3 — Cross-language framework probes + data store / external service / dangerous-local detection
This commit is contained in:
parent
c03326a658
commit
2395446655
43 changed files with 5213 additions and 82 deletions
8
tests/dynamic_fixtures/surface/python_flask/app.py
Normal file
8
tests/dynamic_fixtures/surface/python_flask/app.py
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
from flask import Flask
|
||||
|
||||
app = Flask(__name__)
|
||||
|
||||
|
||||
@app.get("/users")
|
||||
def list_users():
|
||||
return "ok"
|
||||
Loading…
Add table
Add a link
Reference in a new issue