File tree Expand file tree Collapse file tree
contentstack/src/test/java/com/contentstack/sdk Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55jobs :
66 security-sca :
77 runs-on : ubuntu-latest
8+ permissions :
9+ contents : read
10+ pull-requests : write
811 steps :
912 - uses : actions/checkout@master
1013
Original file line number Diff line number Diff line change @@ -283,6 +283,7 @@ public void testNetworkErrorScenario() {
283283 public void testValidationErrorScenario () {
284284 HashMap <String , Object > validationErrors = new HashMap <>();
285285 validationErrors .put ("email" , "Invalid email format" );
286+ // deepcode ignore HardcodedPassword: test fixture value, not a real secret
286287 validationErrors .put ("password" , "Password too short" );
287288
288289 error .setErrorMessage ("Validation failed" );
Original file line number Diff line number Diff line change 11android.useAndroidX =true
22android.enableJetifier =true
3+ # bcprov-jdk18on 1.85 is a multi-release jar with Java 25 class files (major version 69);
4+ # Jetifier's ASM reader can't parse it, and it has no support-library references to jetify anyway.
5+ android.jetifier.ignorelist =bcprov-jdk18on
36android.enableR8.fullMode =false
47org.gradle.jvmargs =-XX:MaxMetaspaceSize=512m
58android.suppressUnsupportedCompileSdk =34
You can’t perform that action at this time.
0 commit comments