-
Notifications
You must be signed in to change notification settings - Fork 6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Document NoOpPasswordEncoder will not be removed #8506
Labels
in: core
An issue in spring-security-core
status: backported
An issue that has been backported to maintenance branches
type: bug
A general bug
Milestone
Comments
rwinch
added
status: waiting-for-triage
An issue we've not yet triaged
type: enhancement
A general enhancement
status: ideal-for-contribution
An issue that we actively are looking for someone to help us with
labels
May 8, 2020
dadikovi
added a commit
to dadikovi/spring-security
that referenced
this issue
May 9, 2020
This commit adds extension to deprecation notice. Fixes spring-projectsgh-8506
rwinch
added
status: duplicate
A duplicate of another issue
in: core
An issue in spring-security-core
type: bug
A general bug
and removed
status: ideal-for-contribution
An issue that we actively are looking for someone to help us with
status: waiting-for-triage
An issue we've not yet triaged
status: duplicate
A duplicate of another issue
type: enhancement
A general enhancement
labels
May 13, 2020
rwinch
pushed a commit
that referenced
this issue
May 13, 2020
This commit adds extension to deprecation notice. Fixes gh-8506
rwinch
pushed a commit
that referenced
this issue
May 13, 2020
This commit adds extension to deprecation notice. Fixes gh-8506
spring-projects-issues
added
the
status: backported
An issue that has been backported to maintenance branches
label
May 13, 2020
rwinch
pushed a commit
that referenced
this issue
May 13, 2020
This commit adds extension to deprecation notice. Fixes gh-8506
rwinch
pushed a commit
that referenced
this issue
May 13, 2020
This commit adds extension to deprecation notice. Fixes gh-8506
rwinch
pushed a commit
that referenced
this issue
May 13, 2020
This commit adds extension to deprecation notice. Fixes gh-8506
rwinch
pushed a commit
that referenced
this issue
May 13, 2020
This commit adds extension to deprecation notice. Fixes gh-8506
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
in: core
An issue in spring-security-core
status: backported
An issue that has been backported to maintenance branches
type: bug
A general bug
While,
NoOpPasswordEncoder
is marked as deprecated we should clearly indicate that it is not going to be removed. Many of the other insecure PasswordEncoder implementations (i.e. MessageDigestPasswordEncoder) have the following in the deprecation warning:We should add the same to
NoOpPasswordEncoder
See gh-8498
The text was updated successfully, but these errors were encountered: