Skip to content

Commit a621b38

Browse files
authored
Merge pull request from GHSA-v9g2-g7j4-4jxc
1 parent 7a5b871 commit a621b38

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jupyter_scheduler/handlers.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,7 @@ async def get(self):
299299

300300

301301
class RuntimeEnvironmentsHandler(ExtensionHandlerMixin, JobHandlersMixin, APIHandler):
302+
@tornado.web.authenticated
302303
async def get(self):
303304
"""Returns names of available runtime environments and output formats mappings"""
304305
try:

0 commit comments

Comments
 (0)