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

Application Security Engine Support #2273

Merged
merged 291 commits into from
Dec 7, 2023
Merged

Application Security Engine Support #2273

merged 291 commits into from
Dec 7, 2023
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Jul 19, 2023

  1. debug

    AlteredCoder committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    cd5cb55 View commit details
    Browse the repository at this point in the history
  2. debug

    AlteredCoder committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    8ba692b View commit details
    Browse the repository at this point in the history
  3. add loggers

    AlteredCoder committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    7d8c931 View commit details
    Browse the repository at this point in the history
  4. reduce verbosity

    AlteredCoder committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    ab2c152 View commit details
    Browse the repository at this point in the history
  5. fix

    AlteredCoder committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    472f40b View commit details
    Browse the repository at this point in the history
  6. fix

    AlteredCoder committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    779ea2e View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. fixed

    buixor committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    54fd2e4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b33ba27 View commit details
    Browse the repository at this point in the history
  3. add distinct

    buixor committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    a326ffb View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. take method from header

    AlteredCoder committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    c17b103 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

  1. handle missing headers

    AlteredCoder committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    4993758 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. merge

    blotus committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    01ced8f View commit details
    Browse the repository at this point in the history
  2. wip

    blotus committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    792961d View commit details
    Browse the repository at this point in the history
  3. waf_rules -> waf-rules

    blotus committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    f7e0980 View commit details
    Browse the repository at this point in the history
  4. wip

    blotus committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    2f5a6fb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dd5e38a View commit details
    Browse the repository at this point in the history
  6. remove local replace

    blotus committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    c413860 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. Configuration menu
    Copy the full SHA
    a7cd86f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e4e2bb5 View commit details
    Browse the repository at this point in the history
  3. logging

    buixor committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    4a38cb5 View commit details
    Browse the repository at this point in the history
  4. update

    AlteredCoder committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    fc8a0ee View commit details
    Browse the repository at this point in the history
  5. revert previous bad merge

    blotus committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    dd83bde View commit details
    Browse the repository at this point in the history
  6. merge from master

    blotus committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    711f047 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e381d85 View commit details
    Browse the repository at this point in the history
  8. fix rules helpers

    AlteredCoder committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    343d22e View commit details
    Browse the repository at this point in the history
  9. update

    AlteredCoder committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    da37b55 View commit details
    Browse the repository at this point in the history
  10. fix

    AlteredCoder committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    51295ef View commit details
    Browse the repository at this point in the history
  11. add debug

    AlteredCoder committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    4332598 View commit details
    Browse the repository at this point in the history
  12. add debug

    AlteredCoder committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    353926e View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. Configuration menu
    Copy the full SHA
    cbf06c2 View commit details
    Browse the repository at this point in the history
  2. remove debug

    AlteredCoder committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    885c283 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. distinct: return emtpy slice

    blotus committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    59e3d0d View commit details
    Browse the repository at this point in the history
  2. try re2 for @rx operator

    blotus committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    a4ee1e7 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. logging

    buixor committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    4846701 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. fix linter

    AlteredCoder committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    e0bd4dc View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. support SSL for waf

    AlteredCoder committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    0379574 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

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

