Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

Capture crash dumps from libfuzzer, when provided #2793

Merged
merged 80 commits into from
Aug 9, 2023
Merged

Capture crash dumps from libfuzzer, when provided #2793

merged 80 commits into from
Aug 9, 2023

Commits on Feb 2, 2023

  1. WIP

    Porges committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    fa6737f View commit details
    Browse the repository at this point in the history
  2. Fix test

    Porges committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    ecd1c78 View commit details
    Browse the repository at this point in the history
  3. Update docs

    Porges committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    6e5800d View commit details
    Browse the repository at this point in the history
  4. Server side changes

    Porges committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    3c95ed7 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2023

  1. Doh

    Porges authored Feb 3, 2023
    Configuration menu
    Copy the full SHA
    3a9b160 View commit details
    Browse the repository at this point in the history
  2. Update integration tests

    Porges authored Feb 3, 2023
    Configuration menu
    Copy the full SHA
    0d37c41 View commit details
    Browse the repository at this point in the history
  3. WIP

    Porges authored Feb 3, 2023
    Configuration menu
    Copy the full SHA
    96a1ced View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2023

  1. Configuration menu
    Copy the full SHA
    8b848c0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c6485d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    217a667 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2023

  1. Configuration menu
    Copy the full SHA
    fcd508c View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2023

  1. Configuration menu
    Copy the full SHA
    c053d79 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2023

  1. Configuration menu
    Copy the full SHA
    413c3ea View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2023

  1. Configuration menu
    Copy the full SHA
    977d9d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fbcdde4 View commit details
    Browse the repository at this point in the history
  3. Fixup

    Porges authored Feb 19, 2023
    Configuration menu
    Copy the full SHA
    7002cea View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2023

  1. Configuration menu
    Copy the full SHA
    f09666b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6bcbb9d View commit details
    Browse the repository at this point in the history
  3. Update run.sh

    Porges authored Feb 20, 2023
    Configuration menu
    Copy the full SHA
    003d0d5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b17a3c7 View commit details
    Browse the repository at this point in the history
  5. Remove changes from setup.sh

    Porges authored Feb 20, 2023
    Configuration menu
    Copy the full SHA
    3277147 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2023

  1. Thinko

    Porges authored Feb 21, 2023
    Configuration menu
    Copy the full SHA
    6d5bee4 View commit details
    Browse the repository at this point in the history
  2. Add unmap_shadow_on_exit

    Porges authored Feb 21, 2023
    Configuration menu
    Copy the full SHA
    4698485 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2023

  1. Configuration menu
    Copy the full SHA
    235fb1e View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2023

  1. Configuration menu
    Copy the full SHA
    55e8921 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2023

  1. Configuration menu
    Copy the full SHA
    cc82b2c View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2023

  1. Configuration menu
    Copy the full SHA
    939b056 View commit details
    Browse the repository at this point in the history
  2. Windows impl

    Porges authored Mar 20, 2023
    Configuration menu
    Copy the full SHA
    3382270 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2023

  1. Fix Windows build

    Porges authored Mar 21, 2023
    Configuration menu
    Copy the full SHA
    23e5b59 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2023

  1. Configuration menu
    Copy the full SHA
    f1544d9 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2023

  1. Configuration menu
    Copy the full SHA
    10fdd5d View commit details
    Browse the repository at this point in the history
  2. Make Windows wait for dump

    Porges authored Mar 28, 2023
    Configuration menu
    Copy the full SHA
    fa626bd View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2023

  1. Configuration menu
    Copy the full SHA
    61002af View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2023

  1. Configuration menu
    Copy the full SHA
    8a4de92 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5ca1617 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2023

  1. Configuration menu
    Copy the full SHA
    5a4929e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    850102b View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2023

  1. Configuration menu
    Copy the full SHA
    ad7f488 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2023

  1. Configuration menu
    Copy the full SHA
    70d6e9d View commit details
    Browse the repository at this point in the history

