Skip to content

Added the file#115

Open
Dipanita45 wants to merge 4 commits intotarinagarwal:mainfrom
Dipanita45:main
Open

Added the file#115
Dipanita45 wants to merge 4 commits intotarinagarwal:mainfrom
Dipanita45:main

Conversation

@Dipanita45
Copy link

@Dipanita45 Dipanita45 commented Jan 13, 2026

📝 Description

🔗 Related Issue

Issue No: #105

Closes #105

🏷️ Type of Change

  • 🐛 Bug fix (non-breaking change that fixes an issue)
  • ✨ New feature (non-breaking change that adds functionality)
  • 💥 Breaking change (fix or feature that would cause existing functionality to change)
  • [ yes] 📝 Documentation update
  • 🎨 Style/UI update
  • ♻️ Code refactoring
  • ⚡ Performance improvement
  • 🧪 Test update

📸 Screenshots (if applicable)

✅ Checklist

  • My code follows the project's style guidelines
  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • [ yes] I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have tested my changes locally
  • Any dependent changes have been merged and published

🧪 Testing

  • Tested on Chrome
  • Tested on Firefox
  • Tested on mobile
  • Tested API endpoints (if applicable)

📋 Additional Notes


SWOC 2026 Participant? Add swoc2026 label to your PR! 🎉

Copy link
Owner

@tarinagarwal tarinagarwal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for starting this! A few things to fix:

  1. Rename file to SECURITY.md (uppercase, GitHub convention)

  2. Wrong email - Use tarinagarwal@gmail.com instead of edulume@gmail.com

  3. Markdown formatting - Headers need # prefix:

    • # Security Policy
    • ## Supported Versions
    • ## Reporting a Vulnerability
    • etc.
  4. Version table needs proper markdown table syntax

  5. Missing content from issue #105:

    • Response timeline (e.g. "We aim to respond within 48 hours")
    • Scope of security concerns (auth, API, document storage, etc.)
    • Responsible disclosure guidelines
  6. PR template - Fill in the description and update Closes # to Closes #105

@Dipanita45 Dipanita45 changed the title Added Added the file Jan 15, 2026
Copy link
Owner

@tarinagarwal tarinagarwal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Getting closer! A few more fixes:

  1. Rename file to SECURITY.md (uppercase)

  2. Duplicate section - 'Supported Versions' appears twice at the top, remove one

  3. Inconsistent headers - Use ## for all main sections (not # for some)

  4. Version table - Format as proper markdown table:
    \
    | Version | Supported |
    |---------|-----------|
    | 1.x.x | Yes |
    | 0.x.x | No |
    \\

  5. Add newline at end of file

Copy link
Owner

@tarinagarwal tarinagarwal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Almost there! Final fixes needed - please address ALL of these:

  1. RENAME FILE from Security.md to SECURITY.md (UPPERCASE - this is GitHub's standard)

  2. Fix headers - Change # Security Best Practices and # Acknowledgements to ## Security Best Practices and ## Acknowledgements (use ## not #)

  3. Fix table - Should be:
    | Version | Supported | |---------|-----------| | 1.x.x | Yes | | 0.x.x | No |

  4. Add newline at end of file

This is the 3rd review - please fix ALL issues in one go so we can merge.

@Dipanita45
Copy link
Author

Please merge the pr

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Create a security.md

2 participants