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

[Bug]: Beam uses a version of the org.json:json that has a Category X license #30404

Closed
16 tasks
pjfanning opened this issue Feb 23, 2024 · 0 comments · Fixed by #30406
Closed
16 tasks

[Bug]: Beam uses a version of the org.json:json that has a Category X license #30404

pjfanning opened this issue Feb 23, 2024 · 0 comments · Fixed by #30406

Comments

@pjfanning
Copy link

What happened?

Only versions of org.json:json from the last year or 2 are properly in the public domain. Prior to that you were not allowed to use the jar to commit evil (no kidding). This nonsensical restriction is against ASF policies.

See the section about JSON License in https://www.apache.org/legal/resolved.html

Here's a Bean usage of an old version of this jar:

implementation group: 'org.json', name: 'json', version: '20201115'

There are also CVE fixes in the more recent versions - so 2 wins if you upgrade.

Issue Priority

Priority: 2 (default / most bugs should be filed as P2)

Issue Components

  • Component: Python SDK
  • Component: Java SDK
  • Component: Go SDK
  • Component: Typescript SDK
  • Component: IO connector
  • Component: Beam YAML
  • Component: Beam examples
  • Component: Beam playground
  • Component: Beam katas
  • Component: Website
  • Component: Spark Runner
  • Component: Flink Runner
  • Component: Samza Runner
  • Component: Twister2 Runner
  • Component: Hazelcast Jet Runner
  • Component: Google Cloud Dataflow Runner
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant