Hack week 2025: fix "alt text length" warnings in code-security (#53854)
This commit is contained in:
@@ -61,11 +61,11 @@ This section uses an open source Java project called "sofa-jraft" as an example.
|
||||
|
||||
1. Display the {% data variables.product.prodname_codeql %} model editor. By default the editor runs in application mode, so the list of external APIs used by the selected codebase is shown.
|
||||
|
||||

|
||||

|
||||
|
||||
1. Click to expand an external API and view the list of calls from the codebase to the external dependency.
|
||||
|
||||

|
||||

|
||||
|
||||
1. Click **View** associated with an API call or method to show where it is used in your codebase.
|
||||
|
||||
@@ -104,13 +104,13 @@ This section uses an open source Java project called "sofa-jraft" as an example.
|
||||
|
||||
1. Display the {% data variables.product.prodname_codeql %} model editor. By default the editor runs in application mode. Click **Model as dependency** to display dependency mode. The screen changes to show the public API of the framework or library.
|
||||
|
||||

|
||||

|
||||
|
||||
1. Click to expand a package and view the list of available methods.
|
||||
|
||||
1. Click **View** associated with a method to show its definition.
|
||||
|
||||

|
||||

|
||||
|
||||
1. When you have determined how to model the method, define the "Model type".
|
||||
|
||||
@@ -141,7 +141,7 @@ The editor will create a separate model file for each package that you model.
|
||||
|
||||
Some methods support more than one data flow. It is important to model all the data flows for a method, otherwise you cannot detect all the potential problems associated with using the method. First you model one data flow for the method, and then use the **+** button in the method row to specify a second data flow model.
|
||||
|
||||

|
||||

|
||||
|
||||
## Testing {% data variables.product.prodname_codeql %} model packs in {% data variables.product.prodname_vscode_shortname %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user