intelops / external-docs

This is the repo to manage all the public documentation.
https://docs.intelops.ai
1 stars 10 forks source link

added permanent redirection URL rules for rebranding purpose #100

Closed devopstoday11 closed 4 months ago

stackblitz[bot] commented 4 months ago

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

dryrunsecurity[bot] commented 4 months ago

DryRun Security Summary

The provided netlify.toml file sets up permanent redirects from the old domain intelops.ai to the new domain capten.ai, while maintaining the existing security-related headers to protect the website against common web application security vulnerabilities.

Expand for full summary
**Summary:** The code changes in the provided `netlify.toml` file appear to be related to setting up permanent redirects from the old domain name `intelops.ai` to the new domain name `capten.ai`. This is a common practice when a company or website undergoes a domain name change, as it ensures that users accessing the old domain are seamlessly redirected to the new one. From an application security perspective, the changes in this file do not introduce any obvious security concerns. The redirects are configured with the appropriate `301` status code, which indicates a permanent redirect, and the `force = true` parameter ensures that the redirects are applied regardless of the request method or other factors. Additionally, the existing security-related headers, such as `X-Frame-Options`, `X-XSS-Protection`, `Referrer-Policy`, and `Strict-Transport-Security`, are being maintained in the updated configuration. These headers help protect the website against common web application security vulnerabilities, such as clickjacking, cross-site scripting (XSS), and information leakage. **Files Changed:** - `netlify.toml`: This file contains the configuration for the Netlify platform, which is used for hosting the application. The changes in this file set up permanent redirects from the old domain name `intelops.ai` to the new domain name `capten.ai`. The redirects are configured with the appropriate `301` status code and the `force = true` parameter, ensuring that the redirects are applied correctly. Additionally, the existing security-related headers are being maintained in the updated configuration.

Code Analysis

We ran 7 analyzers against 1 file and 0 analyzers had findings. 7 analyzers had no findings.

Riskiness

:green_circle: Risk threshold not exceeded.

View PR in the DryRun Dashboard.

netlify[bot] commented 4 months ago

Deploy Preview for intelops-public-docs-prod ready!

Name Link
Latest commit 68f5272acce0a0617eafdb5d01598669bf2b5714
Latest deploy log https://app.netlify.com/sites/intelops-public-docs-prod/deploys/6690c640a46ca300088ecf43
Deploy Preview https://deploy-preview-100--intelops-public-docs-prod.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.