C++: Rewrite cpp/cgi-xss to not use default taint tracking#11716
C++: Rewrite cpp/cgi-xss to not use default taint tracking#11716jketema merged 1 commit intogithub:mainfrom
cpp/cgi-xss to not use default taint tracking#11716Conversation
b4d9b3d to
b6132d2
Compare
|
Does this need a change note? |
|
Hmm... Yeah, maybe we should write a change note saying that we've refactored the query to a straightforward I'd like to claim that the query is now easier to customize with additional sources, sinks and taint steps, but since it's still not as easy to customize as the standard dataflow query is in other languages I'm hesitant to make that claim. |
|
|
Discussed internally: since the previous rewrites also didn't come with a change note, we'll not add one here either. We'll add a change note once all rewrites are done. |
I'm hard pressed for projects that have actually have relevant sources. MRVA only shows 5, one of which have relevant flow:
apache/trafficserver,apple/cups,OpenPrinting/cups,git/git, andgit-for-windows/git. DCA doesn't show anything special.