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
47 changes: 22 additions & 25 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,22 +37,22 @@ Closes #

<!-- List the specific changes made in this PR -->

-
-
-
-
-
-

## Provider Information (if applicable)

<!-- Complete this section if you're adding or modifying a provider -->

### Provider Details

- **Provider Name**:
- **Provider ID**:
- **Base URL**:
- **Content Types Supported**:
- [ ] Movies
- [ ] TV Shows
- **Provider Name**:
- **Provider ID**:
- **Base URL**:
- **Content Types Supported**:
- [ ] Movies
- [ ] TV Shows

### Provider Testing

Expand All @@ -61,14 +61,14 @@ Closes #
**Tested with the following TMDB IDs:**

- Movies:
- [ ] TMDB ID: 550 (Fight Club)
- [ ] TMDB ID: _____ (Your test movie)

- [ ] TMDB ID: 550 (Fight Club)
- [ ] TMDB ID: **\_** (Your test movie)
- TV Shows:
- [ ] TMDB ID: 1399/1/1 (Game of Thrones S01E01)
- [ ] TMDB ID: _____ (Your test episode)
- [ ] TMDB ID: 1399/1/1 (Game of Thrones S01E01)
- [ ] TMDB ID: **\_** (Your test episode)

**Test Results:**

<!-- Describe what happened during testing -->

```
Expand Down Expand Up @@ -120,15 +120,16 @@ Paste relevant API response or logs here
<!-- Describe the tests you ran to verify your changes -->

**Test Configuration:**
- Node.js version:
- Operating System:

- Node.js version:
- Operating System:
- Cache type used: (memory/redis)

**Testing Steps:**

1.
2.
3.
1.
2.
3.

### Test Output

Expand Down Expand Up @@ -156,27 +157,23 @@ Paste test output here

**Details:**


### Breaking Changes

<!-- If this PR includes breaking changes, describe them here -->

**Details:**


### Dependencies

<!-- List any new dependencies added or updated -->

-
-
-
-

## Reviewer Notes

<!-- Any specific areas you'd like reviewers to focus on? -->



---

## For Maintainers
Expand Down
17 changes: 9 additions & 8 deletions .github/SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Before reporting a security vulnerability, please determine where the issue orig
#### 1. Framework-Level Vulnerabilities

If the vulnerability is related to:

- Core routing or API endpoints
- Proxy system implementation
- TMDB integration
Expand Down Expand Up @@ -67,10 +68,10 @@ When reporting a vulnerability, please include:
5. **Proof of Concept**: Code or requests demonstrating the vulnerability
6. **Suggested Fix**: If you have ideas on how to fix it (optional)
7. **Environment Details**:
- CinePro Core version
- @omss/framework version
- Node.js version
- Operating system
- CinePro Core version
- @omss/framework version
- Node.js version
- Operating system

### Response Timeline

Expand Down Expand Up @@ -153,9 +154,9 @@ Our dependencies include:

```json
{
"@omss/framework": "^1.1.10", // Core backend logic
"crypto-js": "^4.2.0", // Cryptographic utilities
"dotenv": "^16.4.5" // Environment configuration
"@omss/framework": "^1.1.10", // Core backend logic
"crypto-js": "^4.2.0", // Cryptographic utilities
"dotenv": "^16.4.5" // Environment configuration
}
```

Expand Down Expand Up @@ -199,4 +200,4 @@ CinePro Core is provided "as is" without warranty. See the [MIT License](../LICE

---

**Thank you for helping keep CinePro Core and its users safe! πŸ”’**
**Thank you for helping keep CinePro Core and its users safe! πŸ”’**
Loading