Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 541a449

Browse files
committed
Merge branch 'main' into callderef
2 parents 09d4b3e + 4ce4185 commit 541a449

365 files changed

Lines changed: 36946 additions & 7781 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

change-notes/1.26/analysis-javascript.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22

33
## General improvements
44

5+
* Angular-specific taint sources and sinks are now recognized by the security queries.
6+
57
* Support for the following frameworks and libraries has been improved:
8+
- [@angular/*](https://www.npmjs.com/package/@angular/core)
69
- [AWS Serverless](https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/sam-resource-function.html)
710
- [Alibaba Serverless](https://www.alibabacloud.com/help/doc-detail/156876.htm)
811
- [bluebird](https://www.npmjs.com/package/bluebird)

cpp/ql/src/semmle/code/cpp/Include.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class Include extends PreprocessorDirective, @ppd_include {
2121

2222
/**
2323
* Gets the token which occurs after `#include`, for example `"filename"`
24-
* or `<filename>`.
24+
* or `<filename>`.
2525
*/
2626
string getIncludeText() { result = getHead() }
2727

0 commit comments

Comments
 (0)