Browse Source

docs: replace deprecated annotations with the new ones in the audit file (#2193)

pull/2210/head
zanninso 1 year ago committed by GitHub
parent
commit
1ec0cd4e68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      subjects/java/projects/lets-play/audit/README.md

2
subjects/java/projects/lets-play/audit/README.md

@ -42,7 +42,7 @@
##### Check the use of appropriate annotations for authentication and role-based access control.
###### Are the annotations @EnableWebSecurity, @EnableGlobalMethodSecurity, @Secured, @PermitAll and @PreAuthorize used correctly?
###### Are the annotations @EnableWebSecurity, @EnableMethodSecurity, @PermitAll, @PostAuthorize and @PreAuthorize used correctly?
##### Check the use of validation annotations in the data classes.

Loading…
Cancel
Save