You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So I've run a SAST scan with a certain tool against OdataToEntity source code and it uncovered the following issue: CWE-113 in OdataToEntity.AspNetCoreMoveNext() method.
It probably originates in some foreach but I couldn't pinpoint the exact location. It can probably can also be fixed by a filter/middleware that would clean the inputs.
Thoughts?
Cheers,
Dmitry
The text was updated successfully, but these errors were encountered:
dshalkhakov
changed the title
Potential CWE-113 in OdataToEntity.AspNetCore
Potential CWE-113 vulnerability in OdataToEntity.AspNetCore
May 20, 2020
So I've run a SAST scan with a certain tool against OdataToEntity source code and it uncovered the following issue: CWE-113 in
OdataToEntity.AspNetCore
MoveNext()
method.It probably originates in some foreach but I couldn't pinpoint the exact location. It can probably can also be fixed by a filter/middleware that would clean the inputs.
Thoughts?
Cheers,
Dmitry
The text was updated successfully, but these errors were encountered: