from enum import IntEnum from tortoise import fields from apps.core.base import AbstractModel # class ApplicationModel(BaseModel): # application_name: str = Field("应用名称", description="应用名称") # knowledge_id: str = Field("应用名称", description="知识库结合id") # service_name: str ...
Forked from aioodbc and make improvement. Contribute to tortoise/asyncodbc development by creating an account on GitHub.
We read every piece of feedback, and take your input very seriously. Include my email address so I can be contacted Cancel Submit feedback Saved searches Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up Reseting focus {...
In createSessionInternal of PackageInstallerService.java, there is a possible run-as any app due to improper input validation. This could lead to local escalation of privilege with no additional execution privileges needed. User interaction is not needed for exploitation.\n\n scs-labrat/android_...
I am using Tortoise-ORM with FastAPI based application. All python files are in multiple folders under src/backend/, like src/backend/db/, src/backend/schemas/, src/backend/common etc. and my PYTHONPATH env variable is set to src/. Follo...
async def del_scheduled_tasks(task_id: int): async with tortoise.transactions.in_transaction(): 12 changes: 6 additions & 6 deletions 12 packages/dashboard-e2e/README.md Original file line numberDiff line numberDiff line change @@ -52,13 +52,13 @@ browser.overwriteCommand( ``` ```ts...
await Tortoise.close_connections() logger.info("<g>数据库关闭成功。</g>") logger.info("数据库关闭成功。") logger.info("<y>关闭ws链接……</y>") logger.info("关闭ws链接……") await ws_client.close() logger.info("<g>ws链接关闭成功。</g>") logger.info("ws链接关闭成功。") # --...
In convertToComponentName of DreamService.java, there is a possible way to launch arbitrary protected activities due to intent redirection. This could lead to local escalation of privilege with User execution privileges needed. User interaction is not needed for exploitation. UmVfX1BvaW50/CVE-2024-...