-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(jans-cedarling): php binding #9964
Conversation
DryRun Security SummaryThe pull request covers various security-related changes to the Cedarling project, including hardening the GitHub Actions workflow, updating Rust dependencies, implementing a policy-based authorization mechanism, and introducing a secure PHP extension library, all aimed at improving the overall security and reliability of the application. Expand for full summarySummary: The code changes in this pull request cover various aspects of the Cedarling project, including the GitHub Actions workflow, Rust-based PHP bindings, and policy configuration. From an application security perspective, the changes generally appear to be focused on improving the security and reliability of the project. The key security-related changes include:
While the changes seem to be a step in the right direction from a security perspective, there are a few areas that should be carefully reviewed to ensure the overall security of the application:
Overall, the changes in this pull request appear to be a positive step towards improving the security and reliability of the Cedarling project. However, it's crucial to continue reviewing the codebase and deployment practices to ensure that the application remains secure and resilient against potential attacks. Files Changed:
Code AnalysisWe ran Riskiness🟢 Risk threshold not exceeded. |
Signed-off-by: Olevacho <[email protected]>
Signed-off-by: Olevacho <[email protected]>
Signed-off-by: Olevacho <[email protected]>
Signed-off-by: Olevacho <[email protected]>
3fcf38e
to
fb50bff
Compare
Signed-off-by: SafinWasi <[email protected]>
…rling from php code Signed-off-by: Olevacho <[email protected]>
…enProject/jans into jans-cedarling-php-binding
Signed-off-by: Olevacho <[email protected]>
Prepare
Description
This PR adds php binding example to cedarling
Target issue
closes #issue-number-here
Implementation Details
Test and Document the changes
Please check the below before submitting your PR. The PR will not be merged if there are no commits that start with
docs:
to indicate documentation changes or if the below checklist is not selected.Closes #9965,