Skip to content

Commit

Permalink
Adldap: Bug fix for PAPP-28323 unicode null byte issue (#11)
Browse files Browse the repository at this point in the history
* Adldap: Bug fix for PAPP-28323 unicode null byte issue

* Moved replace null values to handle_action

* Adldap: Dev checklist changes

* Minor changes

* Adldap: Updated data-type in some datapaths

* Updated the oreder of action_result object in the list
  • Loading branch information
dhwanis-crest authored Nov 30, 2022
1 parent 7e60532 commit 0232621
Show file tree
Hide file tree
Showing 9 changed files with 321 additions and 294 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ repos:
- id: org-hook
- id: package-app-dependencies
- repo: https://github.com/Yelp/detect-secrets
rev: v1.2.0
rev: v1.4.0
hooks:
- id: detect-secrets
args: ['--no-verify', '--exclude-files', '^adldap.json$']
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -198,4 +198,4 @@
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
limitations under the License.
Loading

0 comments on commit 0232621

Please sign in to comment.