diff --git a/pmd-appexchange/docs/AvoidHardcodedCredentialsInSetPassword.md b/pmd-appexchange/docs/AvoidHardcodedCredentialsInSetPassword.md new file mode 100644 index 000000000..a4187d5ad --- /dev/null +++ b/pmd-appexchange/docs/AvoidHardcodedCredentialsInSetPassword.md @@ -0,0 +1,18 @@ +AvoidHardcodedCredentialsInSetPassword[](#avoidhardcodedcredentialsinsetpassword) +------------------------------------------------------------------------------------------------------------------------------------------------------ + +**Violation:** + + Avoid using hard-coded credentials with setPassword + + +**Priority:** Critical (1) + +**Description:** + + Detects hard-coded credentials in the call to setPassword(). + +**Example(s):** + + + diff --git a/pmd-appexchange/lib/pmd-aura-html-sf-0.1.jar b/pmd-appexchange/lib/pmd-aura-html-sf-0.1.jar index 35ffc553d..8ff2d0dd5 100644 Binary files a/pmd-appexchange/lib/pmd-aura-html-sf-0.1.jar and b/pmd-appexchange/lib/pmd-aura-html-sf-0.1.jar differ diff --git a/pmd-appexchange/lib/pmd-customrules-utils-0.1.jar b/pmd-appexchange/lib/pmd-customrules-utils-0.1.jar index caa7738bc..1f231eaa9 100644 Binary files a/pmd-appexchange/lib/pmd-customrules-utils-0.1.jar and b/pmd-appexchange/lib/pmd-customrules-utils-0.1.jar differ diff --git a/pmd-appexchange/lib/sf_metadata_pmd_xml-0.1.jar b/pmd-appexchange/lib/sf_metadata_pmd_xml-0.1.jar index f2783eec7..d97f07d02 100644 Binary files a/pmd-appexchange/lib/sf_metadata_pmd_xml-0.1.jar and b/pmd-appexchange/lib/sf_metadata_pmd_xml-0.1.jar differ diff --git a/pmd-appexchange/lib/sfca-pmd-apex-0.14.jar b/pmd-appexchange/lib/sfca-pmd-apex-0.15.jar similarity index 71% rename from pmd-appexchange/lib/sfca-pmd-apex-0.14.jar rename to pmd-appexchange/lib/sfca-pmd-apex-0.15.jar index fba8a10c2..f39ceea9e 100644 Binary files a/pmd-appexchange/lib/sfca-pmd-apex-0.14.jar and b/pmd-appexchange/lib/sfca-pmd-apex-0.15.jar differ diff --git a/pmd-appexchange/lib/sfca-pmd-aurahtml-0.14.jar b/pmd-appexchange/lib/sfca-pmd-aurahtml-0.15.jar similarity index 70% rename from pmd-appexchange/lib/sfca-pmd-aurahtml-0.14.jar rename to pmd-appexchange/lib/sfca-pmd-aurahtml-0.15.jar index e7bbadeed..5b98c54d3 100644 Binary files a/pmd-appexchange/lib/sfca-pmd-aurahtml-0.14.jar and b/pmd-appexchange/lib/sfca-pmd-aurahtml-0.15.jar differ diff --git a/pmd-appexchange/lib/sfca-pmd-html-0.14.jar b/pmd-appexchange/lib/sfca-pmd-html-0.15.jar similarity index 53% rename from pmd-appexchange/lib/sfca-pmd-html-0.14.jar rename to pmd-appexchange/lib/sfca-pmd-html-0.15.jar index b7d8398ce..cde912f22 100644 Binary files a/pmd-appexchange/lib/sfca-pmd-html-0.14.jar and b/pmd-appexchange/lib/sfca-pmd-html-0.15.jar differ diff --git a/pmd-appexchange/lib/sfca-pmd-javascript-0.14.jar b/pmd-appexchange/lib/sfca-pmd-javascript-0.15.jar similarity index 53% rename from pmd-appexchange/lib/sfca-pmd-javascript-0.14.jar rename to pmd-appexchange/lib/sfca-pmd-javascript-0.15.jar index c4efcc783..5f0f0894a 100644 Binary files a/pmd-appexchange/lib/sfca-pmd-javascript-0.14.jar and b/pmd-appexchange/lib/sfca-pmd-javascript-0.15.jar differ diff --git a/pmd-appexchange/lib/sfca-pmd-sfmetadata-0.14.jar b/pmd-appexchange/lib/sfca-pmd-sfmetadata-0.15.jar similarity index 63% rename from pmd-appexchange/lib/sfca-pmd-sfmetadata-0.14.jar rename to pmd-appexchange/lib/sfca-pmd-sfmetadata-0.15.jar index 775eccf64..33fa00bc7 100644 Binary files a/pmd-appexchange/lib/sfca-pmd-sfmetadata-0.14.jar and b/pmd-appexchange/lib/sfca-pmd-sfmetadata-0.15.jar differ diff --git a/pmd-appexchange/lib/sfca-pmd-visualforce-0.14.jar b/pmd-appexchange/lib/sfca-pmd-visualforce-0.15.jar similarity index 87% rename from pmd-appexchange/lib/sfca-pmd-visualforce-0.14.jar rename to pmd-appexchange/lib/sfca-pmd-visualforce-0.15.jar index 03a59b3cb..bb8a71d9d 100644 Binary files a/pmd-appexchange/lib/sfca-pmd-visualforce-0.14.jar and b/pmd-appexchange/lib/sfca-pmd-visualforce-0.15.jar differ diff --git a/pmd-appexchange/lib/sfca-pmd-xml-0.14.jar b/pmd-appexchange/lib/sfca-pmd-xml-0.15.jar similarity index 78% rename from pmd-appexchange/lib/sfca-pmd-xml-0.14.jar rename to pmd-appexchange/lib/sfca-pmd-xml-0.15.jar index 8383e2a13..2d8e5e394 100644 Binary files a/pmd-appexchange/lib/sfca-pmd-xml-0.14.jar and b/pmd-appexchange/lib/sfca-pmd-xml-0.15.jar differ diff --git a/pmd7/build.gradle.kts b/pmd7/build.gradle.kts index ee560d818..89a83c75b 100644 --- a/pmd7/build.gradle.kts +++ b/pmd7/build.gradle.kts @@ -10,7 +10,7 @@ repositories { } // Keep this in sync with src/Constants.ts > PMD7_VERSION -var pmd7Version = "7.3.0" +var pmd7Version = "7.4.0" val pmdDist7Dir = "$buildDir/../../dist/pmd7" diff --git a/src/Constants.ts b/src/Constants.ts index ae8d811c9..f2b87645e 100644 --- a/src/Constants.ts +++ b/src/Constants.ts @@ -2,9 +2,9 @@ import os = require('os'); import path = require('path'); // Keep this in sync with /pmd7/build.gradle.kts > pmd7Version -export const PMD7_VERSION = '7.3.0'; +export const PMD7_VERSION = '7.4.0'; -export const PMD_APPEXCHANGE_RULES_VERSION = '0.14'; +export const PMD_APPEXCHANGE_RULES_VERSION = '0.15'; // Keep this in sync with /sfge/build.gradle.kts > version export const SFGE_VERSION = '1.0.1-pilot';