This repository was archived by the owner on Feb 28, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +4
-0
lines changed
Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 1212 */
1313class FieldLevelEncryption {
1414
15+ //NOSONAR
1516 private function __construct () {
1617 // This class can't be instantiated
1718 }
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ class JsonPath {
1616 const FIRST_CHILD_KEY = "/(?:\[')([^\[\]]*)(?:'\])/ " ; // Returns "obj1" for "$['obj1']['obj2']"
1717 const FIRST_TOKEN_IN_PATH = "/(\['[^\[\]]*'\])/ " ; // Returns "['obj1']" for "$['obj1']['obj2']"
1818
19+ //NOSONAR
1920 private function __construct () {
2021 // This class can't be instantiated
2122 }
Original file line number Diff line number Diff line change 55
66class EncodingUtils {
77
8+ //NOSONAR
89 private function __construct () {
910 // This class can't be instantiated
1011 }
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ class EncryptionUtils {
1414 const PKCS_8_PEM_HEADER = '-----BEGIN PRIVATE KEY----- ' ;
1515 const PKCS_8_PEM_FOOTER = '-----END PRIVATE KEY----- ' ;
1616
17+ //NOSONAR
1718 private function __construct () {
1819 // This class can't be instantiated
1920 }
You can’t perform that action at this time.
0 commit comments