Geoffrey White
|
91b2de2b61
|
Swift: Lots of small fixes / cleanup.
|
2023-06-15 13:04:26 +01:00 |
|
Michael Nebel
|
47638123d0
|
Merge pull request #13150 from michaelnebel/csharp/removejumpstep
C#: Remove jump step
|
2023-06-15 12:53:37 +02:00 |
|
Tony Torralba
|
dcd180f3f6
|
Remove model
|
2023-06-15 12:00:46 +02:00 |
|
Tony Torralba
|
af240ff533
|
Apply suggestions from code review
|
2023-06-15 11:58:53 +02:00 |
|
Ian Lynagh
|
b7e9915151
|
Merge pull request #13463 from igfoo/igfoo/AccessControlException
Kotlin: Remove use of AccessControlException
|
2023-06-15 10:53:28 +01:00 |
|
Jeroen Ketema
|
d82c3ce11a
|
Ruby: Rewrite InlineFlowTest as a parameterized module
|
2023-06-15 10:52:23 +02:00 |
|
Jeroen Ketema
|
742eb8dd12
|
Java: Rewrite InlineFlowTest as a parameterized module
|
2023-06-15 10:52:10 +02:00 |
|
Jeroen Ketema
|
853bf2ae4e
|
C#: Rewrite InlineFlowTest as a parameterized module
|
2023-06-15 10:51:59 +02:00 |
|
Jeroen Ketema
|
eb62df6ece
|
Go: Rewrite InlineFlowTest as a parameterized module
|
2023-06-15 10:51:29 +02:00 |
|
Tony Torralba
|
ad2b020b06
|
Merge pull request #13465 from github/workflow/coverage/update
Update CSV framework coverage reports
|
2023-06-15 10:04:20 +02:00 |
|
Jeroen Ketema
|
8fb3d838c9
|
C++: Add FP test case for cpp/invalid-pointer-deref
|
2023-06-15 10:03:31 +02:00 |
|
Michael Nebel
|
04736b6e10
|
C#: Add lost QL Doc.
|
2023-06-15 10:00:09 +02:00 |
|
github-actions[bot]
|
e6160b8e49
|
Add changed framework coverage reports
|
2023-06-15 00:18:04 +00:00 |
|
Maiky
|
f6887c86b3
|
Rename Libxml.qll to LibXml.qll
|
2023-06-15 00:19:23 +02:00 |
|
Maiky
|
e5fe5403b7
|
Apply requested changes
|
2023-06-14 22:55:14 +02:00 |
|
Rasmus Lerchedahl Petersen
|
b7bf750174
|
python: use updated names in test
|
2023-06-14 22:23:21 +02:00 |
|
Rasmus Lerchedahl Petersen
|
4fded84a49
|
python: implement missing predicates
|
2023-06-14 21:30:58 +02:00 |
|
Rasmus Lerchedahl Petersen
|
0267b32904
|
fix eol
|
2023-06-14 21:17:12 +02:00 |
|
Rasmus Lerchedahl Petersen
|
2491fda58e
|
python: update comment
|
2023-06-14 21:16:39 +02:00 |
|
Rasmus Lerchedahl Petersen
|
6521a51d93
|
python: unique strings in tests
|
2023-06-14 21:14:50 +02:00 |
|
Rasmus Lerchedahl Petersen
|
0e713e6fc1
|
ruby/python: more consistent naming of parameters
|
2023-06-14 21:02:42 +02:00 |
|
yoff
|
af72509ce6
|
Update python/ql/lib/semmle/python/dataflow/new/internal/TypeTrackerSpecific.qll
Co-authored-by: Rasmus Wriedt Larsen <rasmuswriedtlarsen@gmail.com>
|
2023-06-14 20:57:14 +02:00 |
|
yoff
|
2ae5dae474
|
Apply suggestions from code review
Co-authored-by: Rasmus Wriedt Larsen <rasmuswriedtlarsen@gmail.com>
|
2023-06-14 20:55:45 +02:00 |
|
Geoffrey White
|
8e8a9c8018
|
Swift: Annotate tests based on real ereal execution findings. Add some
relevant variants, remove some duplicates, add the testing script also.
|
2023-06-14 19:23:06 +01:00 |
|
Geoffrey White
|
f93bf6ad22
|
Swift: Escape the test cases in a better way (so escape characters don't obscure what's going on).
|
2023-06-14 18:51:57 +01:00 |
|
Asger F
|
318a60b208
|
Merge pull request #13456 from asgerf/js/vuex-perf
JS: Restrict length of state path in vuex model
|
2023-06-14 19:50:06 +02:00 |
|
Geoffrey White
|
63ab4788e0
|
Swift: Flag parse failures in the test.
|
2023-06-14 18:23:06 +01:00 |
|
Geoffrey White
|
44eb7bf642
|
Swift: Import more test cases from other languages (this highlights some issues).
|
2023-06-14 18:23:05 +01:00 |
|
Geoffrey White
|
c5405688f4
|
Swift: Add real world test cases.
|
2023-06-14 18:23:05 +01:00 |
|
Geoffrey White
|
2ccbdbdf87
|
Swift: Identify strings that are used in regular expressions properly.
|
2023-06-14 18:23:05 +01:00 |
|
Geoffrey White
|
712c3cc698
|
Swift: Add the cases from the (Ruby) qhelp to the library tests.
|
2023-06-14 18:23:05 +01:00 |
|
Geoffrey White
|
7e9d73b6b2
|
Swift: Add regex sources to the library.
|
2023-06-14 18:23:05 +01:00 |
|
Geoffrey White
|
1e290b48bb
|
Swift: Add REDOS analysis to the library test.
|
2023-06-14 18:23:04 +01:00 |
|
Geoffrey White
|
d4c3e9eb16
|
Swift: Include the shared regex pack in Swift.
|
2023-06-14 18:23:04 +01:00 |
|
Geoffrey White
|
5f85b7419f
|
Swift: Trivial changes to get it compiling.
|
2023-06-14 18:23:04 +01:00 |
|
Geoffrey White
|
8ec377997d
|
Swift: Copy some library files from Ruby (as advised).
|
2023-06-14 18:23:04 +01:00 |
|
Geoffrey White
|
9601134ec0
|
Swift: Create library test cases for REDOS vulnerable regexs.
|
2023-06-14 18:23:04 +01:00 |
|
Geoffrey White
|
f7860a3ce5
|
Swift: Add regular expressions to SummaryStats.ql.
|
2023-06-14 18:23:03 +01:00 |
|
Geoffrey White
|
053bf9a668
|
Swift: Test the library.
|
2023-06-14 18:23:03 +01:00 |
|
Ian Lynagh
|
0419b6e505
|
Kotlin: Remove use of AccessControlException
We were getting warnings about it being deprecated, and it was all dead
code anyway.
|
2023-06-14 17:45:58 +01:00 |
|
Nora Dimitrijević
|
4d2e304799
|
Merge pull request #13240 from d10c/swift/brace-stmt-variables
Swift: reorganize `VarDecl` instances within `BraceStmt`
|
2023-06-14 18:23:25 +02:00 |
|
yoff
|
f5f822ca2d
|
Merge pull request #13395 from yoff/python/container-summaries-3
|
2023-06-14 17:13:49 +02:00 |
|
Joe Farebrother
|
12bb418375
|
Add change note
|
2023-06-14 16:12:34 +01:00 |
|
Joe Farebrother
|
9b31b61143
|
Broaden the scope of checks for authorization attributes
|
2023-06-14 16:07:41 +01:00 |
|
Joe Farebrother
|
7eea191005
|
Add tests for MVC cases
|
2023-06-14 16:07:41 +01:00 |
|
Joe Farebrother
|
1500089b86
|
Add test cases for webforms auth via web.config files
|
2023-06-14 16:07:41 +01:00 |
|
Joe Farebrother
|
1b6e7f9140
|
Add unit tests for webform case with auth in code
|
2023-06-14 16:07:41 +01:00 |
|
Joe Farebrother
|
57b3b2b2e3
|
Add qldoc + exclude empty methods
|
2023-06-14 16:07:40 +01:00 |
|
Joe Farebrother
|
582c4a7fbc
|
Support virtual route mappings for webforms actions
|
2023-06-14 16:07:40 +01:00 |
|
Joe Farebrother
|
63b3e16a54
|
Support Authorize attribute
|
2023-06-14 16:07:40 +01:00 |
|