codeql icon indicating copy to clipboard operation
codeql copied to clipboard

C#: Remove `Stored` variants of queries

Open egregius313 opened this issue 1 year ago • 1 comments
trafficstars

This is a follow-up to #15419. This removes the Stored variants of queries, as the results are now accessible by using the local threat model.

The affected queries are:

  • cs/stored-command-line-injection
  • cs/web/stored-xss
  • cs/stored-ldap-injection
  • cs/xml/stored-xpath-injection

~This branch is currently based on #15419 in order to properly in the DCA run. The changes specific to this PR can be found here: 20daa89..c99a769~ #15419 has been merged, so the changed files are correct now.

egregius313 avatar Feb 15 '24 22:02 egregius313

QHelp previews:

github-actions[bot] avatar Feb 15 '24 22:02 github-actions[bot]