Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 3 additions & 15 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!--
Copyright (c) 2024, Cisco Systems, Inc. and/or its affiliates.
Copyright (c) 2024, 2025, Cisco Systems, Inc. and/or its affiliates.
All rights reserved.
See LICENSE file in this distribution.
SPDX-License-Identifier: Apache-2.0
Expand All @@ -18,22 +18,10 @@ You may suggest new features, provided that you are unaware of any
intellectual property entanglements, and they can be added in accordance
with the license.

## Creating a development environment

The Java SDK requires Java. See the java-sdk directory for details.
The Python SDK requires Python 3. See the python-sdk directory for details.
The Gateway requires Python 3. See the Gateway directory for details.

In all cases, a BLE device is required, and you should know how to control
it. Tiedie aims to provide access, but does not have any understanding of
device semantics.

## Adding New Code

We gladly accept PRs for new code after some review. We have limited
CI/CD capability due to the nature of the project (you have to have
devices with which to test). Any new functionality should of course not
disrupt old functionality.
We gladly accept PRs for new code after some review.
Any new functionality should of course not disrupt old functionality.

## Changing Old Code

Expand Down
13 changes: 7 additions & 6 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,16 @@ SPDX-License-Identifier: Apache-2.0
This document outlines security procedures and general policies for the
Tie Die project.

- [Reporting a Bug](#reporting-a-bug)
- [Disclosure Policy](#disclosure-policy)
- [Comments on this Policy](#comments-on-this-policy)
- [Security Policies and Procedures](#security-policies-and-procedures)
- [Reporting a Bug](#reporting-a-bug)
- [Disclosure Policy](#disclosure-policy)
- [Comments on this Policy](#comments-on-this-policy)

## Reporting a Bug

The Tie Die team and community take all security bugs in
Tie Die seriously. Thank you for improving the security of
Tie Die. We appreciate your efforts and responsible disclosure and
The MUD team and community take all security bugs in
these tools seriously. Thank you for improving the security of
MUDCERTS. We appreciate your efforts and responsible disclosure and
will make every effort to acknowledge your contributions.

Report security bugs by emailing `mud@ietf.org`.
Expand Down
Loading