Geoffrey White
|
b6dc2acc71
|
Merge branch 'main' into typegetname
|
2023-08-14 10:46:14 +01:00 |
|
Henry Mercer
|
1213eba630
|
Merge branch 'main' into post-release-prep/codeql-cli-2.14.2
|
2023-08-11 13:54:55 +01:00 |
|
Robert Marsh
|
36bdadfc36
|
Merge pull request #13933 from geoffw0/madtuples
Swift: Models-as-data support for tuple content
|
2023-08-10 14:17:45 -04:00 |
|
github-actions[bot]
|
432c21d4fb
|
Post-release preparation for codeql-cli-2.14.2
|
2023-08-09 18:45:18 +00:00 |
|
Geoffrey White
|
23f0dd5542
|
Swift: Support MAD tuple content flow.
|
2023-08-09 15:08:11 +01:00 |
|
Geoffrey White
|
131b2b3e0c
|
Swift: Change note.
|
2023-08-09 09:25:43 +01:00 |
|
Geoffrey White
|
09346c76e7
|
Swift: Add models.
|
2023-08-09 09:25:43 +01:00 |
|
Geoffrey White
|
e9f0b535ea
|
Merge branch 'main' into forceunwrap
|
2023-08-08 16:03:31 +01:00 |
|
Geoffrey White
|
022a06659c
|
Merge pull request #13838 from rdmarsh2/rdmarsh2/swift/set-content
Swift: add SetContent for data flow
|
2023-08-07 19:15:30 +01:00 |
|
github-actions[bot]
|
79c90fa36a
|
Release preparation for version 2.14.2
|
2023-08-07 18:08:52 +00:00 |
|
Robert Marsh
|
146c50049c
|
Finish CollectionContent rename
Co-authored-by: Geoffrey White <40627776+geoffw0@users.noreply.github.com>
|
2023-08-07 10:26:40 -04:00 |
|
Geoffrey White
|
dc98dec5b6
|
Swift: Change note.
|
2023-08-07 13:16:00 +01:00 |
|
Geoffrey White
|
ab3f3d03c5
|
Swift: Model taint into optionals via ForceValueExpr.
|
2023-08-07 13:11:29 +01:00 |
|
Tom Hvitved
|
34864e1077
|
Swift: Adjust to data flow refactor
|
2023-08-07 11:35:23 +02:00 |
|
Robert Marsh
|
3ebbb80a9e
|
Swift: Change note for CollectionContent
|
2023-08-04 20:19:35 +00:00 |
|
Robert Marsh
|
10bbf441dc
|
Swift: QLDoc for Set.qll
|
2023-08-04 20:17:56 +00:00 |
|
Robert Marsh
|
ccc3094267
|
Swift: autoformat
|
2023-08-04 20:17:08 +00:00 |
|
Robert Marsh
|
6f38769a9b
|
Swift: rename SetContent to CollectionContent
|
2023-08-04 18:46:43 +00:00 |
|
Robert Marsh
|
024c5cfe2f
|
Swift: add MaD print support for EnumElement
|
2023-08-04 18:44:42 +00:00 |
|
Robert Marsh
|
0142309cab
|
Swift: add summary read steps in dataflow
|
2023-08-04 18:44:42 +00:00 |
|
Robert Marsh
|
b301092e34
|
Swift: model updates for Set
|
2023-08-04 18:44:42 +00:00 |
|
Robert Marsh
|
de0ec3e3f7
|
Swift: WIP SetContent for dataflow
|
2023-08-04 18:44:42 +00:00 |
|
Alexandre Boulgakov
|
761db70d8d
|
Revert "Swift: Pragmatic fix for CustomUrlSchemes.qll."
|
2023-08-04 18:03:00 +01:00 |
|
Mathias Vorreiter Pedersen
|
abe3a816ce
|
Merge pull request #13851 from MathiasVP/sink-without-states
DataFlow: Support stateless `isSink` in `StateConfigSig`s
|
2023-08-04 18:01:42 +02:00 |
|
Geoffrey White
|
deb97a6ccc
|
Swift: Improve regex performance with possessive matching (i.e. don't backtrack).
|
2023-08-03 13:57:49 +01:00 |
|
Mathias Vorreiter Pedersen
|
89aa86a1d6
|
Merge pull request #13741 from rdmarsh2/rdmarsh2/swift/array-content-flow
Swift: add DataFlow::Content for arrays
|
2023-08-02 17:37:40 +02:00 |
|
Mathias Vorreiter Pedersen
|
3007fdab5e
|
Sync identical files.
|
2023-08-02 14:33:33 +02:00 |
|
Geoffrey White
|
e30ac42e3e
|
Merge branch 'main' into typegetname
|
2023-08-01 16:36:31 +01:00 |
|
Geoffrey White
|
c8f5ada594
|
Swift: Fix errors in queries.
|
2023-08-01 15:50:15 +01:00 |
|
Geoffrey White
|
116006d280
|
Swift: Fix for type names containing '...'.
|
2023-08-01 13:57:46 +01:00 |
|
Geoffrey White
|
40219aad88
|
Swift: More robust Type.getName().
|
2023-08-01 13:24:10 +01:00 |
|
Anders Schack-Mulligen
|
0544205594
|
Swift: Adjust to use the qlpack data-flow api.
|
2023-08-01 14:02:33 +02:00 |
|
Geoffrey White
|
b500d8baa1
|
Swift: QLDoc TupleType.
|
2023-08-01 11:01:05 +01:00 |
|
Geoffrey White
|
1c64fb16f1
|
Merge pull request #13756 from geoffw0/sources2
Swift: CustomUrlSchemes test enhancements and minor model improvement
|
2023-07-31 12:53:03 +01:00 |
|
Geoffrey White
|
e534afe634
|
Merge pull request #13726 from maikypedia/maikypedia/swift-command-injection
Swift: Add Command Injection query (CWE-078)
|
2023-07-31 10:06:22 +01:00 |
|
Geoffrey White
|
20b0969a97
|
Swift: Restore original Type.toString() behaviour.
|
2023-07-31 09:51:55 +01:00 |
|
Robert Marsh
|
bb4fe2002f
|
Merge branch 'main' into rdmarsh2/swift/array-content-flow
|
2023-07-28 20:41:23 +00:00 |
|
Robert Marsh
|
6039af0087
|
Swift: autoformat
|
2023-07-28 14:34:57 +00:00 |
|
Geoffrey White
|
beacade499
|
Swift: Autoformat.
|
2023-07-27 22:48:23 +01:00 |
|
Geoffrey White
|
15244e0ee1
|
Swift: Expand NominalType.getFullName to Type.getFullName (so it is a suitble substitute for the old Type.getName behaviour).
|
2023-07-27 22:41:46 +01:00 |
|
Geoffrey White
|
e2740fef73
|
Swift: Add explanatory comment.
|
2023-07-27 22:12:49 +01:00 |
|
Geoffrey White
|
2ba983bf4a
|
Swift: Change note.
|
2023-07-27 22:04:07 +01:00 |
|
Geoffrey White
|
57a55eda75
|
Swift: QL solution (arguably clearer, seems more performant).
|
2023-07-27 20:51:49 +01:00 |
|
Geoffrey White
|
82057513c5
|
Swift: Implement Type.getName() as different from Type.getFullName() (regex solution).
|
2023-07-27 20:50:21 +01:00 |
|
Robert Marsh
|
c36ce785d8
|
Merge branch 'main' into rdmarsh2/swift/array-content-flow
|
2023-07-27 19:18:03 +00:00 |
|
Owen Mansel-Chan
|
9b2b58a823
|
Sync files
|
2023-07-26 21:48:10 +01:00 |
|
Robert Marsh
|
bf5ba37348
|
Swift: Hide InOutExpr
|
2023-07-26 18:42:27 +00:00 |
|
Robert Marsh
|
e54341a170
|
Swift: undo commented out line
|
2023-07-26 17:12:06 +00:00 |
|
Chris Smowton
|
c69a9ea032
|
Merge pull request #13793 from github/post-release-prep/codeql-cli-2.14.1
Post-release preparation for codeql-cli-2.14.1
|
2023-07-26 17:22:05 +01:00 |
|
Robert Marsh
|
358737452e
|
Swift: reverse flow steps through InOutExpr
|
2023-07-25 20:34:36 +00:00 |
|