Asger F
33ab7db98a
JS: Handle Array.prototype.toString calls
2025-02-17 11:25:03 +01:00
Asger F
a74b203c86
JS: Add test with implicit array stringification
2025-02-17 11:21:46 +01:00
Asger F
d87534c7d0
JS: Model Array#toString
2025-02-17 11:13:36 +01:00
Asger F
e8d1703224
JS: Add test for flow through Buffer.concat
...
This flow was lost since the existing model of concat() boxes its return value in ArrayElement. There is no explicit model of Buffer.concat.
2025-02-17 11:12:51 +01:00
Asger F
d79f429978
JS: Update changes to nodes/edges/subpaths
...
No changes in actual alerts
2025-02-17 10:36:05 +01:00
Asger F
283954d515
JS: Do not store into arrays implicitly
2025-02-14 16:06:43 +01:00
Mathias Vorreiter Pedersen
89fd2876b6
Merge pull request #18773 from MathiasVP/cleanup-ssa-internals-2
...
C++: Clean up some stuff in `SsaInternals`
2025-02-14 13:38:43 +00:00
Owen Mansel-Chan
a9b9410104
Merge pull request #17759 from Kwstubbs/path-sanitizers
...
Go: Add Tainted Path sanitizers
2025-02-14 13:13:19 +00:00
Owen Mansel-Chan
d8fe4d2698
Merge pull request #18489 from owen-mc/go/rename-namedtype-definedtype
...
Go: Rename "named type" to "defined type"
2025-02-14 13:03:42 +00:00
Owen Mansel-Chan
083c756973
Merge pull request #18766 from owen-mc/go/update-framework-docs
...
Go: Add more modeled frameworks to docs
2025-02-14 13:03:13 +00:00
Mathias Vorreiter Pedersen
9cfd3391d2
C++: Move 'getImpl' to a private non-member predicate.
2025-02-14 13:01:28 +00:00
Owen Mansel-Chan
347e5ed029
Update model in test expectation
2025-02-14 10:49:51 +00:00
Owen Mansel-Chan
250cbb6b05
Change location of postprocess queries
2025-02-14 10:26:55 +00:00
Paolo Tranquilli
e1f92b466f
Merge pull request #18608 from github/aibaars/tracing
...
Rust: use tracing/tracing-subscriber for logging
2025-02-14 10:36:54 +01:00
Kevin Stubbings
74f16ee866
Merge branch 'main' into path-sanitizers
2025-02-14 01:11:39 -08:00
Owen Mansel-Chan
1a52398a29
Address review comments
2025-02-13 21:59:14 +00:00
Owen Mansel-Chan
8fca15036e
Merge pull request #18774 from owen-mc/go/print-dbscheme-upgrade-diff
...
Go: Print diff when dbscheme upgrade fails
2025-02-13 21:43:21 +00:00
Owen Mansel-Chan
c08bb257f3
Print diff when dbscheme upgrade fails
2025-02-13 16:20:50 +00:00
Owen Mansel-Chan
f9a87cd0ea
Rename "namedtype" to "definedtype" in stats file
2025-02-13 16:19:51 +00:00
Owen Mansel-Chan
29f94f484c
Add upgrade/downgrade scripts
2025-02-13 16:19:24 +00:00
Owen Mansel-Chan
024fbf8f3a
Rename "named" to "defined" in dbscheme
2025-02-13 15:55:21 +00:00
Tom Hvitved
bd9eb7d564
Merge pull request #18770 from hvitved/shared/windows-drive-letter-trap-id
...
Rust extractors: Normalize drive letter paths with a trailing `/`
2025-02-13 16:24:11 +01:00
Tom Hvitved
1cfc8f6abc
Merge pull request #18769 from hvitved/rust/mad-field-token
...
Rust: Use `Field` MaD token instead of `Variant`, `Struct`, `Tuple`
2025-02-13 16:23:52 +01:00
Owen Mansel-Chan
64c3f703fe
Add change note
2025-02-13 15:22:35 +00:00
Owen Mansel-Chan
09c44616a0
Rename "named type" to "defined type"
2025-02-13 15:22:33 +00:00
Michael Nebel
50584c8e82
Merge pull request #18764 from michaelnebel/csharp/updatedocumentation
...
C#: Update the documentation on supported C# language versions and fr…
2025-02-13 15:56:55 +01:00
Mathias Vorreiter Pedersen
be1af88d23
C++: Add more QLDoc.
2025-02-13 14:28:36 +00:00
Mathias Vorreiter Pedersen
aff03bd721
C++: Delete confusing class synonym.
2025-02-13 14:28:14 +00:00
Mathias Vorreiter Pedersen
f9732c746b
C++: Patch up various places that depended on the old IPA type.
2025-02-13 14:28:12 +00:00
Mathias Vorreiter Pedersen
75b6855769
C++: Move useful predicates from the old IPA type for the 'DefinitionExt' type.
2025-02-13 14:28:10 +00:00
Mathias Vorreiter Pedersen
f597ea99e1
C++: Delete the unnecessary IPA type of definitions.
2025-02-13 14:01:32 +00:00
Tom Hvitved
02fd23e53a
Rust extractors: Normalize drive letter paths with a trailing /
2025-02-13 14:02:39 +01:00
Tom Hvitved
e9c25037d4
Rust: Use Field MaD token instead of Variant, Struct, Tuple
2025-02-13 13:32:08 +01:00
Owen Mansel-Chan
dd102c4cea
Merge pull request #18645 from fabienpe/main
...
Added missing "GOOD" and "BAD" to some examples
2025-02-13 10:37:39 +00:00
Owen Mansel-Chan
63a853d8cb
Add more modeled frameworks to docs
2025-02-13 10:16:51 +00:00
Owen Mansel-Chan
c537246310
Merge pull request #18761 from github/workflow/coverage/update
...
Update CSV framework coverage reports
2025-02-13 09:46:27 +00:00
Michael Nebel
eea295a3e6
C#: Add change-note.
2025-02-13 10:38:06 +01:00
Tom Hvitved
b2ad98ae97
Merge pull request #18755 from hvitved/rust/type-param-to-string
...
Rust: Implement `TypeParam.to(Abbreviated)String`
2025-02-13 09:59:54 +01:00
Michael Nebel
cb91fbf06e
C#: Update the documentation on supported C# language versions and frameworks.
2025-02-13 09:54:31 +01:00
github-actions[bot]
958c7d6ab6
Add changed framework coverage reports
2025-02-13 00:20:55 +00:00
Paolo Tranquilli
98c755d484
Merge pull request #18759 from github/redsun82/rust-avoid-linecol-panic
...
Rust: avoid panic from `line_index` crate
2025-02-12 18:46:44 +01:00
Geoffrey White
e07b25c6d4
Merge pull request #18577 from GeekMasher/rust-rusqlite
...
Rust: Add initial RuSQLite support
2025-02-12 17:14:15 +00:00
Paolo Tranquilli
234d63bb97
Rust: avoid panic from line_index crate
...
We found out we can stumble upon a `line_index.line_col` panic,
specifically when reporting a macro parse error.
This replaces `line_col` with safer `try_line_col`, and deals more
gracefully with the error.
2025-02-12 16:52:36 +01:00
Arthur Baars
18cf39d063
Rust: add verbosity and flamegraph as extractor options
2025-02-12 15:29:27 +01:00
Geoffrey White
aa43d50837
Merge pull request #18671 from geoffw0/http
...
Rust: Model some sources for HTTP
2025-02-12 14:26:30 +00:00
Geoffrey White
d0e0a7b0d0
Merge branch 'main' into http
2025-02-12 12:56:29 +00:00
Tom Hvitved
498828e91a
Rust: Implement TypeParam.to(Abbreviated)String
2025-02-12 13:23:51 +01:00
Simon Friis Vindum
9054f1612b
Merge pull request #18753 from geoffw0/fix
...
Rust: Fix Windows integration test.
2025-02-12 12:38:09 +01:00
Owen Mansel-Chan
19fcf3c554
Merge pull request #18454 from owen-mc/go/mad/encoding-and-weak
...
Go: Add models for standard library updates in Go 1.24
2025-02-12 11:25:13 +00:00
Owen Mansel-Chan
dbad4df2ff
Update change note
...
Co-authored-by: Michael B. Gale <mbg@github.com >
2025-02-12 11:15:27 +00:00