northern-64bit
commited on
Commit
·
b8183da
1
Parent(s):
285d304
Small fix
Browse files- Basic_SQL_Injections.py +1 -1
Basic_SQL_Injections.py
CHANGED
@@ -56,7 +56,7 @@ def main():
|
|
56 |
#### What does LLM\:s have to do with this?
|
57 |
A large usecase for large language models (LLM\:s) is to generate SQL queries.
|
58 |
This is a very useful feature, as it allows users to interact with databases without having to know SQL.
|
59 |
-
But this is also prone to SQL injections, as the users and by extension the LLM
|
60 |
"""
|
61 |
)
|
62 |
|
|
|
56 |
#### What does LLM\:s have to do with this?
|
57 |
A large usecase for large language models (LLM\:s) is to generate SQL queries.
|
58 |
This is a very useful feature, as it allows users to interact with databases without having to know SQL.
|
59 |
+
But this is also prone to SQL injections, as the users and by extension the LLM\:s, can generate malicious SQL queries.
|
60 |
"""
|
61 |
)
|
62 |
|