Commits on May 14, 2023

  1. Configuration menu
    Copy the full SHA
    b895abd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    319e443 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2023

  1. Configuration menu
    Copy the full SHA
    6e165f8 View commit details
    Browse the repository at this point in the history
  2. Improve integration test logs

    Porges authored May 15, 2023
    Configuration menu
    Copy the full SHA
    719f948 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2023

  1. Configuration menu
    Copy the full SHA
    473bb08 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2023

  1. ...

    Porges authored May 21, 2023
    Configuration menu
    Copy the full SHA
    a143532 View commit details
    Browse the repository at this point in the history
  2. Expand valid scaleset names (#3045)

    Scaleset names are now permitted to be any (valid) strings, instead of only GUIDs. When we generate a scaleset name it is now based upon the pool name; for example the pool `pool` might get a scaleset named `pool-3b24ba211cad4b078655914754485838`.
    
    This should be backwards-compatible since GUIDs are [already serialized to table storage as strings](https://github.com/microsoft/onefuzz/blob/dddcfa49490e44834afc9a6910c350698022792c/src/ApiService/ApiService/onefuzzlib/orm/EntityConverter.cs#L190-L191), so this simply loosens the restrictions placed upon them.
    
    Scaleset IDs now have a strong type in the same way as other IDs; this helps to avoid mixing them up with other strings. Because of this I found one bug in the scaleset search query logic due to Pool ID/VMSS ID confusion. As part of fixing this I've changed the scaleset search query to only return nodes from the table rather than querying Azure to find a list; this seems to be sufficient for the CLI.
    Porges authored May 21, 2023
    Configuration menu
    Copy the full SHA
    5352b48 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2c57f27 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f862b3f View commit details
    Browse the repository at this point in the history
  5. Remove unused import

    Porges authored May 21, 2023
    Configuration menu
    Copy the full SHA
    5de3502 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2023

  1. Configuration menu
    Copy the full SHA
    024bdb5 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2023

  1. Configuration menu
    Copy the full SHA
    e57eba6 View commit details
    Browse the repository at this point in the history
  2. add comment

    Porges authored Jun 6, 2023
    Configuration menu
    Copy the full SHA
    4ab6737 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2023

  1. Configuration menu
    Copy the full SHA
    b27fd3e View commit details
    Browse the repository at this point in the history
  2. post-merge fix

    Porges authored Jun 27, 2023
    Configuration menu
    Copy the full SHA
    b88dbc1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e09e815 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    70e9b6e View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2023

  1. Configuration menu
    Copy the full SHA
    b3d8e11 View commit details
    Browse the repository at this point in the history
  2. add more logging

    Porges authored Jul 3, 2023
    Configuration menu
    Copy the full SHA
    007b28d View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2023

  1. more logging

    Porges authored Jul 4, 2023
    Configuration menu
    Copy the full SHA
    832798a View commit details
    Browse the repository at this point in the history
  2. Yet more logging

    Porges authored Jul 4, 2023
    Configuration menu
    Copy the full SHA
    51118d0 View commit details
    Browse the repository at this point in the history
  3. logging again

    Porges authored Jul 4, 2023
    Configuration menu
    Copy the full SHA
    9c2e77d View commit details
    Browse the repository at this point in the history
  4. Fix path concatenation

    Porges authored Jul 4, 2023
    Configuration menu
    Copy the full SHA
    af528a8 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

  1. Configuration menu
    Copy the full SHA
    0cacbe5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e46588 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. Configuration menu
    Copy the full SHA
    04a7b92 View commit details
    Browse the repository at this point in the history
  2. Try removing "workaround"

    Porges authored Jul 11, 2023
    Configuration menu
    Copy the full SHA
    c194887 View commit details
    Browse the repository at this point in the history
  3. Update cache keys

    Porges authored Jul 11, 2023
    Configuration menu
    Copy the full SHA
    4a8364e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2e319fb View commit details
    Browse the repository at this point in the history
  5. Change pinned commit

    Porges authored Jul 11, 2023
    Configuration menu
    Copy the full SHA
    5e57ebf View commit details
    Browse the repository at this point in the history
  6. Bump Windows image version

    Porges authored Jul 11, 2023
    Configuration menu
    Copy the full SHA
    93f850b View commit details
    Browse the repository at this point in the history
  7. Update Makefile again

    Porges authored Jul 11, 2023
    Configuration menu
    Copy the full SHA
    9cbc116 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

  1. Configuration menu
    Copy the full SHA
    338f38c View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. Configuration menu
    Copy the full SHA
    d32c8a0 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. Configuration menu
    Copy the full SHA
    31bf877 View commit details
    Browse the repository at this point in the history
  2. Post-merge update

    Porges authored Aug 1, 2023
    Configuration menu
    Copy the full SHA
    f65c2b6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bf2fe3a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7ada9ac View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. Configuration menu
    Copy the full SHA
    6906dc2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    919ffbf View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. Configuration menu
    Copy the full SHA
    09a7ec8 View commit details
    Browse the repository at this point in the history