[PR #32] [MERGED] Updated Security & Contribution Guidelines #283

Closed
opened 2026-02-15 19:17:45 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/pipelines/pull/32
Author: @justinh-rahb
Created: 5/31/2024
Status: Merged
Merged: 5/31/2024
Merged by: @tjbck

Base: mainHead: repo-meta


📝 Commits (1)

📊 Changes

3 files changed (+157 additions, -0 deletions)

View changed files

CONTRIBUTING.md (+50 -0)
docs/CODE_OF_CONDUCT.md (+75 -0)
docs/SECURITY.md (+32 -0)

📄 Description

This PR addresses several key improvements to the repository:

  • SECURITY.md: A concise SECURITY.md has been added, outlining the responsibilities of both developers and users in ensuring the safety of Pipelines.
    • It emphasizes the potential risks of running arbitrary code through plugins and encourages responsible vulnerability reporting.
    • The policy outlines our commitment to regular security reviews and the implementation of SAST and SCA scans.
  • CONTRIBUTING.md: The CONTRIBUTING.md file has been added to provide clearer guidance for potential contributors.
    • It clarifies the scope of the project, outlines the process for reporting issues and submitting pull requests, and encourages contributions to documentation and tutorials.
  • CODE_OF_CONDUCT.md: The CODE_OF_CONDUCT.md file has been added, adopting the Contributor Covenant standard to ensure a welcoming and inclusive environment for all contributors.

These additions aim to enhance the security and accessibility of Pipelines, making it a more robust and welcoming project for all users and developers.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/pipelines/pull/32 **Author:** [@justinh-rahb](https://github.com/justinh-rahb) **Created:** 5/31/2024 **Status:** ✅ Merged **Merged:** 5/31/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `main` ← **Head:** `repo-meta` --- ### 📝 Commits (1) - [`a0d895d`](https://github.com/open-webui/pipelines/commit/a0d895d4c53d1a2150eded4e46ffa1450580b397) Add repo meta files ### 📊 Changes **3 files changed** (+157 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `CONTRIBUTING.md` (+50 -0) ➕ `docs/CODE_OF_CONDUCT.md` (+75 -0) ➕ `docs/SECURITY.md` (+32 -0) </details> ### 📄 Description This PR addresses several key improvements to the repository: - **SECURITY.md:** A concise `SECURITY.md` has been added, outlining the responsibilities of both developers and users in ensuring the safety of Pipelines. - It emphasizes the potential risks of running arbitrary code through plugins and encourages responsible vulnerability reporting. - The policy outlines our commitment to regular security reviews and the implementation of SAST and SCA scans. - **CONTRIBUTING.md:** The `CONTRIBUTING.md` file has been added to provide clearer guidance for potential contributors. - It clarifies the scope of the project, outlines the process for reporting issues and submitting pull requests, and encourages contributions to documentation and tutorials. - **CODE_OF_CONDUCT.md:** The `CODE_OF_CONDUCT.md` file has been added, adopting the Contributor Covenant standard to ensure a welcoming and inclusive environment for all contributors. These additions aim to enhance the security and accessibility of Pipelines, making it a more robust and welcoming project for all users and developers. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 19:17:45 -05:00
yindo closed this issue 2026-02-15 19:17:46 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: open-webui/pipelines#283