Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
13 changes: 10 additions & 3 deletions .github/scripts/echoBuildBuddyConfig.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,17 @@
#
# Copyright 2024 Code Intelligence GmbH
#
# By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt
# located in the root directory of the project.
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# 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.
#

if [ -n "${1}" ]; then
Expand Down
385 changes: 201 additions & 184 deletions LICENSE

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion LICENSE-JAZZER.txt

This file was deleted.

33 changes: 20 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<a href="https://search.maven.org/search?q=g:com.code-intelligence%20a:jazzer">
<img src="https://img.shields.io/maven-central/v/com.code-intelligence/jazzer" alt="Maven Central">
</a>
<a href="https://github.com/CodeIntelligenceTesting/jazzer/actions/workflows/run-all-tests.yml?query=branch%3Amain">
<img src="https://img.shields.io/github/actions/workflow/status/CodeIntelligenceTesting/jazzer/run-all-tests.yml?branch=main&logo=github" alt="CI status">
<a href="https://github.com/CodeIntelligenceTesting/jazzer/actions/workflows/run-all-tests-main.yml?query=branch%3Amain">
<img src="https://img.shields.io/github/actions/workflow/status/CodeIntelligenceTesting/jazzer/run-all-tests-main.yml?branch=main&logo=github" alt="CI status">
</a>
<a href="https://github.com/CodeIntelligenceTesting/jazzer/blob/main/LICENSE">
<img src="https://img.shields.io/github/license/CodeIntelligenceTesting/jazzer" alt="License">
Expand All @@ -25,6 +25,24 @@
<a href="https://twitter.com/CI_Fuzz" target="_blank">Twitter</a>
</div>

