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

change Diff to output <ins>, <del> #17

Open
wants to merge 67 commits into
base: master
Choose a base branch
from
Open

Commits on Mar 28, 2023

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

Commits on Apr 6, 2023

  1. fix xss in addOperation

    brun0ne committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    6d3ca3f View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2023

  1. escape only angle brackets

    brun0ne committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    12082ba View commit details
    Browse the repository at this point in the history
  2. comply with eslint

    brun0ne committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    e9ff870 View commit details
    Browse the repository at this point in the history
  3. different fix

    brun0ne committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    30f9286 View commit details
    Browse the repository at this point in the history
  4. Merge pull request gchq#1 from brun0ne/test-xss

    different fix which does not break any tests
    brun0ne authored Apr 7, 2023
    Configuration menu
    Copy the full SHA
    6b01cf0 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2023

  1. Configuration menu
    Copy the full SHA
    5f0f037 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0e0bafd View commit details
    Browse the repository at this point in the history
  3. RISON operation

    sg5506844 committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    9a216dc View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

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

Commits on Dec 5, 2023

  1. Fix ExtractIPAddresses IPv6 regexp

    IPv6 regexp shouldn't match IPv4 address.
    BlacAmDK authored Dec 5, 2023
    Configuration menu
    Copy the full SHA
    362755b View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

  1. Added file tree functionality

    sw5678 committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    76ba630 View commit details
    Browse the repository at this point in the history
  2. Fixed linting issues

    sw5678 committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    ac18b74 View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2023

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

