main
Name already in use
Commits on Apr 14, 2023
-
Merge pull request #12824 from geoffw0/modernsec4
Swift: Add CryptoSwift sinks in swift/weak-sensitive-data-hashing
-
Merge pull request #12751 from egregius313/egregius313/dataflow-refac…
…tor-cleanup Java: Finish dataflow refactor
-
Merge pull request #12752 from gsingh93/buffer-access-array-expr
C++: Consider ArrayExpr with non-constant size expressions as a BufferAccess
-
Merge pull request #12803 from michaelnebel/csharp/refactordataflow3
C#: Re-factor dataflow queries to use the new API.
-
Merge pull request #10026 from pwntester/patch-2
Go: Partial URLs should not sanitize against SSRF
-
Merge pull request #12802 from erik-krogh/history-xss
JS: add browser history as XSS sink
-
Merge pull request #12823 from alexet/alexet/bump-version
Bump all qlpacks major versions
-
-
-
-
-
Partial URLs should not sanitize against SSRF
As an example: ```go urlPath := ctx.Req.URL.Path hash := urlPath[strings.LastIndex(urlPath, "/")+1:] req, _ := http.NewRequest("GET", source+hash, nil) ``` -
-
-
-
Co-authored-by: Tony Torralba <atorralba@users.noreply.github.com>
-
-
-
-
-
Co-authored-by: Tony Torralba <atorralba@users.noreply.github.com>
-
-
-
-
Commits on Apr 13, 2023
-
Merge pull request #12822 from MathiasVP/promote-redundant-null-check…
…-simple C++: Promote `cpp/redundant-null-check-simple` to Code Scanning
-
Merge pull request #12794 from geoffw0/modernsec2
Swift: Add CSV extension points to the encryption queries.
-
-
Update cpp/ql/src/Likely Bugs/RedundantNullCheckSimple.ql
Co-authored-by: Geoffrey White <40627776+geoffw0@users.noreply.github.com>
-
-
-
-
C++: Convert 'cpp/redundant-null-check-simple' to a path-problem quer…
…y and assigned it precision high.
-
Merge pull request #12820 from jcogs33/jcogs33/update-hq-manual-prove…
…nance Java: update provenance of `Connection#nativeSQL` sink to "hq-manual"
-
Merge pull request #12808 from egregius313/egregius313/java/dataflow/…
…refactor-experimental Java: Refactor experimental queries to new DataFlow API