cloud-property-graph icon indicating copy to clipboard operation
cloud-property-graph copied to clipboard

The Cloud Property Graph is based on a Code Property Graph and tries to connect static code analysis and Cloud runtime assessment.

Results 11 cloud-property-graph issues
Sort by recently updated
recently updated
newest added

This PR aims to upgrade the CPG-dependency to version 7 while still maintaining the full functionality of the CloudPG. The work done in this PR also includes changes from @oxisto...

:warning: This PR does not merge into main, but is an extension to #62 :warning: This PR tries to prepare switching from CPGv7 to CPGv8. Tasks Include: - [x] Fix...

PR updates: - [x] Fix get class object property name - [ ] Add a kind/type field for better distinction

This PR updates the kubernetes pass to account for the deprecation of the extensions/v1beta1 api version, and fixes an error in the Azure pass that led to a null pointer...

We should use the new `Component` node in the CPG to model our application (see https://github.com/Fraunhofer-AISEC/cpg/pull/758).

Currently, a HttpRequestHandler has a list of HttpEndpoints which in turn has a FunctionDeclaration called “handler”. It might be better to rename the “HttpRequestHandler”, e.g. to “HttpEndpointGroup” or “HttpService”.

We could think about providing the bookinfo example as a unit test.

#7 will add the generated Java to the repository, but it would be better to generate them in a gradle build. Blocked by: * #4