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

Coko 'ArgumentOrigin' Evaluator #873

Merged
merged 9 commits into from
Sep 17, 2024

fix evaluator title in kotlin snippet

cd296e3
Select commit
Loading
Failed to load commit list.
Merged

Coko 'ArgumentOrigin' Evaluator #873

fix evaluator title in kotlin snippet
cd296e3
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / detekt succeeded Jun 12, 2024 in 4s

3 new alerts

New alerts in code changed by this pull request

  • 3 warnings

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 50 in codyze-backends/cpg/src/main/kotlin/de/fraunhofer/aisec/codyze/backends/cpg/coko/evaluators/ArgumentEvaluator.kt

See this annotation in the file changed.

Code scanning / detekt

Reports mis-indented code Warning

Unexpected indentation (32) (should be 28)

Check warning on line 60 in codyze-backends/cpg/src/main/kotlin/de/fraunhofer/aisec/codyze/backends/cpg/coko/evaluators/ArgumentEvaluator.kt

See this annotation in the file changed.

Code scanning / detekt

Reports mis-indented code Warning

Unexpected indentation (32) (should be 28)

Check warning on line 46 in codyze-backends/cpg/src/main/kotlin/de/fraunhofer/aisec/codyze/backends/cpg/coko/evaluators/ArgumentEvaluator.kt

See this annotation in the file changed.

Code scanning / detekt

Unsafe calls on nullable types detected. These calls will throw a NullPointerException in case the nullable value is null. Warning

Calling !! on a nullable type will throw a NullPointerException at runtime in case the value is null. It should be avoided.