> [!IMPORTANT]
> Hello users!
>
> We are thrilled to announce that **Jazzer** is now back under the **Apache 2.0 license**!
>
> A year ago, we temporarily stopped maintaining Jazzer as open source.
> During this time, we received incredible feedback, support, and ideas from
> the community, which motivated us to find a way to bring Jazzer back to the
> open-source world.
>
> Thanks to your enthusiasm and contributions, and a special callout to the
> [OSS-Fuzz](https://github.com/google/oss-fuzz) team 🚀.
>
> Visit [code-intelligence.com](https://code-intelligence.com) for more
> information.
>
> The Code Intelligence team

Jazzer is a coverage-guided, in-process fuzzer for the JVM platform developed by [Code Intelligence](https://code-intelligence.com).
It is based on [libFuzzer](https://llvm.org/docs/LibFuzzer.html) and brings many of its instrumentation-powered mutation features to the JVM.

Expand Down Expand Up @@ -115,17 +133,6 @@ Information on building and testing Jazzer for development can be found in [CONT
A list of security issues and bugs found by Jazzer is maintained [here](docs/findings.md).
If you found something interesting and the information is public, please send a PR to add it to the list.

## License
By using Jazzer, you agree to the Code Intelligence [Terms & Conditions](LICENSE).

Jazzer can only be used for code bases that are released under an OSI-approved open source license,
or to perform academic research. It cannot be used to fuzz projects for or during automated analysis,
continuous integration or continuous delivery, whether as part of normal software engineering processes or otherwise.
For these use cases, get in contact with us via [sales@code-intelligence.com](mailto:sales@code-intelligence.com).

You can find the latest version released under the Apache 2 license [here](https://github.com/CodeIntelligenceTesting/jazzer/tree/d2cbfdcfc5363593f36cd972b849cc3ab070c90a).


## Credit

The following developers have contributed to Jazzer before its public release:
Expand Down
13 changes: 9 additions & 4 deletions bazel/compat.bzl
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
#
# Copyright 2024 Code Intelligence GmbH
#
# By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt
# located in the root directory of the project.
# http://www.apache.org/licenses/LICENSE-2.0
#
# This file also contains code licensed under Apache2 license.
# Unless required by applicable law or agreed to in writing, software
# 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.
#

SKIP_ON_MACOS = select({
Expand Down
13 changes: 10 additions & 3 deletions bazel/coverage/coverage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,17 @@
#
# Copyright 2024 Code Intelligence GmbH
#
# By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt
# located in the root directory of the project.
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# 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.
#


Expand Down
13 changes: 10 additions & 3 deletions bazel/fuzz_target.bzl
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
#
# Copyright 2024 Code Intelligence GmbH
#
# By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt
# located in the root directory of the project.
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# 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.
#

def java_fuzz_target_test(
Expand Down
13 changes: 10 additions & 3 deletions bazel/jar.bzl
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
#
# Copyright 2024 Code Intelligence GmbH
#
# By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt
# located in the root directory of the project.
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# 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.
#

def _strip_jar(ctx):
Expand Down
13 changes: 10 additions & 3 deletions bazel/kotlin.bzl
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
#
# Copyright 2024 Code Intelligence GmbH
#
# By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt
# located in the root directory of the project.
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# 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.
#

load("@rules_kotlin//kotlin:lint.bzl", "ktlint_fix", "ktlint_test")
Expand Down
13 changes: 10 additions & 3 deletions bazel/tools/compute_benchmark_stats.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,17 @@
#
# Copyright 2024 Code Intelligence GmbH
#
# By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt
# located in the root directory of the project.
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# 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.
#


Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
/*
* Copyright 2024 Code Intelligence GmbH
*
* By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt
* located in the root directory of the project.
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* 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.
*/
package com.code_intelligence.jazzer.tools;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
/*
* Copyright 2024 Code Intelligence GmbH
*
* By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt
* located in the root directory of the project.
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* 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.
*/

package com.code_intelligence.jazzer.tools;
Expand Down
13 changes: 10 additions & 3 deletions deploy/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,17 @@
#
# Copyright 2024 Code Intelligence GmbH
#
# By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt
# located in the root directory of the project.
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# 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.
#

set -eu
Expand Down
13 changes: 10 additions & 3 deletions deploy/deploy_local.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,17 @@
#
# Copyright 2024 Code Intelligence GmbH
#
# By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt
# located in the root directory of the project.
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# 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.
#

cd "$BUILD_WORKSPACE_DIRECTORY" || fail "BUILD_WORKSPACE_DIRECTORY not found"
Expand Down
13 changes: 10 additions & 3 deletions deploy/jazzer-api.pom
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
<!--
~ Copyright 2024 Code Intelligence GmbH
~
~ By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions.
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
~
~ The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt
~ located in the root directory of the project.
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing, software
~ 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.
-->

<project>
Expand Down
13 changes: 10 additions & 3 deletions deploy/jazzer-api_artifact_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,17 @@
#
# Copyright 2024 Code Intelligence GmbH
#
# By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt
# located in the root directory of the project.
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# 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.
#

[ -f "$1" ] || exit 1
Expand Down
13 changes: 10 additions & 3 deletions deploy/jazzer-junit.pom
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
<!--
~ Copyright 2024 Code Intelligence GmbH
~
~ By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions.
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
~
~ The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt
~ located in the root directory of the project.
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing, software
~ 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.
-->

<project>
Expand Down
13 changes: 10 additions & 3 deletions deploy/jazzer-junit_artifact_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,17 @@
#
# Copyright 2024 Code Intelligence GmbH
#
# By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt
# located in the root directory of the project.
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# 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.
#

[ -f "$1" ] || exit 1
Expand Down
13 changes: 10 additions & 3 deletions deploy/jazzer.pom
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
<!--
~ Copyright 2024 Code Intelligence GmbH
~
~ By downloading, you agree to the Code Intelligence Jazzer Terms and Conditions.
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
~
~ The Code Intelligence Jazzer Terms and Conditions are provided in LICENSE-JAZZER.txt
~ located in the root directory of the project.
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing, software
~ 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.
-->

<project>
Expand Down
Loading