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

Chore: java 17 and general cleanup #1916

Draft
wants to merge 8 commits into
base: main
Choose a base branch
from

chore: add delay to fix test

213feea
Select commit
Loading
Failed to load commit list.
Draft

Chore: java 17 and general cleanup #1916

chore: add delay to fix test
213feea
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed Jan 15, 2025 in 3s

2 configurations not found

Warning: Code scanning may not have found all the alerts introduced by this pull request, because 2 configurations present on refs/heads/main were not found:

Actions workflow (codeql-analysis.yml)

  • ❓  .github/workflows/codeql-analysis.yml:analyze/language:java
  • ❓  .github/workflows/codeql-analysis.yml:analyze/language:javascript

New alerts in code changed by this pull request

Security Alerts:

  • 26 high
  • 1 medium

Alerts not introduced by this pull request might have been detected because the code changes were too large.

See annotations below for details.

View all branch alerts.

Annotations

Check failure on line 1403 in studio/src/main/resources/static/components/DataTables/DataTables-1.10.20/js/jquery.dataTables.js

See this annotation in the file changed.

Code scanning / CodeQL

Incomplete multi-character sanitization High library

This string may still contain
<script
, which may cause an HTML element injection vulnerability.

Check failure on line 4025 in studio/src/main/resources/static/components/DataTables/DataTables-1.10.20/js/jquery.dataTables.js

See this annotation in the file changed.

Code scanning / CodeQL

Incomplete string escaping or encoding High library

This replaces only the first occurrence of '"'.

Check failure on line 5264 in studio/src/main/resources/static/components/DataTables/DataTables-1.10.20/js/jquery.dataTables.js

See this annotation in the file changed.

Code scanning / CodeQL

Incomplete multi-character sanitization High library

This string may still contain
<script
, which may cause an HTML element injection vulnerability.

Check failure on line 5520 in studio/src/main/resources/static/components/DataTables/DataTables-1.10.20/js/jquery.dataTables.js

See this annotation in the file changed.

Code scanning / CodeQL

Incomplete multi-character sanitization High library

This string may still contain
<script
, which may cause an HTML element injection vulnerability.

Check failure on line 13795 in studio/src/main/resources/static/components/DataTables/DataTables-1.10.20/js/jquery.dataTables.js

See this annotation in the file changed.

Code scanning / CodeQL

Incomplete multi-character sanitization High library

This string may still contain
<script
, which may cause an HTML element injection vulnerability.

Check failure on line 13876 in studio/src/main/resources/static/components/DataTables/DataTables-1.10.20/js/jquery.dataTables.js

See this annotation in the file changed.

Code scanning / CodeQL

Incomplete multi-character sanitization High library

This string may still contain
<script
, which may cause an HTML element injection vulnerability.

Check failure on line 71848 in studio/src/main/resources/static/components/DataTables/datatables.js

See this annotation in the file changed.

Code scanning / CodeQL

Incomplete multi-character sanitization High

This string may still contain
<script
, which may cause an HTML element injection vulnerability.

Check failure on line 74470 in studio/src/main/resources/static/components/DataTables/datatables.js

See this annotation in the file changed.

Code scanning / CodeQL

Incomplete string escaping or encoding High

This replaces only the first occurrence of '"'.

Check failure on line 75709 in studio/src/main/resources/static/components/DataTables/datatables.js

See this annotation in the file changed.

Code scanning / CodeQL

Incomplete multi-character sanitization High

This string may still contain
<script
, which may cause an HTML element injection vulnerability.

Check failure on line 75965 in studio/src/main/resources/static/components/DataTables/datatables.js

See this annotation in the file changed.

Code scanning / CodeQL

Incomplete multi-character sanitization High

This string may still contain
<script
, which may cause an HTML element injection vulnerability.

Check failure on line 84241 in studio/src/main/resources/static/components/DataTables/datatables.js

See this annotation in the file changed.

Code scanning / CodeQL

Incomplete multi-character sanitization High

This string may still contain
<script
, which may cause an HTML element injection vulnerability.

Check failure on line 84322 in studio/src/main/resources/static/components/DataTables/datatables.js

See this annotation in the file changed.

Code scanning / CodeQL

Incomplete multi-character sanitization High

This string may still contain
<script
, which may cause an HTML element injection vulnerability.

Check failure on line 87798 in studio/src/main/resources/static/components/DataTables/datatables.js

See this annotation in the file changed.

Code scanning / CodeQL

Incomplete string escaping or encoding High

This replaces only the first occurrence of "*".

Check failure on line 87835 in studio/src/main/resources/static/components/DataTables/datatables.js

See this annotation in the file changed.

Code scanning / CodeQL

Incomplete string escaping or encoding High

This replaces only the first occurrence of "*".

Check failure on line 87896 in studio/src/main/resources/static/components/DataTables/datatables.js

See this annotation in the file changed.

Code scanning / CodeQL

Incomplete multi-character sanitization High

This string may still contain
<script
, which may cause an HTML element injection vulnerability.

Check failure on line 87899 in studio/src/main/resources/static/components/DataTables/datatables.js

See this annotation in the file changed.

Code scanning / CodeQL

Incomplete multi-character sanitization High

This string may still contain
<!--
, which may cause an HTML element injection vulnerability.

Check failure on line 88247 in studio/src/main/resources/static/components/DataTables/datatables.js

See this annotation in the file changed.

Code scanning / CodeQL

Incomplete multi-character sanitization High

This string may still contain
<script
, which may cause an HTML element injection vulnerability.

Check failure on line 88246 in studio/src/main/resources/static/components/DataTables/datatables.js

See this annotation in the file changed.

Code scanning / CodeQL

Incomplete multi-character sanitization High

This string may still contain
<!--
, which may cause an HTML element injection vulnerability.

Check warning on line 95754 in studio/src/main/resources/static/components/DataTables/datatables.js

See this annotation in the file changed.

Code scanning / CodeQL

DOM text reinterpreted as HTML Medium

DOM text
is reinterpreted as HTML without escaping meta-characters.

Check failure on line 632 in server/src/main/java/com/arcadedb/server/ArcadeDBServer.java

See this annotation in the file changed.

Code scanning / CodeQL

Insecure randomness High

Potential Insecure randomness due to a
Insecure randomness source.
.

Check failure on line 651 in server/src/main/java/com/arcadedb/server/ArcadeDBServer.java

See this annotation in the file changed.

Code scanning / CodeQL

Insecure randomness High

Potential Insecure randomness due to a
Insecure randomness source.
.

Check failure on line 249 in server/src/main/java/com/arcadedb/server/http/HttpServer.java

See this annotation in the file changed.

Code scanning / CodeQL

Insecure randomness High

Potential Insecure randomness due to a
Insecure randomness source.
.

Check failure on line 253 in server/src/main/java/com/arcadedb/server/http/HttpServer.java

See this annotation in the file changed.

Code scanning / CodeQL

Insecure randomness High

Potential Insecure randomness due to a
Insecure randomness source.
.

Check failure on line 249 in server/src/main/java/com/arcadedb/server/security/ServerSecurity.java

See this annotation in the file changed.

Code scanning / CodeQL

Insecure randomness High

Potential Insecure randomness due to a
Insecure randomness source.
.

Check failure on line 266 in server/src/main/java/com/arcadedb/server/security/ServerSecurity.java

See this annotation in the file changed.

Code scanning / CodeQL

Insecure randomness High

Potential Insecure randomness due to a
Insecure randomness source.
.