- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for subclasses (0.1 sec)
-
fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml
</mime-type> <!-- Note - password protected OOXML files are actually stored in --> <!-- an OLE2 (application/x-tika-msoffice) container. --> <!-- The are logically subclasses of (application/x-tika-ooxml), but their containers are literally subclasses of (application/x-tika-msoffice) --> <mime-type type="application/x-tika-ooxml-protected"> <sub-class-of type="application/x-tika-msoffice"/>
Registered: Sun Nov 10 03:50:12 UTC 2024 - Last Modified: Thu Sep 21 06:46:43 UTC 2023 - 298.5K bytes - Viewed (0) -
docs/en/docs/release-notes.md
avoids/fixes a potential security issue: as the returned object is passed directly to Pydantic, if the returned object was a subclass of the `response_model` (e.g. you return a `UserInDB` that inherits from `User` but contains extra fields, like `hashed_password`, and `User` is used in the `response_model`), it would still pass the validation (because `UserInDB` is a subclass of `User`) and the object would be returned as-is, including the `hashed_password`. To fix this, the declared `response_model`...
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Fri Nov 01 11:25:57 UTC 2024 - 460.3K bytes - Viewed (0)