yoff
|
4a37c2fc3a
|
Merge pull request #13778 from geoffw0/javaparsemode
Java: Understand multiple parse mode flags specified in a regular expression string
|
2023-09-18 14:22:59 +02:00 |
|
Paolo Tranquilli
|
dc299fc9fa
|
Merge pull request #14208 from github/redsun82/swift-unordered-base-types
Swift: rename `base_types` in `TypeDecl` to `inherited_types`
|
2023-09-18 14:21:20 +02:00 |
|
Rasmus Wriedt Larsen
|
ad1743ecde
|
Python: Modernize modeling of BaseHTTPRequestHandler
|
2023-09-18 14:13:27 +02:00 |
|
Koen Vlaswinkel
|
8472b84cad
|
C#: Remove unnecessary isEffectivelyPublic predicate
|
2023-09-18 13:49:16 +02:00 |
|
Koen Vlaswinkel
|
ff2cef3d6b
|
C#: Switch from Declaration to Callable
|
2023-09-18 13:44:32 +02:00 |
|
Koen Vlaswinkel
|
e524e358f0
|
C#: Check accessor declaration for publicness
|
2023-09-18 13:40:23 +02:00 |
|
Koen Vlaswinkel
|
0cc74a2691
|
C#: Extract TestLibrary to separate module
|
2023-09-18 13:40:18 +02:00 |
|
Tamás Vajk
|
c4d7302f9e
|
Merge pull request #14228 from tamasvajk/standalone-implicit-usings
C#: Generate source file with implicit usings in Standalone
|
2023-09-18 13:26:09 +02:00 |
|
Tony Torralba
|
bd31e1004a
|
Merge pull request #14063 from github/workflow/coverage/update
Update CSV framework coverage reports
|
2023-09-18 13:23:32 +02:00 |
|
Geoffrey White
|
4323bee243
|
Merge pull request #13980 from geoffw0/logfix
Swift: Improvements related to the swift/cleartext-logging query.
|
2023-09-18 12:18:40 +01:00 |
|
Anders Schack-Mulligen
|
b13d026434
|
Dataflow: Review fixes.
|
2023-09-18 13:15:26 +02:00 |
|
Tamas Vajk
|
fa814a5276
|
Add test cases for implicit using parsing
|
2023-09-18 12:47:50 +02:00 |
|
Mathias Vorreiter Pedersen
|
0e9f5f6b8e
|
C++: Accept test changes.
|
2023-09-18 11:46:19 +01:00 |
|
Mathias Vorreiter Pedersen
|
38b100531b
|
C++: Only add conversion when necessary.
|
2023-09-18 11:46:11 +01:00 |
|
Mathias Vorreiter Pedersen
|
53561b7883
|
C++: Add tests for sized allocation without a need for a synthesized conversion.
|
2023-09-18 11:45:18 +01:00 |
|
intrigus-lgtm
|
874f91c7ae
|
Java: Further alert message improvement
Co-authored-by: Tony Torralba <atorralba@users.noreply.github.com>
|
2023-09-18 12:25:31 +02:00 |
|
Alex Eyers-Taylor
|
c7ccfac938
|
CPP: Simplify some code in IRGuards.
|
2023-09-18 10:51:48 +01:00 |
|
Mathias Vorreiter Pedersen
|
734a91db9c
|
Merge pull request #14237 from MathiasVP/range-analysis-perf
C++: Fix order of non-linear join in range analysis
|
2023-09-18 10:38:19 +01:00 |
|
Geoffrey White
|
86b0fae77e
|
Swift: Update uses of deprecated ArrayContent.
|
2023-09-18 10:28:45 +01:00 |
|
Geoffrey White
|
d15420c42c
|
Swift: Consequences of change in main on the test internals.
|
2023-09-18 10:07:23 +01:00 |
|
Geoffrey White
|
c3ea0cea91
|
Merge branch 'main' into logfix
|
2023-09-18 10:00:16 +01:00 |
|
Tony Torralba
|
b08e410f45
|
Merge pull request #14029 from atorralba/atorralba/apache-cxf-models
Java: Add new Apache CXF models
|
2023-09-18 10:54:05 +02:00 |
|
erik-krogh
|
9c0682848e
|
use final class aliases to use extends instead of instanceof in the shared libraries
|
2023-09-18 10:25:49 +02:00 |
|
Erik Krogh Kristensen
|
a3e2e420f0
|
Merge pull request #14241 from github/dependabot/cargo/ql/chrono-0.4.31
Bump chrono from 0.4.30 to 0.4.31 in /ql
|
2023-09-18 08:41:25 +02:00 |
|
dependabot[bot]
|
f3a746c324
|
Bump chrono from 0.4.30 to 0.4.31 in /ql
Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.30 to 0.4.31.
- [Release notes](https://github.com/chronotope/chrono/releases)
- [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md)
- [Commits](https://github.com/chronotope/chrono/compare/v0.4.30...v0.4.31)
---
updated-dependencies:
- dependency-name: chrono
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-09-18 03:10:03 +00:00 |
|
github-actions[bot]
|
0ae4b628a3
|
Add changed framework coverage reports
|
2023-09-18 00:15:17 +00:00 |
|
Mathias Vorreiter Pedersen
|
46b15fa6f2
|
C++: Fix join of non-linear joins.
|
2023-09-16 01:33:16 +01:00 |
|
Michael B. Gale
|
8dd7602dff
|
Merge pull request #14234 from github/mbg/go/1.21-update-version-regex
Go: Update `versionRe` to include patch version
|
2023-09-15 17:23:51 +01:00 |
|
Michael B. Gale
|
d7278be064
|
Go: Update versionRe to include patch version
This is optional
|
2023-09-15 16:50:24 +01:00 |
|
Joe Farebrother
|
868836e747
|
Update severity
|
2023-09-15 16:40:12 +01:00 |
|
Joe Farebrother
|
eb2f5898bd
|
Fix typos
|
2023-09-15 16:39:51 +01:00 |
|
Joe Farebrother
|
68ad5b7c00
|
Restrict logic for checking for id parameters on index expressions for performance
|
2023-09-15 16:35:29 +01:00 |
|
Mathias Vorreiter Pedersen
|
cdf5872eb3
|
Merge pull request #14217 from alexet/is-trivial-built-in
CPP:Make __is_trivial a builtin operation.
|
2023-09-15 16:01:25 +01:00 |
|
Chris Smowton
|
f160c6c646
|
Merge pull request #14195 from Kwstubbs/SQL_int_sanitizer
Add Integer/Boolean Sanitizer to SQL injection Query
|
2023-09-15 14:13:35 +01:00 |
|
Chris Smowton
|
aaa230a791
|
Merge branch 'main' into SQL_int_sanitizer
|
2023-09-15 13:44:58 +01:00 |
|
Chris Smowton
|
062024b3d6
|
Merge pull request #14232 from smowton/smowton/fix/autoformat
Fix formatting mistake
|
2023-09-15 13:00:40 +01:00 |
|
Chris Smowton
|
a63bb1bbed
|
Tidy
|
2023-09-15 12:58:44 +01:00 |
|
Chris Smowton
|
e62fcf9a45
|
Fix formatting mistake
|
2023-09-15 12:37:34 +01:00 |
|
Tamas Vajk
|
c34fef1eb6
|
Adjust integration tests after path changes and generating file with global usings
|
2023-09-15 13:35:25 +02:00 |
|
Chris Smowton
|
24dc09efad
|
Merge pull request #14206 from smowton/smowton/feature/add-java-miscompilation-tests
Java: add tests for programs that don't compile
|
2023-09-15 11:14:04 +01:00 |
|
Joe Farebrother
|
6d704be7d2
|
Rewrite checks for index expressions in terms of dataflow
|
2023-09-15 10:25:27 +01:00 |
|
Joe Farebrother
|
a2dce6be14
|
Check for authorize attributes in more namespaces and on overridden methods
|
2023-09-15 10:25:27 +01:00 |
|
Joe Farebrother
|
6a95ed64ff
|
Add test cases for authorization from attributes
|
2023-09-15 10:25:27 +01:00 |
|
Joe Farebrother
|
ac45050545
|
Add checks for authorization attributes
|
2023-09-15 10:25:27 +01:00 |
|
Joe Farebrother
|
0a27da08d6
|
Minor changes from review suggestions to shared logic between this and missing access control
Use case insensitive regex, factor out page load to improve possible bad joins make needsAuth not a member predicate
|
2023-09-15 10:25:27 +01:00 |
|
Joe Farebrother
|
a022893f0f
|
Add additional example to qhelp + additional resource
|
2023-09-15 10:25:27 +01:00 |
|
Joe Farebrother
|
86abd338e5
|
Update test options
|
2023-09-15 10:25:26 +01:00 |
|
Joe Farebrother
|
9f25c71ca6
|
Apply minor reveiw suggstions
|
2023-09-15 10:25:26 +01:00 |
|
Joe Farebrother
|
4967fe0b77
|
Add change note + update query ID
|
2023-09-15 10:25:26 +01:00 |
|
Joe Farebrother
|
3e6750ba4c
|
Add documentation
|
2023-09-15 10:25:26 +01:00 |
|