Commits on Dec 26, 2023

  1. Add links to wiki pages

    cnotin authored Dec 26, 2023
    Configuration menu
    Copy the full SHA
    aaff2e6 View commit details
    Browse the repository at this point in the history
  2. Add UUID regex to 'Regular expression' operation

    I use this one often so I'm sure others will like it too :)
    cnotin authored Dec 26, 2023
    Configuration menu
    Copy the full SHA
    0bf7852 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. Merge pull request gchq#1656 from pandaninjas/patch-3

    Update chromedriver to v119 so that it is compatible with the chrome …
    a3957273 authored Feb 2, 2024
    Configuration menu
    Copy the full SHA
    f96607c View commit details
    Browse the repository at this point in the history
  2. Merge pull request gchq#1676 from cnotin/patch-2

    Add links to wiki pages
    a3957273 authored Feb 2, 2024
    Configuration menu
    Copy the full SHA
    d022dbc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5fa3d69 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e9e926d View commit details
    Browse the repository at this point in the history
  5. Revert 'can-i-use' upgrade

    a3957273 committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    5773170 View commit details
    Browse the repository at this point in the history
  6. Merge pull request gchq#1700 from gchq/chore/update-chromedriver

    Update chrome driver version
    a3957273 authored Feb 2, 2024
    Configuration menu
    Copy the full SHA
    c08a7dc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1618e11 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2024

  1. Merge pull request gchq#1701 from gchq/sec/fix-forensics-url

    Update 'ExtractFiles' information URL
    a3957273 authored Feb 3, 2024
    Configuration menu
    Copy the full SHA
    7b280b3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6510773 View commit details
    Browse the repository at this point in the history
  3. Merge pull request gchq#1702 from gchq/chore/can-i-use-update

    Update 'can-i-use' browser list targets
    a3957273 authored Feb 3, 2024
    Configuration menu
    Copy the full SHA
    856ba1c View commit details
    Browse the repository at this point in the history
  4. Merge pull request gchq#1541 from KevinSJ/fix/baking-time-info

    fix: incorrect hover on baking info
    a3957273 authored Feb 3, 2024
    Configuration menu
    Copy the full SHA
    a045c4f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b78533b View commit details
    Browse the repository at this point in the history
  6. Merge pull request gchq#1703 from gchq/feature/update-forensic-wiki-a…

    …ddress
    
    Update forensics wiki address
    a3957273 authored Feb 3, 2024
    Configuration menu
    Copy the full SHA
    91639ee View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    06c912b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    940f78a View commit details
    Browse the repository at this point in the history
  9. Merge pull request gchq#1675 from 0xThiebaut/LZNT1

    Add support for LZNT1 decompression.
    a3957273 authored Feb 3, 2024
    Configuration menu
    Copy the full SHA
    44b5667 View commit details
    Browse the repository at this point in the history
  10. Merge pull request gchq#1678 from cnotin/patch-3

    Add UUID regex to 'Regular expression' operation
    a3957273 authored Feb 3, 2024
    Configuration menu
    Copy the full SHA
    c6da0c6 View commit details
    Browse the repository at this point in the history
  11. Describe that "Parse ASN.1 hex string" operation requires an hex stri…

    …ng input
    
    Just in case the title of the operation doesn't make it clear enough
    cnotin committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    22a873c View commit details
    Browse the repository at this point in the history
  12. 10.6.0

    a3957273 committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    df151ea View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    dea2b3a View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    10b0d91 View commit details
    Browse the repository at this point in the history
  15. Merge pull request gchq#1661 from BlacAmDK/BlacAmDK-patch-1

    Fix ExtractIPAddresses IPv6 regexp
    a3957273 authored Feb 3, 2024
    Configuration menu
    Copy the full SHA
    592745f View commit details
    Browse the repository at this point in the history
  16. Merge pull request gchq#1658 from cnotin/patch-1

    Describe that "Parse ASN.1 hex string" operation requires an hex string input
    a3957273 authored Feb 3, 2024
    Configuration menu
    Copy the full SHA
    ed59f6a View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2024

  1. Add links to Changelog

    a3957273 committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    0f3cd72 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c3b89ef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1916137 View commit details
    Browse the repository at this point in the history
  4. Update node packages

    a3957273 committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    5afecdb View commit details
    Browse the repository at this point in the history
  5. Merge pull request gchq#1554 from sg5506844/Bcrypt-hash-detection-to-…

    …Analyse-hash
    
    Add Bcrypt hash detection to "Analyse hash"
    a3957273 authored Feb 4, 2024
    Configuration menu
    Copy the full SHA
    fd77152 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b118932 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0359a2e View commit details
    Browse the repository at this point in the history
  8. Merge pull request gchq#1549 from brun0ne/fix-xss

    Fixed xss in addOperation
    a3957273 authored Feb 4, 2024
    Configuration menu
    Copy the full SHA
    75c4e19 View commit details
    Browse the repository at this point in the history
  9. Downgrade bootstrap version

    a3957273 committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    a95be3b View commit details
    Browse the repository at this point in the history
  10. Downgrade Jimp

    a3957273 committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    7310089 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e532248 View commit details
    Browse the repository at this point in the history
  12. Merge pull request gchq#1705 from gchq/chore/update-packages

    Update node packages
    a3957273 authored Feb 4, 2024
    Configuration menu
    Copy the full SHA
    56a8e02 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. Add MurmurHash3

    AliceGrey committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    dc77602 View commit details
    Browse the repository at this point in the history
  2. Add MIT License

    AliceGrey committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    20db43c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    59b97bf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    afcf465 View commit details
    Browse the repository at this point in the history
  5. Fix calculation bug and add Convert to Signed

    A signed output is often needed for Shodan and other favicon searches.
    AliceGrey committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    cfc8a50 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. Merge pull request gchq#1694 from AliceGrey/master

    Add MurmurHash3 Operation
    a3957273 authored Feb 8, 2024
    Configuration menu
    Copy the full SHA
    a3944fe View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. Configuration menu
    Copy the full SHA
    2b57f94 View commit details
    Browse the repository at this point in the history
  2. Merge pull request gchq#1555 from sg5506844/rison-operation

    RISON operation
    a3957273 authored Feb 9, 2024
    Configuration menu
    Copy the full SHA
    d8be3df View commit details
    Browse the repository at this point in the history
  3. Merge pull request gchq#1667 from sw5678/master

    Added file tree functionality
    a3957273 authored Feb 9, 2024
    Configuration menu
    Copy the full SHA
    6c97187 View commit details
    Browse the repository at this point in the history
  4. 10.7.0

    a3957273 committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    a54522f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    35c2d43 View commit details
    Browse the repository at this point in the history
  6. Merge pull request gchq#1553 from sg5506844/base92

    Feature: Add Base92 operations
    a3957273 authored Feb 9, 2024
    Configuration menu
    Copy the full SHA
    c13997b View commit details
    Browse the repository at this point in the history
  7. Fix typo in FileTree.mjs

    dougburks authored Feb 9, 2024
    Configuration menu
    Copy the full SHA
    19194a7 View commit details
    Browse the repository at this point in the history
  8. Merge pull request gchq#1709 from dougburks/patch-1

    Fix typo in FileTree.mjs
    a3957273 authored Feb 9, 2024
    Configuration menu
    Copy the full SHA
    9829b41 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2024

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