Commits on Sep 11, 2023

  1. Waap config (#2460)

    * revamp wip
    buixor authored Sep 11, 2023
    Configuration menu
    Copy the full SHA
    4e26e23 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

  1. up

    buixor committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    1a5799e View commit details
    Browse the repository at this point in the history
  2. up

    buixor committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    5a0b1b7 View commit details
    Browse the repository at this point in the history
  3. up

    buixor committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    1286efc View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. up

    buixor committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    6930b1e View commit details
    Browse the repository at this point in the history
  2. up

    buixor committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    c435447 View commit details
    Browse the repository at this point in the history
  3. up wip

    buixor committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    2e60e80 View commit details
    Browse the repository at this point in the history
  4. up

    buixor committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    7081666 View commit details
    Browse the repository at this point in the history
  5. up

    buixor committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    6a47b9e View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. up

    buixor committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    a8321b5 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. up

    buixor committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    4234122 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

  1. wip

    blotus committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    502e21b View commit details
    Browse the repository at this point in the history
  2. wip

    blotus committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    ca930cc View commit details
    Browse the repository at this point in the history
  3. up

    blotus committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    7fdd4d0 View commit details
    Browse the repository at this point in the history
  4. up

    blotus committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    d5e0c8a View commit details
    Browse the repository at this point in the history
  5. up

    blotus committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    d3ce4cb View commit details
    Browse the repository at this point in the history
  6. up

    blotus committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    535738b View commit details
    Browse the repository at this point in the history
  7. up

    blotus committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    dd7fa82 View commit details
    Browse the repository at this point in the history
  8. up

    blotus committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    92a3c4b View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. up

    blotus committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    d3bb9f8 View commit details
    Browse the repository at this point in the history
  2. pkg/csconfig: set prometheus address:port defaults (#2533)

    We set these default in one place (after loading the configuration)
    instead of leaving that to both metric server and consumer.
    mmetc committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    7db5bf8 View commit details
    Browse the repository at this point in the history
  3. Refact cscli hub/item commands (#2536)

    * log.Fatal -> fmt.Errorf
    * lint cmd/crowdsec-cli hub items and split collection commands
    * cscli collections: add examples
    * cscli parsers: avoid globals
    * cscli scenarios: avoid globals
    * cscli collections, postoverflows: avoid globals
    * cscli hub: avoid globals
    * remove unused globals
    mmetc committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    734ba46 View commit details
    Browse the repository at this point in the history
  4. cmd/crowdsec-cli: remove global prometheusURL (#2542)

    * cmd/crowdsec-cli: remove global prometheusURL
    * PrometheusUrl now includes the path (/metrics)
    mmetc committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    a00bae6 View commit details
    Browse the repository at this point in the history
  5. bats: more cscli hub tests (#2541)

    - updated logs and user messages
    - added func tests for all the items: install, remove, upgrade, list
    - rewritten taint tests for collections
    - removed redundant csconfig.LoadPrometheus()
    mmetc committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    f496bd1 View commit details
    Browse the repository at this point in the history
  6. Refact cscli item listing, tests (#2547)

    * hub diet; taint tests
    * cmd/crowdsec-cli: split utils.go, moved cwhub.GetHubStatusForItemType()
    * cscli: refactor hub list commands, fix edge cases
    mmetc committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    325003b View commit details
    Browse the repository at this point in the history
  7. fix build (#2548)

    mmetc committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    810a8ad View commit details
    Browse the repository at this point in the history
  8. HubIndex struct, comments, name changes (#2549)

    * pkg/cwhub: rename PARSERS_OVFLW -> POSTOVERFLOWS
    * mostly comments, some light cleanup
    * move type hubtest.HubIndex -> cwhub.HubIndex
    * move and rename LoadPkgIndex -> ParseIndex
    * move displaySummary(), skippedLocal, skippedTainted to HubIndex struct
    mmetc authored Oct 17, 2023
    Configuration menu
    Copy the full SHA
    4eae408 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. Refact pkg/csconfig, HubCfg (#2552)

     - rename csconfig.Hub -> HubCfg
     - move some Load*() functions to NewConfig()
     - config.yaml: optional common section
     - remove unused working_dir
    mmetc authored Oct 18, 2023
    Configuration menu
    Copy the full SHA
    be6555e View commit details
    Browse the repository at this point in the history
  2. typo (#2556)

    mmetc authored Oct 18, 2023
    Configuration menu
    Copy the full SHA
    57d3ebb View commit details
    Browse the repository at this point in the history
  3. up

    blotus committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    511468b View commit details
    Browse the repository at this point in the history
  4. be consistent : waap-rules

    buixor committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    98fb84d View commit details
    Browse the repository at this point in the history
  5. naming

    buixor committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    c89b429 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. delete coraza submodule

    blotus committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    2600ffb View commit details
    Browse the repository at this point in the history
  2. merge master branch

    blotus committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    ecbdf2f View commit details
    Browse the repository at this point in the history
  3. Refact pkg/csconfig, pkg/cwhub (#2555)

    * csconfig: drop redundant hub information on *Cfg structs
    * rename validItemFileName() -> item.validPath()
    * Methods on hub object
    * updated tests to reduce need of csconfig.Config or global state
    mmetc authored Oct 19, 2023
    Configuration menu
    Copy the full SHA
    88e4f7c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b89c565 View commit details
    Browse the repository at this point in the history
  5. merge hub-1.5.6 branch

    blotus committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    350e897 View commit details
    Browse the repository at this point in the history
  6. merge hub-1.5.6

    blotus committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    15120a6 View commit details
    Browse the repository at this point in the history
  7. add waap-configs hub item

    blotus committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    ef118a4 View commit details
    Browse the repository at this point in the history
  8. up

    blotus committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    68c7824 View commit details
    Browse the repository at this point in the history
  9. up

    blotus committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    1468bb9 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. up

    blotus committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    0acda36 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5dbc275 View commit details
    Browse the repository at this point in the history
  3. allow description

    buixor committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    b110c74 View commit details
    Browse the repository at this point in the history
  4. Refact pkg/cwhub, cmd/crowdsec-cli (#2557)

     - pkg/cwhub: change file layout, rename functions
     - method Item.SubItems
     - cmd/crowdsec-cli: generic code for hub items
     - cscli: removing any type of items in a collection now requires --force
     - tests
    mmetc authored Oct 20, 2023
    Configuration menu
    Copy the full SHA
    ac98256 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. logger

    buixor committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    dca6faa View commit details
    Browse the repository at this point in the history
  2. logger

    buixor committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    2ff238d View commit details
    Browse the repository at this point in the history
  3. logger

    buixor committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    c00b1ab View commit details
    Browse the repository at this point in the history
  4. logger

    buixor committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    1b9d8c8 View commit details
    Browse the repository at this point in the history
  5. logger

    buixor committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    bd9df8f View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. simplify a bit

    buixor committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    00e1ffb View commit details
    Browse the repository at this point in the history
  2. default level

    buixor committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    0365040 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6850065 View commit details
    Browse the repository at this point in the history
  4. our shortcut for waap events

    buixor committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    dd49620 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b2bb15b View commit details
    Browse the repository at this point in the history
  6. shortcut for waap events

    buixor committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    c02c74b View commit details
    Browse the repository at this point in the history
  7. add the helpers and the type

    buixor committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    1f3801f View commit details
    Browse the repository at this point in the history
  8. up

    buixor committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    9edde09 View commit details
    Browse the repository at this point in the history
  9. up

    buixor committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    eafffe7 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. fix meta encoding

    buixor committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    4bfca8c View commit details
    Browse the repository at this point in the history
  2. new custom rule format

    blotus committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    676352b View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. properly set default log level

    buixor committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    46ae0b3 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'coraza_poc_acquis' of github.com:crowdsecurity/crowdsec…

    … into coraza_poc_acquis
    buixor committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    e49f33b View commit details
    Browse the repository at this point in the history
  3. up

    buixor committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    6cbeefe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f18b554 View commit details
    Browse the repository at this point in the history
  5. no leak plz

    buixor committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    82bb8a2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0cebf83 View commit details
    Browse the repository at this point in the history
  7. fix behavior so we only generate crowdsec events if interrupt was gen…

    …erated in either inband or outofband phases
    buixor committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    cd1cefb View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

  1. Refactor hub URL/branch configuration (#2559)

    * Refactor hub URL/branch configuration
    * docker: using --force to implement $DISABLE (required for items in collections)
    * use pointer receiver for consistency
    mmetc authored Oct 27, 2023
    Configuration menu
    Copy the full SHA
    6b8ed0c View commit details
    Browse the repository at this point in the history
  2. add debug to rule collection

    buixor committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    495c6f9 View commit details
    Browse the repository at this point in the history
  3. move this to pkg/waf

    buixor committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    31a3b8a View commit details
    Browse the repository at this point in the history
  4. make Event viabl

    buixor committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    bb59d98 View commit details
    Browse the repository at this point in the history
  5. use loggeR

    buixor committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    01ddc45 View commit details
    Browse the repository at this point in the history
  6. up

    blotus committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    e5906e6 View commit details
    Browse the repository at this point in the history
  7. up

    blotus committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    b0e7da0 View commit details
    Browse the repository at this point in the history
  8. up

    blotus committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    37c5d54 View commit details
    Browse the repository at this point in the history
  9. uip

    blotus committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    57b5f5c View commit details
    Browse the repository at this point in the history
  10. logging clean up

    buixor committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    c96c8f1 View commit details
    Browse the repository at this point in the history
  11. logging clean up

    buixor committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    83d5211 View commit details
    Browse the repository at this point in the history
  12. logging clean up

    buixor committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    81645c9 View commit details
    Browse the repository at this point in the history
  13. logging clean up

    buixor committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    d136cc4 View commit details
    Browse the repository at this point in the history
  14. logging clean up

    buixor committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    2e0b968 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

  1. Refact pkg/cwhub, cscli: hub upgrades (#2568)

    * fix bats test for "upgrade all items"
    * refact UpgradeConfig() -> UpgradeItem(): one item only
    * refact RemoveMany() -> RemoveItem()
    * Computed value: Item.Local -> Item.IsLocal()
    * refact url/branch configuration with LocalHubCfg/RemoteHubCfg
    mmetc authored Oct 30, 2023
    Configuration menu
    Copy the full SHA
    17662e5 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. add body_type in custom rule

    blotus committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    84ffde1 View commit details
    Browse the repository at this point in the history
  2. Refact pkg/cwhub: constructor, cscli output

    * Single constructor: NewHub() to replace InitHub(), InitHubUpdate()
    * sort cscli hub list output
    * log.Fatal -> fmt.Errorf
    mmetc authored Oct 31, 2023
    Configuration menu
    Copy the full SHA
    590a19b View commit details
    Browse the repository at this point in the history
  3. fix lint

    mmetc committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    fcd6c46 View commit details
    Browse the repository at this point in the history
  4. Refact cwhub: minor cleanups and comments (#2574)

    * check response status before body; close file
    * err check one-liners, lint, comments
    * simplify function logic, reduce code
    * comments, xxx, whitespace
    mmetc authored Oct 31, 2023
    Configuration menu
    Copy the full SHA
    450c263 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. merge hub-1.6 branch

    blotus committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    26c876d View commit details
    Browse the repository at this point in the history
  2. Refact cwhub (#2578)

    * Fix suggest functional tests
    * comments
    * non-empty SubItems() implies collections type
    * use "slices" from stdlib
    * No need to repeat author field in the index -- take it from the item key
    mmetc authored Nov 6, 2023
    Configuration menu
    Copy the full SHA
    41d19de View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. make ParserIndex(), DownloadIndex() private methods (#2579)

    * unnecessary pointer type
    * ParseIndex() as hub method, don't collect missing items since they are never used
    * don't export hub.parseIndex(), hub.downloadIndex()
    mmetc authored Nov 7, 2023
    Configuration menu
    Copy the full SHA
    bfd94ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    84be2b8 View commit details
    Browse the repository at this point in the history
  3. Refact pkg/hubtest (#2580)

    * pkg/hubtest: lint (whitespace, empty lines)
    * use existing function to sort keys
    * lint
    * cscli hubtest: set TZ=UTC
    * dedup Coverage struct
    * pre-compile regexps
    * remove redundant type declarations or global vars
    mmetc authored Nov 7, 2023
    Configuration menu
    Copy the full SHA
    ad54b99 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. Refact cwhub: version comparison and branch selection (#2581)

    * simplify GetItemByPath
    * hub: sort version numbers by semver
    * replace golang.org/x/mod/semver with github.com/Masterminds/semver/v3 (would not compare correctly)
    * fix nil dereference with tainted items
    * update tests for collections, postoverflows
    * fix nil deref
    * don't fallback to master if hub is not found, improve message
    * explicit message for unknown version / tainted collections
    mmetc authored Nov 8, 2023
    Configuration menu
    Copy the full SHA
    f4b5bcb View commit details
    Browse the repository at this point in the history
  2. wip

    blotus committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    152c940 View commit details
    Browse the repository at this point in the history
  3. merge hub branch

    blotus committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    694028f View commit details
    Browse the repository at this point in the history
  4. up

    blotus committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    1154ada View commit details
    Browse the repository at this point in the history
  5. up

    blotus committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    927310a View commit details
    Browse the repository at this point in the history
  6. up

    blotus committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    a0b0745 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. Refact cwhub (#2583)

    * no need to use NewRequest()
    * download error messages
    * cscli hub list: fix item stats
    * Method item.HasSubItems() - avoid explicit type check
    * cscli config restore: drop silent install, just call InstallItem
    * no backpointer yet
    mmetc authored Nov 9, 2023
    Configuration menu
    Copy the full SHA
    ec4b5bd View commit details
    Browse the repository at this point in the history
  2. Refact cwhub: make some methods private (#2584)

    * make hub.enableItem() private
    * make hub.downloadLatest() private
    * make getData() private
    * make hub.disableItem() private
    * make hub.downloadItem() private
    * make hub.syncDir() private
    * make hub.localSync() private; keep warnings in Hub struct (no need to call LocalSync to get them)
    mmetc authored Nov 9, 2023
    Configuration menu
    Copy the full SHA
    f80d841 View commit details
    Browse the repository at this point in the history
  3. Refact cwhub: move methods from hub to item (#2585)

    * Add back pointer Item.hub
    * Hub.enableItem() -> Item.enable()
    * Rename variable i -> idx (i is used for item instances)
    * Move Hub.purgeItem() -> Item.purge()
    * Move Hub.disableItem() -> Item.disable()
    * Move Hub.downloadItem() -> Item.download()
    * Move Hub.downloadLatest() -> Item.downloadLatest()
    * Move Hub.DownloadDataIfNeeded() -> Item.DownloadDataIfNeeded()
    * Move Hub.InstallItem() -> Item.Install()
    * Move Hub.RemoveItem() -> Item.Remove()
    * Move Hub.UpgradeItem() -> Item.Upgrade()
    * store hub items as pointers
    * No need to re-add items to the hub if we use pointers
    * Fix parameter calling order + regression test
    mmetc authored Nov 9, 2023
    Configuration menu
    Copy the full SHA
    ab8de19 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. Refact cwhub (#2586)

    * Inspect item: always show tainted, installed, etc. when false
    * cleanup, comments, unused stuff
    * download collection content after downloading dependencies, avoid duplicate call
    * Return instances from Item.SubItems()
    * shorter i/o code
    * inline / simplify getData()
    * Handle timeout connections when downloading from hub or data
    mmetc authored Nov 10, 2023
    Configuration menu
    Copy the full SHA
    9d7ed12 View commit details
    Browse the repository at this point in the history
  2. Refact cwhub: remove global hub instance (#2587)

    * csConfig.Cscli is always loaded now, configuration paths too
    * Remove global/singleton hub instance
    mmetc authored Nov 10, 2023
    Configuration menu
    Copy the full SHA
    d5c7870 View commit details
    Browse the repository at this point in the history
  3. up

    blotus committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    4bfa0a7 View commit details
    Browse the repository at this point in the history
  4. merge hub-1.5.6 branch

    blotus committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    d6f9bbc View commit details
    Browse the repository at this point in the history
  5. up

    blotus committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    07d463f View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. update coraza

    blotus committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    6dec8a2 View commit details
    Browse the repository at this point in the history
  2. Refact cwhub: remove global hub, func test improvements (#2588)

    * csConfig.Cscli is always loaded now, configuration paths too
    * Remove global/singleton hub instance
    * read {index_path} from config instead of assuming {hub_dir}/.index.json
    * fix segfault with cscli explain when no parser is installed
    * cscli: help text
    * hub download timeout 20 sec
    * reduce log verbosity
    * allow func tests with empty hub or pre-download
    * cscli <itemtype> remove --all --purge
    mmetc authored Nov 14, 2023
    Configuration menu
    Copy the full SHA
    042d316 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    120f7cf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f8c91d2 View commit details
    Browse the repository at this point in the history
  5. replace 'timeout' helper with async python script; allow hub preload …

    …in func tests; improve item removal (#2591)
    
    * replace 'timeout' helper with async python script; allow hub preload in func tests; improve item removal
    * func tests: cscli hub update/upgrade
    * docker test update
    * Update docker entrypoint to disable items with --force
    
    The --force flag was not transmitted to cscli, but is required after the hub refact
    to disable items inside installed collections
    mmetc authored Nov 14, 2023
    Configuration menu
    Copy the full SHA
    4a6fd33 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

  1. Configuration menu
    Copy the full SHA
    056c979 View commit details
    Browse the repository at this point in the history
  2. Refact cwhub / sort cscli output, case insensitive (#2593)

    * dead code: unknown localVersion now defaults to "?"
    * skip type declaration; whitespace
    * sync: next item if invalid cpath
    * func tests for install --force and --ignore
    * shorter test names
    * sort cscli <itemtype> output, with tests
    * cscli: refact hub sort code
    mmetc authored Nov 15, 2023
    Configuration menu
    Copy the full SHA
    79d019f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c8af58d View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. Refact cwhub (#2596)

    * unused param
    * (slightly) simpler ListItems() -> listItems()
    * listItems(): always showHeader, deduce showType
    ref. #1068
    * simplify Item.disable()
    also, .tainted and .installed do not need a default since they are always in the json output now
    * Drop unused parameters
    mmetc authored Nov 16, 2023
    Configuration menu
    Copy the full SHA
    d9b0d44 View commit details
    Browse the repository at this point in the history
  2. Refact cwhub: simplify enable/disable/download (#2597)

    * Extract methods createInstallLink(), removeInstallLink(), simplify
     - the result of filepath.Join is already Cleaned
     - no need to log the creation of parentDir
     - filepath.Abs() only returns error if the current working directory has been removed
    * Extract method Item.fetch()
    * Replace Create() + Write() -> WriteFile()
    mmetc authored Nov 16, 2023
    Configuration menu
    Copy the full SHA
    65473d4 View commit details
    Browse the repository at this point in the history
  3. Refact cwhub: item removal with shared dependencies (#2598)

    * Iterate over sub-items in Remove(), not in disable() -- fix shared dependency issue
    * Increase hub download timeout to 2 minutes
    mmetc authored Nov 16, 2023
    Configuration menu
    Copy the full SHA
    56ad2bb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    db40ba7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9db48e2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9864d2c View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2023

  1. do not use filepath.Match

    blotus committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    d40e9fb View commit details
    Browse the repository at this point in the history
  2. up

    blotus committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    0e717cb View commit details
    Browse the repository at this point in the history
  3. typo

    buixor committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    55491be View commit details
    Browse the repository at this point in the history
  4. simplify a bit

    buixor committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    9af30e2 View commit details
    Browse the repository at this point in the history
  5. allow testing of waap rules

    buixor committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    6718d82 View commit details
    Browse the repository at this point in the history
  6. nuclei runner

    buixor committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    017331c View commit details
    Browse the repository at this point in the history
  7. up

    blotus committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    94a378d View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

  1. Configuration menu
    Copy the full SHA
    8173e1b View commit details
    Browse the repository at this point in the history
  2. Refact cwhub: simplify tree scan and dependency checks (#2600)

    * method rename: GetInstalledItemsAsString() -> GetInstalledItemNames()
    * use path package
    * Comments and method names
    * Extract method Item.setVersionState() from Hub.itemVisit()
    * refact localSync(), itemVisit() etc.
    * fix check for cyclic dependencies, with test
    mmetc authored Nov 20, 2023
    Configuration menu
    Copy the full SHA
    6b317f0 View commit details
    Browse the repository at this point in the history
  3. up

    blotus committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    4a265ca View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2d01e46 View commit details
    Browse the repository at this point in the history
  5. Refact cwhub (#2603)

    * Split RemoteHub.downloadIndex() = Hub.updateIndex() + RemoteHub.fetchIndex()
    * Functions safePath(), Item.installPath(), item.downloadPath()
    mmetc authored Nov 20, 2023
    Configuration menu
    Copy the full SHA
    7b1074f View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

  1. pkg/cwhub refact (#2606)

    * Separate Item and ItemState; fill BelongsToCollections with all ancestors and for uninstalled items too
    * fix "installed parents" check when removing an item
    * keep BelongsToCollections in order (case insensitive)
    mmetc authored Nov 21, 2023
    Configuration menu
    Copy the full SHA
    1509c2d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e4b92af View commit details
    Browse the repository at this point in the history
  3. merge hub-1.5.6

    blotus committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    9580f8e View commit details
    Browse the repository at this point in the history
  4. pkg/cwhub documentation (#2607)

    * pkg/cwhub: package documentation
    
    * Don't repeat local state in "cscli... inspect"
    
    * lint
    
    * use proper name of the hub item instead of the filename for local items
    
    * hub update: avoid reporting local items as tainted
    mmetc authored Nov 21, 2023
    Configuration menu
    Copy the full SHA
    2c652ef View commit details
    Browse the repository at this point in the history
  5. merge hub-1.5.6

    blotus committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    5abc8e0 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. Configuration menu
    Copy the full SHA
    ef9b6ac View commit details
    Browse the repository at this point in the history
  2. delete cscli/waap_configs.go

    blotus committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    56c616f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dd6e539 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b6899e0 View commit details
    Browse the repository at this point in the history
  5. oups

    AlteredCoder committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    710d8a4 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2023

  1. up

    blotus committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    118da5b View commit details
    Browse the repository at this point in the history
  2. up

    blotus committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    f77d9e0 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2023

  1. up

    blotus committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    946fbbb View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. up

    blotus committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    b1653ae View commit details
    Browse the repository at this point in the history
  2. up

    blotus committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    e7505f5 View commit details
    Browse the repository at this point in the history
  3. merge from master

    blotus committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    dc39866 View commit details
    Browse the repository at this point in the history
  4. up

    blotus committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    d851490 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. Add metrics

    AlteredCoder committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    3eb272c View commit details
    Browse the repository at this point in the history
  2. up

    AlteredCoder committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    3683a7a View commit details
    Browse the repository at this point in the history
  3. update

    AlteredCoder committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    5ca2ee2 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. up

    blotus committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    8999154 View commit details
    Browse the repository at this point in the history
  2. rename headers

    blotus committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    b31d48a View commit details
    Browse the repository at this point in the history
  3. up

    blotus committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    fe005f8 View commit details
    Browse the repository at this point in the history
  4. up

    blotus committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    5f25476 View commit details
    Browse the repository at this point in the history
  5. up

    blotus committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    eed9ff0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4b7b138 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2023

  1. typo

    blotus committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    0084804 View commit details
    Browse the repository at this point in the history
  2. fix http code and remediation

    blotus committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    0cd2a2d View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. send event for in-band match

    blotus committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    1eab34e View commit details
    Browse the repository at this point in the history
  2. default waap path to /

    blotus committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    a258cc0 View commit details
    Browse the repository at this point in the history
  3. add evt to on_match hoks

    blotus committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    68148e0 View commit details
    Browse the repository at this point in the history
  4. up

    buixor committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    3836780 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'coraza_poc_acquis' of github.com:crowdsecurity/crowdsec…

    … into coraza_poc_acquis
    buixor committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    1ffece8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7e1fd33 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. Merge branch 'coraza_poc_acquis' of github.com:crowdsecurity/crowdsec…

    … into coraza_poc_acquis
    buixor committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    410e36e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    17cfc99 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    872e218 View commit details
    Browse the repository at this point in the history
  4. fix hubtest for waap

    blotus committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    d9355e8 View commit details
    Browse the repository at this point in the history
  5. add post_eval hook

    blotus committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    60faeaa View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2a92012 View commit details
    Browse the repository at this point in the history
  7. linting

    blotus committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    393a8b8 View commit details
    Browse the repository at this point in the history
  8. lint

    blotus committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    3d3bf0b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6fb965b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    cb030be View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b01901b View commit details
    Browse the repository at this point in the history
  12. use expr func

    blotus committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    ac451cc View commit details
    Browse the repository at this point in the history
  13. Revert "use expr func"

    This reverts commit ac451cc.
    blotus committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    e637e7b View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    1c22783 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    42e1da2 View commit details
    Browse the repository at this point in the history
  16. appsec renaming, part 1

    blotus committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    c3a4066 View commit details
    Browse the repository at this point in the history
  17. appsec renaming, part 2

    blotus committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    bff93d7 View commit details
    Browse the repository at this point in the history
  18. appsec renaming, part 3

    blotus committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    8046690 View commit details
    Browse the repository at this point in the history
  19. appsec renaming, part 4

    blotus committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    2089ad6 View commit details
    Browse the repository at this point in the history
  20. appsec renaming, part 5

    blotus committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    059c0ad View commit details
    Browse the repository at this point in the history
  21. remove useless check

    blotus committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    722ce46 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    1a1f4f6 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

  1. more debug when loading rules

    blotus committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    52c1e16 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb307dd View commit details
    Browse the repository at this point in the history
  3. appsec renaming, part 6

    blotus committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    b86ac92 View commit details
    Browse the repository at this point in the history
  4. appsec renaming, part 7

    blotus committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    cce83d1 View commit details
    Browse the repository at this point in the history
  5. remove unused var

    blotus committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    aa02a00 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    91a6263 View commit details
    Browse the repository at this point in the history
  7. fix some tests

    blotus committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    bd2c59b View commit details
    Browse the repository at this point in the history
  8. merge master

    blotus committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    1738436 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    63f230b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9b79a37 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0c030a3 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f7c5726 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    169e39a View commit details
    Browse the repository at this point in the history
  14. up

    blotus committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    5503b23 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. Configuration menu
    Copy the full SHA
    25635a3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    00d899e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dce1f3c View commit details
    Browse the repository at this point in the history
  4. up

    buixor committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    c9e4aeb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0c61726 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fe78511 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4938808 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8fa84e5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1515dbd View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. Configuration menu
    Copy the full SHA
    b573540 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    692d96b View commit details
    Browse the repository at this point in the history