Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: github/codespaces-react
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: anosriva/codespaces-react
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 4 files changed
  • 1 contributor

Commits on Mar 5, 2025

  1. Configuration menu
    Copy the full SHA
    e2df53a View commit details
    Browse the repository at this point in the history
  2. Create Security Best Practices# Security Best Practices ## 1. Authent…

    …ication & Authorization - Use strong password hashing (`bcrypt`, `Argon2`). - Implement Multi-Factor Authentication (MFA) for admin users. ## 2. Secure Coding Practices - Validate all user inputs to prevent SQL injection and XSS. - Sanitize file uploads to prevent arbitrary code execution. ## 3. Data Protection - Encrypt sensitive data at rest and in transit. - Use secure session handling mechanisms. ## 4. Dependencies & Updates - Regularly update libraries to fix security vulnerabilities. - Use dependency scanning tools like `OWASP Dependency-Check`. ---
    anosriva authored Mar 5, 2025
    Configuration menu
    Copy the full SHA
    6f16ded View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    275b02a View commit details
    Browse the repository at this point in the history
  4. Rename Security Best Practices# Security Best Practices ## 1. Authent…

    …ication & Authorization - Use strong password hashing (`bcrypt`, `Argon2`). - Implement Multi-Factor Authentication (MFA) for admin users. ## 2. Secure Coding Practices - Validate all user inputs to prevent SQL injection and XSS. - Sanitize file uploads to prevent arbitrary code execution. ## 3. Data Protection - Encrypt sensitive data at rest and in transit. - Use secure session handling mechanisms. ## 4. Dependencies & Updates - Regularly update libraries to fix security vulnerabilities. - Use dependency scanning tools like `OWASP Dependency-Check`. --- to Security Best Practices.md
    anosriva authored Mar 5, 2025
    Configuration menu
    Copy the full SHA
    aeda558 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ea9f249 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3da29b0 View commit details
    Browse the repository at this point in the history
Loading