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
We should have a general section that explains how sensitive data is 'used' in SAST.
There's two general solutions: search for sink APIs and figure out if sensitive data goes into them, or define sources (sensitive data) and see where they flow. I would think these static checks just focus on sinks?