Skip to content
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

Release candidates on maven central #492

Closed
JoergAdler opened this issue May 13, 2019 · 1 comment
Closed

Release candidates on maven central #492

JoergAdler opened this issue May 13, 2019 · 1 comment
Labels

Comments

@JoergAdler
Copy link

JoergAdler commented May 13, 2019

Hi,

in encoder-esapi version 1.2.1 there is the dependency

<dependency>
            <groupId>org.owasp.esapi</groupId>
            <artifactId>esapi</artifactId>
            <version>[2.0,3)</version>
</dependency>

This is resolved to 2.2.0.0-RC2 at the moment. Ending up in having a release candidate in my production code.

Is this intended behavior?

@kwwall kwwall added the wontfix label May 30, 2019
@kwwall
Copy link
Contributor

kwwall commented May 30, 2019

@JoergAdler This is actually a problem with the OWASP Java Encoder project. I reported on this problems here: OWASP/owasp-java-encoder#31

This is not something that we can or will address. IIRC, I think the problem is that the 'encoder-esapi' subproject is using some classes that had been deprecated in ESAPI for a long while that we finally removed.

@kwwall kwwall closed this as completed May 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants