-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #63 from oasis-open/update-maintainers
Update maintainers list
- Loading branch information
Showing
2 changed files
with
6 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,7 +35,7 @@ ReadTheDocs. | |
Requirements | ||
------------ | ||
|
||
- Python 3.6+ | ||
- Python 3.7+ | ||
- `python-stix <https://stix.readthedocs.io/en/stable/>`_ and its dependencies | ||
|
||
.. note:: | ||
|
@@ -208,7 +208,7 @@ when the TC Open Repository was created. | |
|
||
As documented in `"Public Participation | ||
Invited <https://github.com/oasis-open/cti-stix- | ||
elevator/blob/master/CONTRIBUTING.md#public-participation- | ||
slider/blob/master/CONTRIBUTING.md#public-participation- | ||
invited>`__", | ||
contributions to this OASIS TC Open Repository are invited from all | ||
parties, whether affiliated with OASIS or not. Participants must have | ||
|
@@ -220,7 +220,7 @@ Procedures <https://www.oasis-open.org/policies-guidelines/open- | |
repositories>`__, | ||
the open source | ||
`LICENSE <https://github.com/oasis-open/cti-stix- | ||
elevator/blob/master/LICENSE>`__ | ||
slider/blob/master/LICENSE>`__ | ||
designated for this particular repository, and the requirement for an | ||
`Individual Contributor License | ||
Agreement <https://www.oasis-open.org/resources/open- | ||
|
@@ -252,7 +252,7 @@ repositories/maintainers-guide>`__ | |
are responsible for oversight of this project's community development | ||
activities, including evaluation of GitHub `pull | ||
requests <https://github.com/oasis-open/cti-stix- | ||
elevator/blob/master/CONTRIBUTING.md#fork-and-pull-collaboration- | ||
slider/blob/master/CONTRIBUTING.md#fork-and-pull-collaboration- | ||
model>`__ | ||
and | ||
`preserving <https://www.oasis-open.org/policies-guidelines/open- | ||
|
@@ -271,13 +271,8 @@ repositories/maintainers-guide#additionalMaintainers>`__. | |
|
||
**Current Maintainers of this TC Open Repository** | ||
|
||
- `Chris Lenk <mailto:[email protected]>`__; GitHub ID: | ||
https://github.com/clenk/; WWW: `MITRE <https://www.mitre.org/>`__ | ||
- `Rich Piazza <mailto:[email protected]>`__; GitHub ID: | ||
https://github.com/rpiazza/; WWW: `MITRE | ||
<https://www.mitre.org/>`__ | ||
- `Jason Keirstead <mailto:[email protected]>`__; GitHub ID: | ||
https://github.com/JasonKeirstead; WWW: `IBM <http://www.ibm.com/>`__ | ||
- `Jason Keirstead <mailto:[email protected]>`__; GitHub ID: | ||
https://github.com/JasonKeirstead; WWW: `Cyware Labs <http://www.cyware.com/>`__ | ||
|
||
About OASIS TC Open Repositories | ||
-------------------------------- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,8 +35,6 @@ def get_long_description(): | |
url='https://oasis-open.github.io/cti-documentation/', | ||
author='OASIS Cyber Threat Intelligence Technical Committee', | ||
author_email='[email protected]', | ||
maintainer='Rich Piazza', | ||
maintainer_email='[email protected]', | ||
packages=find_packages(exclude=['*.test', '*.test.*']), | ||
install_requires=[ | ||
'stix>=1.1.1.9,<=1.2.1.0', | ||
|