Skip to content
Permalink
main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?

Commits on Apr 14, 2023

  1. Merge pull request #12824 from geoffw0/modernsec4

    Swift: Add CryptoSwift sinks in swift/weak-sensitive-data-hashing
    geoffw0 committed Apr 14, 2023
  2. Merge pull request #12751 from egregius313/egregius313/dataflow-refac…

    …tor-cleanup
    
    Java: Finish dataflow refactor
    egregius313 committed Apr 14, 2023
  3. Merge pull request #12752 from gsingh93/buffer-access-array-expr

    C++: Consider ArrayExpr with non-constant size expressions as a BufferAccess
    geoffw0 committed Apr 14, 2023
  4. Merge pull request #12803 from michaelnebel/csharp/refactordataflow3

    C#: Re-factor dataflow queries to use the new API.
    michaelnebel committed Apr 14, 2023
  5. Merge pull request #10026 from pwntester/patch-2

    Go: Partial URLs should not sanitize against SSRF
    owen-mc committed Apr 14, 2023
  6. Merge pull request #12802 from erik-krogh/history-xss

    JS: add browser history as XSS sink
    erik-krogh committed Apr 14, 2023
  7. Merge pull request #12823 from alexet/alexet/bump-version

    Bump all qlpacks major versions
    alexrford committed Apr 14, 2023
  8. Add change note

    owen-mc committed Apr 14, 2023
  9. Fix formatting again

    owen-mc committed Apr 14, 2023
  10. 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)
    ```
    pwntester authored and owen-mc committed Apr 14, 2023
  11. Fix typo

    Co-authored-by: Tony Torralba <atorralba@users.noreply.github.com>
    egregius313 and atorralba committed Apr 14, 2023
  12. Re-add allowImplicitRead

    egregius313 committed Apr 14, 2023
  13. flow(_, sink) to flowTo(sink)

    Co-authored-by: Tony Torralba <atorralba@users.noreply.github.com>
    egregius313 and atorralba committed Apr 14, 2023

Commits on Apr 13, 2023

  1. Merge pull request #12822 from MathiasVP/promote-redundant-null-check…

    …-simple
    
    C++: Promote `cpp/redundant-null-check-simple` to Code Scanning
    MathiasVP committed Apr 13, 2023
  2. Merge pull request #12794 from geoffw0/modernsec2

    Swift: Add CSV extension points to the encryption queries.
    geoffw0 committed Apr 13, 2023
  3. Update cpp/ql/src/Likely Bugs/RedundantNullCheckSimple.ql

    Co-authored-by: Geoffrey White <40627776+geoffw0@users.noreply.github.com>
    MathiasVP and geoffw0 committed Apr 13, 2023
  4. C++: Add change note.

    MathiasVP committed Apr 13, 2023
  5. C++: Accept test changes.

    MathiasVP committed Apr 13, 2023
  6. C++: Convert 'cpp/redundant-null-check-simple' to a path-problem quer…

    …y and assigned it precision high.
    MathiasVP committed Apr 13, 2023
  7. Merge pull request #12820 from jcogs33/jcogs33/update-hq-manual-prove…

    …nance
    
    Java: update provenance of `Connection#nativeSQL` sink to "hq-manual"
    jcogs33 committed Apr 13, 2023
  8. Merge pull request #12808 from egregius313/egregius313/java/dataflow/…

    …refactor-experimental
    
    Java: Refactor experimental queries to new DataFlow API
    egregius313 committed Apr 13, 2023
Older