Skip to content

Commit f85ae1c

Browse files
committed
Re-structuring the code.
1 parent 31ae44b commit f85ae1c

299 files changed

Lines changed: 23 additions & 6 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/ISSUE_TEMPLATE/request-for-query.md

Lines changed: 1 addition & 0 deletions

.github/workflows/build-and-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
fi
5858
5959
# The version of the CodeQL query pack
60-
version=`cat vertx-codeql-queries/ql/src/qlpack.yml | yq e ".version" -`
60+
version=`cat vertx-codeql-queries/src/main/ql/qlpack.yml | yq e ".version" -`
6161
6262
# Check if this is a snapshot version
6363
isSnapshot=false
@@ -161,7 +161,7 @@ jobs:
161161
env:
162162
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
163163
run: |
164-
cd vertx-codeql-queries/ql/src
164+
cd src/main/ql
165165
codeql pack install
166166
codeql pack publish --allow-prerelease
167167

vertx-codeql-queries/ql/src/InsecureCorsHttpOrigin.java renamed to src/main/java/org/carlspring/security/vertx/http/InsecureCorsHttpOrigin.java

File renamed without changes.

vertx-codeql-queries/ql/src/InsecureCorsWildcardOrigin.java renamed to src/main/java/org/carlspring/security/vertx/http/InsecureCorsWildcardOrigin.java

File renamed without changes.

vertx-codeql-queries/ql/src/InsecureHttpServer.java renamed to src/main/java/org/carlspring/security/vertx/http/InsecureHttpServer.java

File renamed without changes.

vertx-codeql-queries/ql/test/query-tests/InsecureCorsHttpOrigin/SecureCorsServer.java renamed to src/main/java/org/carlspring/security/vertx/http/SecureCorsServer.java

File renamed without changes.

vertx-codeql-queries/ql/src/SecureHttpServer.java renamed to src/main/java/org/carlspring/security/vertx/http/SecureHttpServer.java

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)