Skip to content

Commit

Permalink
Rename vulnfunc to reachability analysis (#192)
Browse files Browse the repository at this point in the history
  • Loading branch information
4ernovm authored Feb 12, 2024
1 parent 4199e21 commit 453c459
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ jobs:
- name: E2E - scan
run: go run cmd/debricked/main.go scan internal/file/testdata/misc -e requirements.txt -t ${{ secrets.DEBRICKED_TOKEN }} -r debricked/cli-test -c E2E-test-${{ github.run_id }}-${{ github.run_number }}-${{ github.run_attempt }}

vulnfunc-e2e:
name: Vulnfunc E2E
reach-analysis-e2e:
name: Reachability Analysis E2E

strategy:
matrix:
Expand Down
2 changes: 1 addition & 1 deletion internal/cmd/callgraph/callgraph.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ func NewCallgraphCmd(generator callgraph.IGenerator) *cobra.Command {
Short: "Generate a static call graph for the given directory and subdirectories",
Long: `Generate a static call graph for a project in the given directory. The command consists of two main parts: build and callgraph.
Build: Build the project and resolve dependencies. In this step, all necessary .class files are created.
Callgraph: Generate the static call graph using debricked Vulnerable Functionality.
Callgraph: Generate the static call graph using debricked Reachability Analysis.
The full documentation is available here https://portal.debricked.com/debricked-cli-63/debricked-cli-documentation-298
Expand Down

0 comments on commit 453c459

Please sign in to comment.