Skip to content
This repository has been archived by the owner on Nov 6, 2024. It is now read-only.

Commit

Permalink
[BCE-20554] Add SAST findings to JetBrains
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmytro Demydenko committed Nov 12, 2023
1 parent 8746421 commit ba13476
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ fun createDefaultResults(): CheckovResult {
bc_check_id = "",
check_name = "Unsafe custom MessageDigest is implemented",
file_path = "Assertions.fail.java",
repo_file_path = "/Work/PaloAlto/sast-policies/tests/sast/source_code/java/BrokenCryptographicAlgorithm/Assertions.fail.java",
file_abs_path = "/Users/ddemydenko/Work/PaloAlto/sast-policies/tests/sast/source_code/java/BrokenCryptographicAlgorithm/fail.java",
repo_file_path = "/sast-policies/tests/sast/source_code/java/BrokenCryptographicAlgorithm/Assertions.fail.java",
file_abs_path = "/Users/user/sast-policies/tests/sast/source_code/java/BrokenCryptographicAlgorithm/fail.java",
file_line_range = ArrayList(listOf(1, 3)),
resource = "",
severity = "MEDIUM",
Expand All @@ -29,8 +29,8 @@ fun createSastCheckovResultResults(): CheckovResult {
bc_check_id = "",
check_name = "Unsafe custom MessageDigest is implemented",
file_path = "Assertions.fail.java",
repo_file_path = "/Work/PaloAlto/sast-policies/tests/sast/source_code/java/BrokenCryptographicAlgorithm/Assertions.fail.java",
file_abs_path = "/Users/ddemydenko/Work/PaloAlto/sast-policies/tests/sast/source_code/java/BrokenCryptographicAlgorithm/fail.java",
repo_file_path = "/sast-policies/tests/sast/source_code/java/BrokenCryptographicAlgorithm/Assertions.fail.java",
file_abs_path = "/Users/user/sast-policies/tests/sast/source_code/java/BrokenCryptographicAlgorithm/fail.java",
file_line_range = ArrayList(listOf(1, 3)),
resource = "",
severity = "MEDIUM",
Expand Down

0 comments on commit ba13476

Please sign in to comment.