Skip to content
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(interactive): Implement a c++ wrapper for compiler's GraphPlanner #4310

Open
wants to merge 31 commits into
base: main
Choose a base branch
from

fix bugs of reading query in graph planner

cc6dfc1
Select commit
Loading
Failed to load commit list.
Open

feat(interactive): Implement a c++ wrapper for compiler's GraphPlanner #4310

fix bugs of reading query in graph planner
cc6dfc1
Select commit
Loading
Failed to load commit list.
codefactor.io / CodeFactor failed Jan 10, 2025 in 2s

2 issues fixed. 7 issues found.

Annotations

Check warning on line 0 in interactive_engine/compiler/pom.xml

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

interactive_engine/compiler/pom.xml#L0

Use of vulnerable ch.qos.logback:logback-classic (CVE-2023-6378) [update to 1.3.12, 1.4.12, 1.2.13] (CVE-2023-6378-ch.qos.logback:logback-classic)

Check warning on line 0 in interactive_engine/compiler/pom.xml

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

interactive_engine/compiler/pom.xml#L0

Use of vulnerable commons-io:commons-io (CVE-2024-47554) [update to 2.14.0] (CVE-2024-47554-commons-io:commons-io)

Check warning on line 0 in interactive_engine/compiler/pom.xml

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

interactive_engine/compiler/pom.xml#L0

Use of vulnerable com.google.protobuf:protobuf-java (CVE-2024-7254) [update to 3.25.5, 4.27.5, 4.28.2] (CVE-2024-7254-com.google.protobuf:protobuf-java)

Check notice on line 121 in interactive_engine/compiler/src/main/native/graph_planner.cc

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

interactive_engine/compiler/src/main/native/graph_planner.cc#L33-L121

Complex Method

Check warning on line 391 in interactive_engine/compiler/src/main/native/graph_planner.cc

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

interactive_engine/compiler/src/main/native/graph_planner.cc#L391

Possible OS Command Injection (CWE-78) (flawfinder7-execl)

Check failure on line 0 in interactive_engine/compiler/pom.xml

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

interactive_engine/compiler/pom.xml#L0

Use of vulnerable org.springframework.boot:spring-boot-starter-web (CVE-2022-22965) [update to 2.5.12, 2.6.6] (CVE-2022-22965-org.springframework.boot:spring-boot-starter-web)

Check notice on line 203 in interactive_engine/compiler/src/main/java/com/alibaba/graphscope/common/ir/meta/schema/Utils.java

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

interactive_engine/compiler/src/main/java/com/alibaba/graphscope/common/ir/meta/schema/Utils.java#L82-L203

Complex Method