Update main.py
All checks were successful
Datadog Secrets Scanning / Datadog Static Analyzer (push) Successful in 13s
Datadog Software Composition Analysis / Datadog SBOM Generation and Upload (push) Successful in 25s
Release / build (push) Successful in 52s
Release / publish_head (push) Successful in 43s
Datadog Static Analysis / Datadog Static Analyzer (push) Successful in 1m8s
All checks were successful
Datadog Secrets Scanning / Datadog Static Analyzer (push) Successful in 13s
Datadog Software Composition Analysis / Datadog SBOM Generation and Upload (push) Successful in 25s
Release / build (push) Successful in 52s
Release / publish_head (push) Successful in 43s
Datadog Static Analysis / Datadog Static Analyzer (push) Successful in 1m8s
This commit is contained in:
6
main.py
6
main.py
@ -8,6 +8,12 @@ from src.server.file_manager import create_filemanager_blueprint
|
|||||||
fakeAPIKey = "DD_API_KEY=cb3318f52d4505f4820beb89b0b300a8"
|
fakeAPIKey = "DD_API_KEY=cb3318f52d4505f4820beb89b0b300a8"
|
||||||
fakeAPIKey2 = "DD_API_KEY=cb3318f52d4505f4820beb89b0b300a8"
|
fakeAPIKey2 = "DD_API_KEY=cb3318f52d4505f4820beb89b0b300a8"
|
||||||
|
|
||||||
|
#OWASP TOP 10
|
||||||
|
|
||||||
|
from random import randrange
|
||||||
|
|
||||||
|
randrange(10) # randrange is not actually random
|
||||||
|
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
parser = create_parser()
|
parser = create_parser()
|
||||||
|
Reference in New Issue
Block a user