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: muchdogesec/txt2stix
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main-2025-01-07-14-47-09
Choose a base ref
...
head repository: muchdogesec/txt2stix
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 13 commits
  • 32 files changed
  • 5 contributors

Commits on Jan 7, 2025

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

Commits on Jan 29, 2025

  1. fix repetitive pattern extraction (#109)

    * fix repetitive pattern extraction #108
    
    * add --ignore_extraction_boundary #109
    
    * Update README.md
    
    * adding tests
    
    * fix subdomain-hostname must not have tld, fix issue causing any item with same boundary as the file not getting extracted by adding \n at start and end of file before splitting
    
    * docs updates
    
    ---------
    
    Co-authored-by: David G <himynamesdave@users.noreply.github.com>
    fqrious and himynamesdave authored Jan 29, 2025
    Configuration menu
    Copy the full SHA
    19ad941 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2025

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

Commits on Feb 4, 2025

  1. add deepseek and openrouter (#114)

    * add deepseek and openrouter #110
    
    * Update .env.markdown
    
    * Update README.md
    
    * updating docs
    
    * bumping docs with examples
    
    ---------
    
    Co-authored-by: David G <himynamesdave@users.noreply.github.com>
    fqrious and himynamesdave authored Feb 4, 2025
    Configuration menu
    Copy the full SHA
    3288dff View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2025

  1. Configuration menu
    Copy the full SHA
    9f8d657 View commit details
    Browse the repository at this point in the history
  2. Bump aiohttp from 3.10.2 to 3.10.11 (#117)

    ---
    updated-dependencies:
    - dependency-name: aiohttp
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 6, 2025
    Configuration menu
    Copy the full SHA
    747ef1e View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2025

  1. Create attack flow (#118)

    * implement content-check for muchdogesec/obstracts#131
    
    * ---
    
    * version bump
    
    * initial --create_attack_flow impl #111
    
    * add boolean to return value
    
    * add `incident_classification` to content-check #131
    
    * renaming content check
    
    * bump stix2extension version
    
    * bumping requirements
    
    * Update cases-standard-tests.md
    
    * adding better demos
    
    * changing flag name
    
    * updating tests
    
    * add flow objects to main bundle #120
    
    * tuning some extractions
    
    ---------
    
    Co-authored-by: David G <himynamesdave@users.noreply.github.com>
    fqrious and himynamesdave authored Feb 13, 2025
    Configuration menu
    Copy the full SHA
    6f92066 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2025

  1. add content-check output to data file #119 (#121)

    Co-authored-by: Fadl <folawumi@dogesec.com>
    fqrious and Fadl authored Feb 17, 2025
    Configuration menu
    Copy the full SHA
    6e5eaae View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2025

  1. Rename ai content check (#124)

    * rename --ai_check_content to --ai_content_check_provider muchdogesec/dogesec_commons#68
    
    * remove attack-flow bundle #122
    
    * fix incorrect technique id/ref #123
    
    * early exit on flow.success = False
    
    * fix INPUT_TOKEN_LIMIT
    
    * Update cases-standard-tests.md
    
    * remove default from --ai_settings_extractions
    
    * Update cases-standard-tests.md
    
    ---------
    
    Co-authored-by: David G <himynamesdave@users.noreply.github.com>
    fqrious and himynamesdave authored Feb 21, 2025
    Configuration menu
    Copy the full SHA
    cdcc360 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2025

  1. fixes (#128)

    himynamesdave authored Feb 23, 2025
    Configuration menu
    Copy the full SHA
    e9ea538 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2025

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

Commits on Feb 25, 2025

  1. Dont add ext def to report (#130)

    * remove ext defs from report.object_refs #126
    
    * make `incident_classification` a list #127
    
    ---------
    
    Co-authored-by: Fadl <chaos@efqr.dev>
    himynamesdave and fqrious authored Feb 25, 2025
    Configuration menu
    Copy the full SHA
    6c10710 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2025

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