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

Commits on Sep 11, 2013

  1. initial commit of stix validator script

    Bryan Worrell committed Sep 11, 2013
    Configuration menu
    Copy the full SHA
    1b859e6 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2013

  1. added STIXValidator class which performs best practice guidance check…

    … as well as schema validation
    Bryan Worrell committed Sep 12, 2013
    Configuration menu
    Copy the full SHA
    c822909 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    Bryan Worrell committed Sep 12, 2013
    Configuration menu
    Copy the full SHA
    4a27ca8 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    Bryan Worrell committed Sep 12, 2013
    Configuration menu
    Copy the full SHA
    cb63111 View commit details
    Browse the repository at this point in the history
  4. Update README.md

    Bryan Worrell committed Sep 12, 2013
    Configuration menu
    Copy the full SHA
    4d4917b View commit details
    Browse the repository at this point in the history
  5. Update README.md

    Bryan Worrell committed Sep 12, 2013
    Configuration menu
    Copy the full SHA
    2c2a920 View commit details
    Browse the repository at this point in the history
  6. Update README.md

    Bryan Worrell committed Sep 12, 2013
    Configuration menu
    Copy the full SHA
    3f92a0d View commit details
    Browse the repository at this point in the history
  7. fixed typo in STIXValidator

    Bryan Worrell committed Sep 12, 2013
    Configuration menu
    Copy the full SHA
    8fe1ad7 View commit details
    Browse the repository at this point in the history
  8. added docstrings to STIXValidator class and changed returned dictiona…

    …ry in STIXValidator._check_indicator_practices() method.
    Bryan Worrell committed Sep 12, 2013
    Configuration menu
    Copy the full SHA
    9fff536 View commit details
    Browse the repository at this point in the history
  9. Update README.md

    Bryan Worrell committed Sep 12, 2013
    Configuration menu
    Copy the full SHA
    9d59ce1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    46b0fbb View commit details
    Browse the repository at this point in the history
  11. changed os.walk() to os.listdir() for when --input-dir is used, fixin…

    …g directory traversal behavior
    Bryan Worrell committed Sep 12, 2013
    Configuration menu
    Copy the full SHA
    ebb7b2f View commit details
    Browse the repository at this point in the history
  12. added best practice validator method that checks if root element is S…

    …TIX_Package
    Bryan Worrell committed Sep 12, 2013
    Configuration menu
    Copy the full SHA
    8625b1f View commit details
    Browse the repository at this point in the history
  13. modified output of sdv.py

    Bryan Worrell committed Sep 12, 2013
    Configuration menu
    Copy the full SHA
    a8c1ae6 View commit details
    Browse the repository at this point in the history
Loading