Greetings,
We are some security researchers who have built a scanner to detect known security weaknesses. For your repository, we have found instances of CODE_INJECTION in the following locations:
Location-1:
|
Base.unsafe_convert(::Type{Ptr{Cvoid}}, s::Status) = s.ptr |
Location-2:
|
Base.unsafe_convert(::Type{Ptr{Cvoid}}, o::SessionOptions) = o.ptr |
Location-3:
|
Base.unsafe_convert(::Type{Ptr{Cvoid}}, s::Session) = s.ptr |
Location-4:
|
Base.unsafe_convert(::Type{Ptr{Cvoid}}, devices::DeviceList) = devices.ptr |
Location-5:
|
array = unsafe_wrap(Array, struct_.data, (struct_.len,)) |
Location-6:
|
Base.unsafe_convert(::Type{Ptr{Cvoid}}, t::RawTensor) = t.ptr |
Location-7:
|
copy(unsafe_wrap(Array, dst[], Int(dst_len[]))) |
Location-8:
|
array = unsafe_wrap(Array, convert(Ptr{UInt8}, data), sizeof(t)) |
Location-9:
|
convert_major_order(unsafe_wrap(Array, data, size(t)|>reverse)) |
Location-10:
|
copy(unsafe_wrap(Array, data, size(t))) |
Please give us feedback. Do you think these are valid instances on security weaknesses? Will you fix them?
Greetings,
We are some security researchers who have built a scanner to detect known security weaknesses. For your repository, we have found instances of CODE_INJECTION in the following locations:
Location-1:
TensorFlow.jl/src/core.jl
Line 60 in 7735edc
Location-2:
TensorFlow.jl/src/core.jl
Line 359 in 7735edc
Location-3:
TensorFlow.jl/src/core.jl
Line 490 in 7735edc
Location-4:
TensorFlow.jl/src/core.jl
Line 532 in 7735edc
Location-5:
TensorFlow.jl/src/core.jl
Line 586 in 7735edc
Location-6:
TensorFlow.jl/src/core.jl
Line 666 in 7735edc
Location-7:
TensorFlow.jl/src/core.jl
Line 714 in 7735edc
Location-8:
TensorFlow.jl/src/core.jl
Line 1404 in 7735edc
Location-9:
TensorFlow.jl/src/core.jl
Line 1416 in 7735edc
Location-10:
TensorFlow.jl/src/core.jl
Line 1418 in 7735edc
Please give us feedback. Do you think these are valid instances on security weaknesses? Will you fix them?