Azure-Samples / contoso-real-estate

Intelligent enterprise-grade reference architecture for JavaScript, featuring OpenAI integration, Azure Developer CLI template and Playwright tests.
MIT License
858 stars 512 forks source link

chore: wrapped appsettings object with secure() decorator #465

Closed juliamuiruri4 closed 1 month ago

juliamuiruri4 commented 3 months ago

Added the @secure() decorator for appsettings parameter to allow users to securely set values for appsettings, and that they are handled securely without being exposed in deployment logs.

github-advanced-security[bot] commented 3 months ago

This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation.

juliamuiruri4 commented 3 months ago

Issue: #460

manekinekko commented 3 months ago

Thanks @juliamuiruri4 for working on this issue. The author of the issue https://github.com/Azure-Samples/contoso-real-estate/issues/460 also mentionned that this project is using older versions of the bicep modules and recommended an upgrade. Would you like to add those as well?

juliamuiruri4 commented 2 months ago

Thanks @juliamuiruri4 for working on this issue. The author of the issue #460 also mentionned that this project is using older versions of the bicep modules and recommended an upgrade. Would you like to add those as well?

Sure