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
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ The project follows these general steps for development:
5. **Run Tests Locally**: Make sure all tests pass before submitting changes.
6. **Submit a Pull Request**: Create a pull request against the `develop` branch.

If your changes are related to or dependent on changes in [attack-workbench-frontend](https://github.com/center-for-threat-informed-defense/attack-workbench-frontend), please link to the corresponding frontend pull request in your PR description.
If your changes are related to or dependent on changes in [attack-workbench-frontend](https://github.com/mitre-attack/attack-workbench-frontend), please link to the corresponding frontend pull request in your PR description.

## Branching Strategy

Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ ARG REVISION=unknown
# Set Docker labels
LABEL org.opencontainers.image.title="ATT&CK Workbench REST API Service" \
org.opencontainers.image.description="This Docker image contains the REST API service of the ATT&CK Workbench, an application for exploring, creating, annotating, and sharing extensions of the MITRE ATT&CK® knowledge base. The service handles the storage, querying, and editing of ATT&CK objects. The application is built on Node.js and Express.js, and is served by the built-in web server provided by Express.js." \
org.opencontainers.image.source="https://github.com/center-for-threat-informed-defense/attack-workbench-rest-api" \
org.opencontainers.image.documentation="https://github.com/center-for-threat-informed-defense/attack-workbench-rest-api/README.md" \
org.opencontainers.image.source="https://github.com/mitre-attack/attack-workbench-rest-api" \
org.opencontainers.image.documentation="https://github.com/mitre-attack/attack-workbench-rest-api/README.md" \
org.opencontainers.image.url="https://ghcr.io/center-for-threat-informed-defense/attack-workbench-rest-api" \
org.opencontainers.image.vendor="The MITRE Corporation" \
org.opencontainers.image.licenses="Apache-2.0" \
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ The REST API provides:

## Related Repositories

- [ATT&CK Workbench Frontend](https://github.com/center-for-threat-informed-defense/attack-workbench-frontend): The user interface for the ATT&CK Workbench
- [ATT&CK Workbench Frontend](https://github.com/mitre-attack/attack-workbench-frontend): The user interface for the ATT&CK Workbench
- [ATT&CK Workbench TAXII 2.1 Server](https://github.com/mitre-attack/attack-workbench-taxii-server): An *optional* Workbench service for sharing STIX content through a TAXII 2.1-compliant interface
- [ATT&CK Workbench Deployment Guide](https://github.com/mitre-attack/attack-workbench-deployment): The official instructions and configuration templates for deploying Workbench in Docker

Expand Down
7 changes: 3 additions & 4 deletions USAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,8 @@ This guide provides comprehensive instructions for installing, configuring, and
The ATT&CK Workbench REST API provides services for storing, querying, and editing ATT&CK objects. It is built on Node.js and Express.js, and uses MongoDB for data persistence.

This component is part of the larger ATT&CK Workbench application, which includes:

- [ATT&CK Workbench Frontend](https://github.com/center-for-threat-informed-defense/attack-workbench-frontend)
- [ATT&CK Workbench REST API](https://github.com/center-for-threat-informed-defense/attack-workbench-rest-api) (this component)
- [ATT&CK Workbench Frontend](https://github.com/mitre-attack/attack-workbench-frontend)
- [ATT&CK Workbench REST API](https://github.com/mitre-attack/attack-workbench-rest-api) (this component)

## Installation Methods

Expand Down Expand Up @@ -102,7 +101,7 @@ More infomation about configuration options is in the [configuration file docume
1. **Clone the repository**:

```shell
git clone https://github.com/center-for-threat-informed-defense/attack-workbench-rest-api.git
git clone https://github.com/mitre-attack/attack-workbench-rest-api.git
cd attack-workbench-rest-api
```

Expand Down
6 changes: 3 additions & 3 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,6 @@ Interactive API documentation is available when running the application in devel

## Additional Resources

- [GitHub Repository](https://github.com/center-for-threat-informed-defense/attack-workbench-rest-api)
- [Frontend Repository](https://github.com/center-for-threat-informed-defense/attack-workbench-frontend)
- [Issue Tracker](https://github.com/center-for-threat-informed-defense/attack-workbench-rest-api/issues)
- [GitHub Repository](https://github.com/mitre-attack/attack-workbench-rest-api)
- [Frontend Repository](https://github.com/mitre-attack/attack-workbench-frontend)
- [Issue Tracker](https://github.com/mitre-attack/attack-workbench-rest-api/issues)
Loading