mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2026-05-01 21:20:19 +00:00
whitelist re for code block (is top-level var) (#3188)
This commit is contained in:
parent
a2f6b9e539
commit
7e3e16a22e
1 changed files with 2 additions and 0 deletions
|
|
@ -7,6 +7,7 @@ import csv
|
|||
import json
|
||||
import os
|
||||
import random
|
||||
import re
|
||||
import smtplib
|
||||
import string
|
||||
import textwrap
|
||||
|
|
@ -1432,6 +1433,7 @@ class CodeBlock(Block):
|
|||
"set": set,
|
||||
"bool": bool,
|
||||
"asyncio": asyncio,
|
||||
"re": re,
|
||||
}
|
||||
|
||||
def generate_async_user_function(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue