Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: erictung1999/cf-logs-downloader
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.8.1
Choose a base ref
...
head repository: erictung1999/cf-logs-downloader
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 5 commits
  • 2 files changed
  • 3 contributors

Commits on May 6, 2022

  1. Update README.md

    Add new info about "hide_user_logs" parameter usage
    erictung1999 authored May 6, 2022
    Copy the full SHA
    ee20af2 View commit details

Commits on Feb 16, 2023

  1. update cf-logs-downloader.py

    Replace some new fields regarding updates in Cloudflare logs, including:
    - SecurityRuleDescription replacing WAFRuleMessage
    - SecurityRuleID replacing WAFRuleID
    - SecurityAction replacing WAFAction
    - SecurityRuleIDs replacing FirewallMatchesRuleIDs
    - SecuritySources replacing FirewallMatchesSources
    
    However, there is no changes in SecurityActions replacing FirewallMatchesActions, since the field is already exist in the script.
    mkr2x91 authored Feb 16, 2023
    Copy the full SHA
    c306169 View commit details
  2. Merge pull request #3 from mkr2x91/patch-1

    Update cf-logs-downloader.py code to ensure that the log fields are updated according to Cloudflare's change notice:
    https://developers.cloudflare.com/logs/reference/change-notices/2023-02-01-security-fields-updates/
    erictung1999 authored Feb 16, 2023
    Copy the full SHA
    397dec8 View commit details

Commits on Mar 28, 2023

  1. Revert "Merge pull request #3 from mkr2x91/patch-1"

    This reverts commit 397dec8, reversing
    changes made to ee20af2.
    
    This is due to the changes to HTTP log fields do not apply to Logpull yet, it's just apply to Logpush only at this moment.
    erictung1999 committed Mar 28, 2023
    Copy the full SHA
    93184c3 View commit details
  2. Add new Cloudflare Access fields to main script

    temporary_access_approvers and temporary_access_duration
    erictung1999 committed Mar 28, 2023
    Copy the full SHA
    a26e2de View commit details
Loading