Anders Schack-Mulligen
|
525b6f30e3
|
C++/C#/Java: Accept test changes.
|
2024-08-21 10:51:28 +02:00 |
|
Anders Schack-Mulligen
|
5fbdd83a23
|
Dataflow: Rename StagePathNode to PathNode.
|
2024-08-21 10:51:28 +02:00 |
|
Anders Schack-Mulligen
|
273c0bd121
|
Dataflow: Delete dead code.
|
2024-08-21 10:51:28 +02:00 |
|
Anders Schack-Mulligen
|
1787bcb05a
|
Dataflow: Replace PathNode with Stage implementation.
|
2024-08-21 10:51:24 +02:00 |
|
Anders Schack-Mulligen
|
74739bedfc
|
Dataflow: Add Stage 6 instantiation.
|
2024-08-21 10:44:46 +02:00 |
|
Anders Schack-Mulligen
|
831a66d812
|
Dataflow: Add getANonHiddenSuccessor to StagePathNodeImpl.
|
2024-08-21 10:44:45 +02:00 |
|
Anders Schack-Mulligen
|
e594e7283d
|
Dataflow: Check stateful in/out-barriers in each stage.
|
2024-08-21 10:44:45 +02:00 |
|
Anders Schack-Mulligen
|
c2b25c7f2b
|
Dataflow: Check clearsContent on store targets in StagePathGraph.
|
2024-08-21 10:44:44 +02:00 |
|
Anders Schack-Mulligen
|
b8d0b691da
|
Dataflow: Introduce sink projection and add successor as member predicate.
|
2024-08-21 10:44:44 +02:00 |
|
Anders Schack-Mulligen
|
bc1dd45d4f
|
Dataflow: Make private
|
2024-08-21 10:44:43 +02:00 |
|
Anders Schack-Mulligen
|
9429e5ccba
|
Dataflow: Update StagePathNode.toString.
|
2024-08-21 10:44:43 +02:00 |
|
Anders Schack-Mulligen
|
81a815c343
|
Dataflow: Add StagePathNode.getState.
|
2024-08-21 10:44:43 +02:00 |
|
Anders Schack-Mulligen
|
bdcc5e7b67
|
Dataflow: Refactor getLocation
|
2024-08-21 10:44:42 +02:00 |
|
Anders Schack-Mulligen
|
bc0ae4cd1e
|
Dataflow: Replace StagePathNode.getNode with getNodeEx.
|
2024-08-21 10:44:42 +02:00 |
|
Anders Schack-Mulligen
|
9bd3f3dee0
|
Dataflow: Rename StagePathNode to StagePathNodeImpl.
|
2024-08-21 10:44:41 +02:00 |
|
Simon Friis Vindum
|
68dfca49f5
|
Merge pull request #17269 from paldepind/fix-error-in-test
C++: Fix tests and add an actual true negative
|
2024-08-21 10:21:56 +02:00 |
|
Simon Friis Vindum
|
e4ce003e87
|
C++: Fix tests and add an actual true negative
|
2024-08-21 09:44:45 +02:00 |
|
Edward Minnix III
|
6103749188
|
Merge pull request #16710 from egregius313/egregius313/go/dataflow/file-sources
Go: Add `file` sources
|
2024-08-20 23:45:17 -04:00 |
|
Owen Mansel-Chan
|
f0fe3a3388
|
Merge pull request #17260 from owen-mc/go/mad/convert-sink-5
Go: Allow MaD models for XSS sinks using "html-injection" or "js-injection"
|
2024-08-20 22:40:44 +01:00 |
|
Ed Minnix
|
b14c58445a
|
Fix formatting
|
2024-08-20 16:47:19 -04:00 |
|
Ed Minnix
|
06f73e76b8
|
Add additional test cases
|
2024-08-20 12:44:23 -04:00 |
|
Edward Minnix III
|
e066c52ac6
|
Update change note
Co-authored-by: Owen Mansel-Chan <62447351+owen-mc@users.noreply.github.com>
|
2024-08-20 12:33:38 -04:00 |
|
Felicity Chapman
|
8b4e060934
|
Merge pull request #17199 from github/8456-remove-old-references
Remove references to a deprecated data flow library for C/C++
|
2024-08-20 15:42:13 +01:00 |
|
Owen Mansel-Chan
|
30f8d6e4ff
|
Allow MaD models for XSS sinks using "html-injection" or "js-injection"
|
2024-08-20 14:04:23 +01:00 |
|
Anders Schack-Mulligen
|
993bfee096
|
Merge pull request #17259 from aschackmull/dataflow/remove-srcsink-grouping
Dataflow: Remove src/sink grouping feature
|
2024-08-20 14:42:33 +02:00 |
|
Chris Smowton
|
f0327732ef
|
Merge pull request #17247 from smowton/smowton/admin/add-spring-component-scan-test
Java: add a test exercising Spring component liveness detection
|
2024-08-20 12:56:26 +01:00 |
|
Cornelius Riemenschneider
|
ff242dc6cf
|
Merge pull request #17252 from github/criemen/pytest-java
kotlin: Move integration tests to pytest
|
2024-08-20 13:17:22 +02:00 |
|
Owen Mansel-Chan
|
38f4f4c724
|
Merge pull request #17242 from owen-mc/go/mad/convert-sink-4
Go: convert sql-injection and nosql-injection sinks to use models-as-data
|
2024-08-20 12:01:40 +01:00 |
|
Cornelius Riemenschneider
|
932c07a0f4
|
Address review.
|
2024-08-20 11:46:28 +02:00 |
|
Anders Schack-Mulligen
|
e73fc94354
|
Dataflow: Add change note.
|
2024-08-20 10:12:01 +02:00 |
|
Anders Schack-Mulligen
|
8470e91c16
|
Legacy Dataflow: Sync.
|
2024-08-20 10:07:57 +02:00 |
|
Anders Schack-Mulligen
|
4afdb0927e
|
Dataflow: Remove src/sink grouping feature.
|
2024-08-20 10:07:36 +02:00 |
|
Ed Minnix
|
0361b5c342
|
Fix AllocationSizeOverflow expectations
|
2024-08-19 22:31:29 -04:00 |
|
Ed Minnix
|
bb1cf4f51f
|
Fix tests
|
2024-08-19 20:14:23 -04:00 |
|
Ed Minnix
|
e3ffbbe3b7
|
Fix extensible name in io/fs models
|
2024-08-19 19:02:07 -04:00 |
|
Ed Minnix
|
442026cc9d
|
Fix test results
|
2024-08-19 17:23:32 -04:00 |
|
Ed Minnix
|
2629e09b67
|
Add io/ioutil and io/fs models
|
2024-08-19 17:22:46 -04:00 |
|
Ed Minnix
|
a308bdb75d
|
Modify UnhandledCloseWritableHandle to use post processing
|
2024-08-19 12:59:34 -04:00 |
|
Geoffrey White
|
4c5c6c6968
|
Merge pull request #17148 from geoffw0/hardkey
Swift: Additional test cases for swift/hardcoded-key
|
2024-08-19 17:45:34 +01:00 |
|
Ed Minnix
|
5e8185ac4f
|
Port test to inline expectations test
|
2024-08-19 12:44:30 -04:00 |
|
Ed Minnix
|
704cd8aee3
|
Update change note
|
2024-08-19 12:28:55 -04:00 |
|
Edward Minnix III
|
fc38476e42
|
Fix models
Co-authored-by: Owen Mansel-Chan <62447351+owen-mc@users.noreply.github.com>
|
2024-08-19 12:25:55 -04:00 |
|
Ed Minnix
|
f89174a6f3
|
CI changes (provenance)
|
2024-08-19 12:25:52 -04:00 |
|
Ed Minnix
|
0f7ad98a23
|
Change note
|
2024-08-19 12:25:48 -04:00 |
|
Ed Minnix
|
eb8c785c6b
|
Fix formatting
|
2024-08-19 12:25:43 -04:00 |
|
Ed Minnix
|
3f640a99d3
|
Tests for file models
|
2024-08-19 12:25:37 -04:00 |
|
Ed Minnix
|
383e27c2bd
|
Add file sources
|
2024-08-19 12:25:27 -04:00 |
|
Chris Smowton
|
80e03c3c51
|
Improve ql/doc style
|
2024-08-19 16:25:06 +01:00 |
|
Chris Smowton
|
27522a2781
|
Remove redundant imports
|
2024-08-19 16:23:06 +01:00 |
|
Cornelius Riemenschneider
|
33f87c0c46
|
Port linux/kotlin tests to pytest.
|
2024-08-19 11:33:25 +02:00 |
|