Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for operator strategies in security analysis API #621

Merged
merged 28 commits into from
Jan 18, 2024

Commits on Jul 21, 2023

  1. Support first actions and operator strategy.

    Signed-off-by: Bertrand Rix <bertrand.rix@artelys.com>
    obrix committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    b316029 View commit details
    Browse the repository at this point in the history
  2. Support for operator strategy results.

    Signed-off-by: Bertrand Rix <bertrand.rix@artelys.com>
    obrix committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    d1ca2a4 View commit details
    Browse the repository at this point in the history
  3. Remove duplicated test.

    Signed-off-by: Bertrand Rix <bertrand.rix@artelys.com>
    obrix committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    baf4119 View commit details
    Browse the repository at this point in the history
  4. Add condition support and some tests for Load Action with conditions.

    Signed-off-by: Bertrand Rix <bertrand.rix@artelys.com>
    obrix committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    8314622 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. Fix type check.

    Signed-off-by: Bertrand Rix <bertrand.rix@artelys.com>
    obrix committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    13412e9 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. Handle operator strategy branch result and add a switch action test.

    Signed-off-by: Bertrand Rix <bertrand.rix@artelys.com>
    obrix committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    4ada531 View commit details
    Browse the repository at this point in the history
  2. Operator strategy result also for bus.

    Signed-off-by: Bertrand Rix <bertrand.rix@artelys.com>
    obrix committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    d94b871 View commit details
    Browse the repository at this point in the history
  3. Try updating doc test.

    Signed-off-by: Bertrand Rix <bertrand.rix@artelys.com>
    obrix committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    bcab580 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

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

Commits on Nov 14, 2023

  1. Configuration menu
    Copy the full SHA
    35d2a81 View commit details
    Browse the repository at this point in the history
  2. Add missing import.

    Signed-off-by: Bertrand Rix <bertrand.rix@artelys.com>
    obrix committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    c1e7caa View commit details
    Browse the repository at this point in the history
  3. Clean.

    Signed-off-by: Bertrand Rix <bertrand.rix@artelys.com>
    obrix committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    839cc9b View commit details
    Browse the repository at this point in the history
  4. Clean.

    Signed-off-by: Bertrand Rix <bertrand.rix@artelys.com>
    obrix committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    d0300fd View commit details
    Browse the repository at this point in the history
  5. Import missing.

    Signed-off-by: Bertrand Rix <bertrand.rix@artelys.com>
    obrix committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    e562549 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

  1. Configuration menu
    Copy the full SHA
    4fd2da1 View commit details
    Browse the repository at this point in the history
  2. Fix action description.

    Signed-off-by: Bertrand Rix <bertrand.rix@artelys.com>
    obrix committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    69d691b View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2024

  1. Basic user guide.

    Signed-off-by: Bertrand Rix <bertrand.rix@artelys.com>
    obrix committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    acaee26 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3e8a01e View commit details
    Browse the repository at this point in the history
  3. Import conditiontype.

    Signed-off-by: Bertrand Rix <bertrand.rix@artelys.com>
    obrix committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    5f588e6 View commit details
    Browse the repository at this point in the history
  4. Remove assert.

    Signed-off-by: Bertrand Rix <bertrand.rix@artelys.com>
    obrix committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    1219ae3 View commit details
    Browse the repository at this point in the history
  5. P result.

    Signed-off-by: Bertrand Rix <bertrand.rix@artelys.com>
    obrix committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    70de010 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

  1. Actually use _operator_strategy_result_repr.

    Signed-off-by: Bertrand Rix <bertrand.rix@artelys.com>
    obrix committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    ab118bb View commit details
    Browse the repository at this point in the history
  2. Operator strategy in get_table.

    Signed-off-by: Bertrand Rix <bertrand.rix@artelys.com>
    obrix committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    64296ee View commit details
    Browse the repository at this point in the history
  3. Fix broken limit type conversion.

    Signed-off-by: Bertrand Rix <bertrand.rix@artelys.com>
    obrix committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    9998f95 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. Implement getitem for array indexing.

    Signed-off-by: Bertrand Rix <bertrand.rix@artelys.com>
    obrix committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    7ae2bef View commit details
    Browse the repository at this point in the history
  2. Get item for all arrays.

    Signed-off-by: Bertrand Rix <bertrand.rix@artelys.com>
    obrix committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    a61ede9 View commit details
    Browse the repository at this point in the history
  3. Add assert on get_table.

    Signed-off-by: Bertrand Rix <bertrand.rix@artelys.com>
    obrix committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    ef6b107 View commit details
    Browse the repository at this point in the history
  4. Dereference return getitem element.

    Signed-off-by: Bertrand Rix <bertrand.rix@artelys.com>
    obrix committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    96edeef View commit details
    Browse the repository at this point in the history