mirror of
https://github.com/zebrajr/tensorflow.git
synced 2025-12-06 12:20:11 +01:00
Update SECURITY.md
This commit is contained in:
parent
fb568f9e29
commit
d38cb2f6a7
|
|
@ -67,7 +67,7 @@ process untrusted inputs assuming there are no bugs. There are two main reasons
|
||||||
to not rely on this: First, it is easy to write models which must not be exposed
|
to not rely on this: First, it is easy to write models which must not be exposed
|
||||||
to untrusted inputs, and second, there are bugs in any software system of
|
to untrusted inputs, and second, there are bugs in any software system of
|
||||||
sufficient complexity. Letting users control inputs could allow them to trigger
|
sufficient complexity. Letting users control inputs could allow them to trigger
|
||||||
bugs either in TensorFlow or in depending libraries.
|
bugs either in TensorFlow or its dependencies.
|
||||||
|
|
||||||
In general, it is good practice to isolate parts of any system which is exposed
|
In general, it is good practice to isolate parts of any system which is exposed
|
||||||
to untrusted (e.g., user-provided) inputs in a sandbox.
|
to untrusted (e.g., user-provided) inputs in a sandbox.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user