The Wayback Machine - https://web.archive.org/web/20210214042552/https://github.com/github/codeql-go/commits/main
Skip to content
Permalink
main

Commits on Feb 13, 2021

  1. Merge pull request #476 from owen-mc/model-zap

    Model zap
    owen-mc committed Feb 13, 2021

Commits on Feb 11, 2021

  1. Model zap

    owen-mc committed Feb 11, 2021
  2. Merge pull request #474 from sauyon/update-codeql

    Update actions codeql to 2.4.3
    smowton committed Feb 11, 2021
  3. Merge pull request #442 from monkey-junkie/main

    [CWE-369] Query for divide by zero detection
    smowton committed Feb 11, 2021

Commits on Feb 10, 2021

  1. Update actions codeql to 2.4.3

    sauyon committed Feb 10, 2021
  2. Merge pull request #465 from smowton/smowton/feature/less-equality-te…

    …st-panic-edges
    
    Remove panicking edges leading from an equality test where possible
    smowton committed Feb 10, 2021

Commits on Feb 9, 2021

  1. tests and docs updated

    user
    user committed Feb 9, 2021
  2. formatting + example

    fix
    
    test fix
    
    Update ql/src/experimental/CWE-369/DivideByZero.ql
    
    Co-authored-by: Chris Smowton <[email protected]>
    
    Update ql/src/experimental/CWE-369/DivideByZero.qhelp
    
    Co-authored-by: Chris Smowton <[email protected]>
    
    Update ql/src/experimental/CWE-369/DivideByZero.qhelp
    
    Co-authored-by: Chris Smowton <[email protected]>
    Your Name and smowton committed Feb 9, 2021
  3. test fixed, comments added

    Update ql/src/experimental/CWE-369/DivideByZero.qhelp
    
    Co-authored-by: Chris Smowton <[email protected]>
    
    Update ql/src/experimental/CWE-369/DivideByZero.qhelp
    
    Co-authored-by: Chris Smowton <[email protected]>
    
    Update ql/src/experimental/CWE-369/DivideByZero.qhelp
    
    Co-authored-by: Chris Smowton <[email protected]>
    
    Update ql/src/experimental/CWE-369/DivideByZero.ql
    
    Co-authored-by: Chris Smowton <[email protected]>
    
    Update ql/src/experimental/CWE-369/DivideByZero.ql
    
    Co-authored-by: Chris Smowton <[email protected]>
    
    Update ql/src/experimental/CWE-369/DivideByZero.ql
    
    Co-authored-by: Chris Smowton <[email protected]>
    
    Update ql/src/experimental/CWE-369/DivideByZero.ql
    
    Co-authored-by: Chris Smowton <[email protected]>
    Your Name and smowton committed Feb 9, 2021
  4. test fixed

    Update ql/src/experimental/CWE-369/DivideByZero.ql
    
    Co-authored-by: Chris Smowton <[email protected]>
    
    Update ql/src/experimental/CWE-369/DivideByZero.ql
    
    Co-authored-by: Chris Smowton <[email protected]>
    
    Update ql/src/experimental/CWE-369/DivideByZero.ql
    
    Co-authored-by: Chris Smowton <[email protected]>
    Your Name and smowton committed Feb 9, 2021
  5. conversion detect + tests

    Your Name
    Your Name committed Feb 9, 2021
  6. formatting fix

    Update ql/src/experimental/CWE-369/DivideByZero.ql
    
    Co-authored-by: Chris Smowton <[email protected]>
    
    Update ql/src/experimental/CWE-369/DivideByZero.ql
    
    Co-authored-by: Chris Smowton <[email protected]>
    Your Name and smowton committed Feb 9, 2021
  7. Merge pull request #470 from sauyon/go116flagadd

    Add -overlay to recognized go build flags
    smowton committed Feb 9, 2021
  8. Add -overlay to recognized go build flags

    sauyon committed Feb 9, 2021
  9. Merge pull request #469 from github/owen-mc-code-owners-file

    Create CODEOWNERS
    owen-mc committed Feb 9, 2021
  10. Create CODEOWNERS

    This is so that `@codeql-go` is automatically suggested as a reviewer for PRs
    owen-mc committed Feb 9, 2021
  11. Merge pull request #466 from smowton/smowton/fix/remove-html-template…

    …-models
    
    Remove models for html/template execution
    smowton committed Feb 9, 2021

Commits on Feb 8, 2021

  1. Remove models for html/template execution

    These escape HTML and JavaScript anyhow; because they don't write to their return value they don't quite fit the form of EscapeFunction, so to be expedient I've simply removed their models entirely. Presumably the case where someone HTML-templates something and then uses it for a purpose where HTML sanitisation is insufficient is very rare anyhow.
    smowton committed Feb 8, 2021

Commits on Feb 6, 2021

  1. Merge pull request #455 from sauyon/insecure-rng

    Promote Insecure RNG Query
    sauyon committed Feb 6, 2021
  2. InsecureRNG: Select first result in fn only

    sauyon committed Feb 6, 2021

Commits on Feb 4, 2021

  1. Remove panicking edges leading from an equality test where possible

    These exist because an equality comparison of explicitly-incomparable interface values can panic, as can comparisons of arrays or structs containing them. Other type comparisons cannot panic.
    smowton committed Feb 4, 2021

Commits on Feb 2, 2021

  1. Move insecure randomness query to cwe-338

    Also give it a precision
    sauyon committed Feb 2, 2021

Commits on Feb 1, 2021

Commits on Jan 28, 2021

  1. Merge pull request #437 from sauyon/goproxy

    Model elazarl/goproxy
    sauyon committed Jan 28, 2021

Commits on Jan 27, 2021

  1. Merge pull request #451 from sauyon/gokit

    Add gokit models
    smowton committed Jan 27, 2021
  2. Add change note for goproxy modeling

    sauyon committed Jan 27, 2021
  3. Add model for net/http.Error

    sauyon committed Jan 27, 2021
  4. Add HTTP handler concept

    sauyon committed Jan 27, 2021

Commits on Jan 26, 2021

  1. Merge pull request #461 from owen-mc/avoid-unused-barrier-guards-in-s…

    …cope
    
    Move reused barrier guards into separate files
    owen-mc committed Jan 26, 2021

Commits on Jan 25, 2021

  1. Move reused barrier guards into separate files

    This way only the barrier guards that are used will be imported.
    This is important because of the comment above BarrierGuard, which
    warns about the potential danger of having classes that extend
    BarrierGuard in scope which are not used.
    owen-mc committed Jan 25, 2021
  2. Merge pull request #462 from owen-mc/make-path-containment-check-more…

    …-specific
    
    Make PathContainmentCheck more specific
    owen-mc committed Jan 25, 2021
Older