We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9916813 commit 8d51a3cCopy full SHA for 8d51a3c
1 file changed
tests/fuzz/wasm-mutator-fuzz/server/app/main.py
@@ -56,7 +56,7 @@
56
app.config['SQLALCHEMY_TRACK_MODIFICATIONS'] = False
57
58
59
-app.secret_key = "hwhefsewljfejrlesjfl"
+app.secret_key = os.urandom(12).hex()
60
61
db = SQLAlchemy(app)
62
0 commit comments