Asger F
|
c408ab9e6a
|
Merge branch 'main' into js/shared-dataflow
|
2024-05-02 19:43:34 +02:00 |
|
Tom Hvitved
|
54fa8181da
|
Address review comment
|
2024-03-13 20:03:01 +01:00 |
|
Asger F
|
5e7d1d5c2c
|
Merge branch 'main' into js/shared-dataflow-merged
|
2024-03-13 14:27:16 +01:00 |
|
Tom Hvitved
|
16cef92106
|
JS: Add DataFlow::Node.getLocation
|
2024-03-13 13:06:16 +01:00 |
|
Asger F
|
14e75be510
|
JS: Expand comments and synthetic node name in ForOfLoops
|
2024-03-13 09:27:00 +01:00 |
|
Asger F
|
e66f27cfe3
|
JS: Move hasWildcardReplaceRegExp to a shared place
|
2024-03-13 09:19:26 +01:00 |
|
Asger F
|
4043bc13ab
|
JS: Explicit mark comment as a TODO
|
2024-03-13 09:19:03 +01:00 |
|
Asger F
|
858c79e395
|
JS: Add plain taint step through Promise.all()
|
2024-03-13 08:57:42 +01:00 |
|
Asger F
|
2c1aa08f79
|
JS: Rename Strings2 -> Strings
|
2024-03-12 21:18:14 +01:00 |
|
Asger F
|
478dd25f3e
|
JS: Rename Sets2 -> Sets
|
2024-03-12 21:17:29 +01:00 |
|
Asger F
|
433489478d
|
JS: Rename Promise2 -> Promise
|
2024-03-12 21:16:43 +01:00 |
|
Asger F
|
e2f3565227
|
JS: Rename Maps2 -> Maps
|
2024-03-12 21:14:29 +01:00 |
|
Asger F
|
b3fad7a8dc
|
JS: Rename Iterators2 -> Iterators
|
2024-03-12 15:12:07 +01:00 |
|
Asger F
|
5aafd33cec
|
JS: Rename Arrays2 -> Arrays
|
2024-03-12 15:11:29 +01:00 |
|
Max Schaefer
|
741735cc83
|
Port changes to JavaScript.
|
2023-10-26 14:47:24 +01:00 |
|
Asger F
|
e31ae3a1bf
|
JS: Model JSON.stringify with "deep" read operators
|
2023-10-13 12:42:41 +02:00 |
|
Asger F
|
0c2e52baba
|
JS: Summary/steps for iterators and generators
|
2023-10-13 12:42:41 +02:00 |
|
Asger F
|
da3a0de814
|
JS: Port String#replace to flow summary
|
2023-10-13 12:42:41 +02:00 |
|
Asger F
|
f0c2afe39e
|
JS: Add flow summaries for maps and sets
|
2023-10-13 12:42:40 +02:00 |
|
Asger F
|
5054c43b18
|
JS: Add flow summaries/steps for promises and async/await
|
2023-10-13 12:42:40 +02:00 |
|
Asger F
|
4319b07798
|
JS: Add flow summaries for Arrays
|
2023-10-13 12:42:40 +02:00 |
|
Asger F
|
a31e251529
|
JS: Add flow summaries for core methods
|
2023-10-13 12:42:40 +02:00 |
|
Asger F
|
79e7aae9f6
|
JS: Add TEarlyStageNode
|
2023-10-13 12:42:39 +02:00 |
|
erik-krogh
|
56e9eda2b9
|
fix performance by caching getArgument
|
2023-10-07 13:06:45 +02:00 |
|
erik-krogh
|
44b6366586
|
delete old deprecations
|
2023-06-02 11:58:08 +02:00 |
|
Asger F
|
2c65a49d7c
|
JS: Add getForwardingFunction() to API graphs
|
2023-04-11 14:00:30 +02:00 |
|
Alex Ford
|
1556b1a728
|
Merge branch 'main' into js-use-shared-cryptography
|
2023-02-15 17:13:53 +00:00 |
|
Alex Ford
|
43af306d60
|
dynamic: more detailed qldoc for CryptographicOperation#getBlockMode()
|
2023-02-15 16:55:18 +00:00 |
|
Alex Ford
|
d4d0b91085
|
dynamic: switch CryptographicOperation::Range#getBlockMode() back to being an abstract predicate
|
2023-02-15 16:23:46 +00:00 |
|
Alex Ford
|
c7aaad9ed0
|
JS: avoid adding a deprecated CryptographicOperation#getInput to py/ruby
|
2023-02-15 16:23:46 +00:00 |
|
Rasmus Wriedt Larsen
|
5235964b07
|
sync files
|
2023-02-13 10:44:12 +01:00 |
|
Alex Ford
|
6c35feaa98
|
ConceptsShared: add a default implementation of BlockMode CryptographicOperation#getBlockMode() for compatibility with external code
|
2023-02-03 14:39:32 +00:00 |
|
Alex Ford
|
e5dfbe2c8d
|
ConceptsShared: Add BlockMode#matchesString(string) predicate
|
2023-02-02 20:27:52 +00:00 |
|
Alex Ford
|
61095b3c58
|
ConceptsShared: Add deprecated DataFlow::Node CryptographicOperation#getInput() predicate
|
2023-02-02 20:27:05 +00:00 |
|
Rasmus Wriedt Larsen
|
e6b4d12f94
|
Sync ConceptsShared
|
2022-08-18 13:42:52 +02:00 |
|
Alex Ford
|
8d195e3188
|
Merge pull request #9157 from alexrford/crypto-op-block-mode
Ruby/Python: Add a `BlockMode` concept for `CryptographicOperations`
|
2022-06-13 21:32:36 +02:00 |
|
Erik Krogh Kristensen
|
8c12a7289f
|
collapse a few small stages
|
2022-05-27 13:19:06 +02:00 |
|
Rasmus Wriedt Larsen
|
85fa6fba63
|
Concepts: Move CryptographicOperation.isWeak to be Ruby specific
|
2022-05-23 14:39:06 +02:00 |
|
Alex Ford
|
fb53fc5373
|
Javascript: add missing import in ConceptsImports.qll
|
2022-05-19 15:51:25 +01:00 |
|
Alex Ford
|
d3662cf54a
|
Deprecate CryptographicOperation#isWeak and add a default implementation
|
2022-05-19 15:46:13 +01:00 |
|
Alex Ford
|
3d66905dc6
|
Share the CryptographicOperation and BlockMode concepts between dynamic langs
|
2022-05-19 15:46:03 +01:00 |
|
Erik Krogh Kristensen
|
b4d4b51bc7
|
Merge pull request #8147 from erik-krogh/cacheReg
JS: cache RegExpCreationNode::getAReference
|
2022-05-04 16:25:25 +02:00 |
|
Rasmus Wriedt Larsen
|
414764ccee
|
Concepts: Minor rewrite in qldoc
As suggested by @hmac
|
2022-03-22 10:33:58 +01:00 |
|
Rasmus Wriedt Larsen
|
e50a9421a6
|
JS: Update dataflow import in ConceptsImports.qll
Co-authored-by: Erik Krogh Kristensen <erik-krogh@github.com>
|
2022-03-22 10:32:20 +01:00 |
|
Rasmus Wriedt Larsen
|
2b9408b0c3
|
Concepts: Add some architecture documentation
|
2022-03-17 13:49:10 +01:00 |
|
Harry Maclean
|
36c421346b
|
Introduce ConceptsShared.qll
|
2022-03-17 13:49:10 +01:00 |
|
Erik Krogh Kristensen
|
3067231b1a
|
Merge pull request #8253 from erik-krogh/domWrite
JS: merge hasDominatingWrite and hasDominatingAssignment
|
2022-03-15 13:37:00 +01:00 |
|
Erik Krogh Kristensen
|
69353bb014
|
patch upper-case acronyms to be PascalCase
|
2022-03-11 11:10:33 +01:00 |
|
Erik Krogh Kristensen
|
62f2614f72
|
move hasDominatingWrite to the TypeTracking stage
|
2022-03-02 11:30:05 +01:00 |
|
Erik Krogh Kristensen
|
cd4685c4c5
|
cache RegExpCreationNode::getAReference
|
2022-02-21 15:04:00 +01:00 |
|