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: MasterScott/python-stix
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: STIXProject/python-stix
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 12 files changed
  • 3 contributors

Commits on Nov 16, 2020

  1. import changes to prevent deprecation warnings

    collections module. Fixed STIXProject#367
    emmanvg committed Nov 16, 2020
    Configuration menu
    Copy the full SHA
    73632d7 View commit details
    Browse the repository at this point in the history
  2. update changes for v1.2.0.11

    emmanvg committed Nov 16, 2020
    Configuration menu
    Copy the full SHA
    143b9c3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    34f2426 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2021

  1. docs: Fix a few typos

    There are small typos in:
    - examples/vuln_affected_software.py
    - stix/bindings/stix_common.py
    - stix/common/structured_text.py
    - stix/indicator/indicator.py
    
    Fixes:
    - Should read `software` rather than `sofware`.
    - Should read `property` rather than `proeprty`.
    - Should read `properties` rather than `properies`.
    - Should read `ordinality` rather than `ordinaity`.
    - Should read `interfering` rather than `interferring`.
    timgates42 committed Nov 24, 2021
    Configuration menu
    Copy the full SHA
    a29bd7f View commit details
    Browse the repository at this point in the history
  2. Merge pull request STIXProject#369 from timgates42/bugfix_typos

    docs: Fix a few typos
    clenk authored Nov 24, 2021
    Configuration menu
    Copy the full SHA
    5ab382b View commit details
    Browse the repository at this point in the history
Loading