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

Description change #34

Closed
wants to merge 943 commits into from

Update FireballBranch.java

aba87c9
Select commit
Loading
Failed to load commit list.
Closed

Description change #34

Update FireballBranch.java
aba87c9
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed Jan 27, 2024 in 4s

3 new alerts including 3 high severity security vulnerabilities

New alerts in code changed by this pull request

Security Alerts:

  • 3 high

See annotations below for details.

View all branch alerts.

Annotations

Check failure on line 127 in src/main/java/com/ebicep/warlords/abilities/CrusadersStrike.java

See this annotation in the file changed.

Code scanning / CodeQL

Implicit narrowing conversion in compound assignment High

Implicit cast of source type float to narrower destination type int.

Check failure on line 87 in src/main/java/com/ebicep/warlords/abilities/EnergySeerConjurer.java

See this annotation in the file changed.

Code scanning / CodeQL

Implicit narrowing conversion in compound assignment High

Implicit cast of source type float to narrower destination type int.

Check failure on line 81 in src/main/java/com/ebicep/warlords/abilities/TimeWarpPyromancer.java

See this annotation in the file changed.

Code scanning / CodeQL

Implicit narrowing conversion in compound assignment High

Implicit cast of source type double to narrower destination type float.