Skip to content

Commit

Permalink
Update reflections.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilrybacki authored Jul 15, 2024
1 parent 194d9c3 commit 66cd98a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/content/articles/reflections.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ the input data. It also allows You to serialize and deserialize those models to

However, these JSON schemas do not contain information about one of the most flexible aspects of data validation - the **custom validators**,
which can be defined **programmatically** in the Python code. So that is one of the issues that I want to tackle.
This can be easily seen in the following example:

Also, while on the topic of allowing custom validators, I want their definitions to be as **flexible** as possible,
while remembering that somebody can use a cheeky `eval` to inject some malicious code into the system or
Expand Down

0 comments on commit 66cd98a

Please sign in to comment.