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

Fix Command Injection Vulnerability #7

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Merge branch 'main' into fix-command-injection

a544853
Select commit
Loading
Failed to load commit list.
Open

Fix Command Injection Vulnerability #7

Merge branch 'main' into fix-command-injection
a544853
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis succeeded Jul 30, 2024 in 0s

Your pull request is up to standards!

Codacy Here is an overview of what got changed by this pull request:

Issues
======
+ Solved 2
           

Coverage increased per file
===========================
+ src/main/java/com/datadoghq/workshops/samplevulnerablejavaapp/exception/InvalidDomainException.java  100.0
+ src/main/java/com/datadoghq/workshops/samplevulnerablejavaapp/DomainTestService.java  50.505
+ src/main/java/com/datadoghq/workshops/samplevulnerablejavaapp/exception/DomainTestException.java  100.0
         

Complexity increasing per file
==============================
- src/test/java/com/datadoghq/workshops/samplevulnerablejavaapp/DomainTestServiceTests.java  1
         

Complexity decreasing per file
==============================
+ src/main/java/com/datadoghq/workshops/samplevulnerablejavaapp/DomainTestService.java  -4
         

See the complete overview on Codacy