Skip to content
This repository was archived by the owner on Jul 10, 2025. It is now read-only.
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: jasonish/py-idstools
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.6.1
Choose a base ref
...
head repository: jasonish/py-idstools
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.6.2
Choose a head ref
  • 13 commits
  • 9 files changed
  • 1 contributor

Commits on May 26, 2017

  1. more python3 fixes...

    for rules with unicode chars in them..
    jasonish committed May 26, 2017
    Configuration menu
    Copy the full SHA
    8ae5aee View commit details
    Browse the repository at this point in the history
  2. rulecat: smart temp filenaming.

    Instead of just saving the file as the md5 of its URL, use
    HASH-<filename>.
    
    In the case of a download that is _just_ the rule file, this allows
    its original filename to be more easily restored.
    jasonish committed May 26, 2017
    Configuration menu
    Copy the full SHA
    93876e7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f464174 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8bbfd04 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e743bec View commit details
    Browse the repository at this point in the history
  6. changelog: update

    jasonish committed May 26, 2017
    Configuration menu
    Copy the full SHA
    8a9c43d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6654bb7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bee6d27 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2017

  1. rulecat: accept oinkmaster style modifysid lines

    still must be in modify.conf though.
    jasonish committed Jun 3, 2017
    Configuration menu
    Copy the full SHA
    23ff21d View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2017

  1. rulecat: display error on bad rule modification.

    If the modified rule can't be parse, display an error, and return
    the original rule so rulecat can finish.
    jasonish committed Jun 16, 2017
    Configuration menu
    Copy the full SHA
    f05f4fd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b5af61f View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2017

  1. rule parsing: append metadata

    When metadata exists more than once in a rule, append to the list
    instead of replacing it.
    
    Github issue:
    https://github.com/jasonish/py-idstools/issues/57
    jasonish committed Aug 9, 2017
    Configuration menu
    Copy the full SHA
    80f563e View commit details
    Browse the repository at this point in the history
  2. 0.6.2

    jasonish committed Aug 9, 2017
    Configuration menu
    Copy the full SHA
    a69e139 View commit details
    Browse the repository at this point in the history
Loading