FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
artem-BenchmarkJava/scripts/runCodeQLFull.sh at master · firecorp/artem-BenchmarkJava · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
firecorp
/
artem-BenchmarkJava
Public
forked from
OWASP-Benchmark/BenchmarkJava
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
3
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
artem-BenchmarkJava
/
scripts
/
runCodeQLFull.sh
Copy path
More file actions
More file actions
Latest commit
History
History
History
executable file
·
14 lines (12 loc) · 1.33 KB
Breadcrumbs
artem-BenchmarkJava
/
scripts
/
runCodeQLFull.sh
Copy path
File metadata and controls
executable file
·
14 lines (12 loc) · 1.33 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
#
The full list of java CodeQL query sets is:
#
tested: java-code-scanning.qls - Standard Code Scanning queries for Java - This does NOT include Weak Random rule.
#
tested: java-security-extended.qls - Security-extended queries for Java - Same score.
#
# this one builds on the previous one a litte
#
tested: java-security-and-quality.qls - Security-and-quality queries for Java - This ONE adds Weak Random rule.
#
# this one builds on the previous one. But detects nothing additional - Also does NOT include Weak Random rule.
#
tested: java-lgtm.qls - Standard LGTM queries for Java - scores lower than lgtm-full by 1 category (Random)
#
tested: java-lgtm-full.qls - Standard LGTM queries for Java, including ones not displayed by default - This ONE adds Weak Random rule.
#
This script assumes the owasp-benchmark database has already been initialized by running this first:
#
../../Tools/codeql-home/codeql/codeql database create owasp-benchmark --language=java
#
../../Tools/codeql-home/codeql/codeql database analyze owasp-benchmark java-security-extended.qls --format=sarifv2.1.0 --output=results/Benchmark_1.2-codeql_java-security-extended.sarif
../../Tools/codeql-home/codeql/codeql database analyze owasp-benchmark java-security-and-quality.qls --format=sarifv2.1.0 --output=results/Benchmark_1.2-codeql_java-security-and-quality.sarif
Back
|
FazBrowse Home
|
New Git URL