Skip to content
Open
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
40 changes: 40 additions & 0 deletions docs/source/how-to-guides/compliance/dependency_compliance.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
Dependency Review and License Compliance
=======================================

Overview
--------

This project uses multiple third-party dependencies.
It is important to ensure that all dependencies are properly reviewed for license compliance.

Dependency Review
-----------------

- Verify that all dependencies are required
- Remove unused or redundant packages
- Ensure minimal runtime dependencies

License Compliance
------------------

Each dependency must be checked for:

- License type
- Compatibility with project licensing
- Proper attribution

Attribution
-----------

All third-party components should include:

- License information
- Source/origin reference
- Copyright details

Future Improvements
------------------

- Automate SBOM (Software Bill of Materials) generation
- Periodic dependency audits
- Improve compliance tracking tools