mirror of
https://github.com/github/codeql.git
synced 2026-04-28 02:05:14 +02:00
Merge branch 'main' of https://github.com/github/codeql into oscarsj/merge-back-rc-3.21
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
---
|
||||
category: minorAnalysis
|
||||
---
|
||||
* Inline expectations test comments, which are of the form `// $ tag` or `// $ tag=value`, are now parsed more strictly and will not be recognized if there isn't a space after the `$` symbol.
|
||||
@@ -203,7 +203,7 @@ func taintThroughInterpolatedStrings() {
|
||||
|
||||
sink(arg: try! NSString(contentsOfFile: sourceString(), encoding: 0)) // $ tainted=204
|
||||
sink(arg: try! NSString(contentsOfFile: sourceString(), usedEncoding: nil)) // $ tainted=205
|
||||
sink(arg: try! NSString(contentsOf: sourceURL(), encoding: 0)) // $: tainted=206
|
||||
sink(arg: try! NSString(contentsOf: sourceURL(), encoding: 0)) // $ tainted=206
|
||||
sink(arg: try! NSString(contentsOf: URL(string: sourceString())!, encoding: 0)) // $ tainted=207
|
||||
sink(arg: try! NSString(contentsOf: sourceURL(), usedEncoding: nil)) // $ tainted=208
|
||||
sink(arg: try! NSString(contentsOf: URL(string: sourceString())!, usedEncoding: nil)) // $ tainted=209
|
||||
|
||||
Reference in New Issue
Block a user