Skip to content

Commit

Permalink
Fixed typos in readme/changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
brewcore committed Jul 10, 2016
1 parent 5877c85 commit 12bf681
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# *NOTE TO VERIS USERS*
We are currently planning changes to veris. Version 1.3.1 will add enumerations, update enumerations, and add descriptions. The goal is to minimize the impacts on tooling. Version 1.4 will fix schema issues that may affect tooling. The primary example is making discovery_method and asset hierarchical like actor, action, and attribute. Version 2.0 will be for major feature additions. The primary one being considered is adding sequencing of the 4A's, timeline, and discovery method so that the sequence things happened in in the incident can be captured.

If you are using veris, *please* contact us at dbir [at] verizon.com to let us know hoe you use it and with what tools. If you have suggestions on changes we can/should make, please contact us or add an issue to the repository. We want to make sure the changes we make have minimal impact on all users and allow for easy upgrade at the user's convenience. To that end, we have saved a v1.3 release for those who chose not to upgrade as well as a v1.3 branch.
If you are using veris, *please* contact us at dbir [at] verizon.com to let us know how you use it and with what tools. If you have suggestions on changes we can/should make, please contact us or add an issue to the repository. We want to make sure the changes we make have minimal impact on all users and allow for easy upgrade at the user's convenience. To that end, we have saved a v1.3 release for those who chose not to upgrade as well as a v1.3 branch.

# Running validation tests
Unit tests are written in nose, so you'll need to `pip install nose`. Then from the root of the repository, run `nosetests`. Python will automatically run

This comment has been minimized.

Copy link
@nursefrancesco1977

nursefrancesco1977 Feb 22, 2019

Francesco iPhone

Expand All @@ -20,5 +20,5 @@ The XML version has been archived until we can sync the XML with the JSON schema

# Index

* verisc.json - the JSON schema definition, compliant with the propoosed JSON standard
* verisc.json - the JSON schema definition, compliant with the proposed JSON standard
* verisc-enum.json - definition of the allowable enumerations within VERIS
2 changes: 1 addition & 1 deletion changelog
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Enumeration changes
* asset.hosting: Removed all enumerations
* asset.management: Removed all enumerations
* asset.ownership: Removed all enumerations
* action.phyiscal.vector: Removed all enumerations

This comment has been minimized.

Copy link
@nursefrancesco1977

nursefrancesco1977 Feb 22, 2019

Francesco iPhone

This comment has been minimized.

Copy link
@h900n4

h900n4 Apr 7, 2019

Removed

* action.physical.vector: Removed all enumerations
* action.physical.location: Renamed to action.physical.vector
* action.physical.vector: Added "Visitor privileges"
* action.physical.vector: Added "Uncontrolled location"
Expand Down

1 comment on commit 12bf681

@nursefrancesco1977
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Francesco iPhone

Please sign in to comment.