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

v4.0.0 #127

Merged
merged 70 commits into from
Oct 1, 2024
Merged

v4.0.0 #127

merged 70 commits into from
Oct 1, 2024

Conversation

javiercasares
Copy link
Owner

  • Code refactoring, mainly for the latest software added because everything is so similar we can have one big function and not one for each software. This means a lot less code, KB, and less loading time.
  • Improved code quality, checking all the functions, checking all the documentation and fixing plenty of little things.

Copy link

sonarcloud bot commented Oct 1, 2024

Quality Gate Failed Quality Gate failed

Failed conditions
24.4% Duplication on New Code (required ≤ 3%)
C Reliability Rating on New Code (required ≥ A)

See analysis details on SonarCloud

Catch issues before they fail your Quality Gate with our IDE extension SonarLint

@javiercasares javiercasares changed the title v3.5.0 v4.0.0 Oct 1, 2024
@javiercasares javiercasares marked this pull request as ready for review October 1, 2024 17:04
@javiercasares javiercasares self-assigned this Oct 1, 2024
@javiercasares javiercasares merged commit 5ea2c8a into main Oct 1, 2024
1 of 2 checks passed
@javiercasares javiercasares deleted the generic-functions branch October 1, 2024 17:05
// Second method: use system commands if the first fails and shell_exec is available.
if ( empty( $version ) && wpvulnerability_can_shell_exec() ) {
// Command to check Memcached version.
$version_output = shell_exec( escapeshellcmd( 'memcached -h' ) ); // phpcs:ignore
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Warning

Amplify has been notified that this line contains a vulnerability 🕷️.

Vulnerability: CWE-94 Improper Control of Generation of Code ('Code Injection')

Impact: HIGH

Code Fix: ✅

Amplify Security has prepared an automated remediation for review. Click here to review and commit the code fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant