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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions infra/base-images/base-builder/indexer/manifest_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ class SourceRef:
@classmethod
def from_dict(cls, data: dict[str, Any]) -> Self:
"""Creates a SourceRef object from a deserialized dict."""
return SourceRef( # pyrefly: ignore[bad-return]
return cls(
url=data["url"], rev=data["rev"], type=RepositoryType(data["type"])
)

Expand All @@ -108,7 +108,7 @@ class Reproducibility:
@classmethod
def from_dict(cls, data: dict[str, Any]) -> Self:
"""Creates a Reproducibility object from a deserialized dict."""
return Reproducibility( # pyrefly: ignore[bad-return]
return cls(
success_count=data["success_count"],
trial_count=data["trial_count"],
)
Expand Down Expand Up @@ -210,7 +210,7 @@ def from_dict(cls, config_dict: Mapping[str, Any]) -> Self:
harness_kind = HarnessKind(
config_dict.get("harness_kind", HarnessKind.BINARY)
)
return CommandLineBinaryConfig( # pyrefly: ignore[bad-return]
return cls(
kind=kind,
harness_kind=harness_kind,
binary_name=config_dict["binary_name"],
Expand Down Expand Up @@ -319,7 +319,7 @@ def from_dict(cls, data: dict[str, Any]) -> Self:
logging.warning(
"Unsupported manifest version %s detected. Not upgrading.", version
)
return Manifest( # pyrefly: ignore[bad-return]
return cls(
version=version,
index_db_version=data.get("index_db_version"),
name=data["name"],
Expand Down
2 changes: 1 addition & 1 deletion projects/argo/project.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
base_os_version: ubuntu-24-04
homepage: "https://argoproj.github.io/"
main_repo: "https://github.com/argoproj"
main_repo: "https://github.com/argoproj/argo-cd"
primary_contact: "terrytangyuan@gmail.com"
auto_ccs :
- "adam@adalogics.com"
Expand Down
2 changes: 1 addition & 1 deletion projects/bignum-fuzzer/project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ auto_ccs:
- "mbed-tls-security@lists.trustedfirmware.org"
- "libmpdec4@gmail.com"
- "richard@levitte.org"
main_repo: 'https://github.com/guidovranken/bignum-fuzzer'
main_repo: "https://github.com/sjamaan/bignum-fuzzer"
fuzzing_engines:
- libfuzzer
- honggfuzz
2 changes: 1 addition & 1 deletion projects/binutils/project.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
homepage: "https://www.gnu.org/software/binutils/"
main_repo: "https://github.com/bminor/binutils-gdb"
main_repo: "https://sourceware.org/git/binutils-gdb"
language: c++
primary_contact: "bug-binutils@gnu.org"
auto_ccs :
Expand Down
2 changes: 1 addition & 1 deletion projects/bs4/project.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
homepage: "https://www.crummy.com/software/BeautifulSoup/"
main_repo: "https://code.launchpad.net/~leonardr/beautifulsoup/bs4"
main_repo: "https://git.launchpad.net/beautifulsoup"
language: python
primary_contact: "leonard.richardson@gmail.com"
auto_ccs:
Expand Down
2 changes: 1 addition & 1 deletion projects/cbor-java/project.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
homepage: "https://android.googlesource.com/platform/external/cbor-java/+/refs/heads/master"
language: jvm
primary_contact: "constantin.rack@gmail.com"
main_repo: "https://android.googlesource.com/platform/external/cbor-java/+/refs/heads/master"
main_repo: "https://android.googlesource.com/platform/external/cbor-java"
auto_ccs:
- "david@adalogics.com"
fuzzing_engines:
Expand Down
2 changes: 1 addition & 1 deletion projects/cryptofuzz/project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ sanitizers:
- memory
architectures:
- x86_64
main_repo: 'https://github.com/guidovranken/cryptofuzz'
main_repo: "https://github.com/MozillaSecurity/cryptofuzz"

fuzzing_engines:
- afl
Expand Down
2 changes: 1 addition & 1 deletion projects/dapr/project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ base_os_version: ubuntu-24-04
homepage: "https://dapr.io/"
language: go
primary_contact: "schneideryaron@gmail.com"
main_repo: "https://github.com/dapr"
main_repo: "https://github.com/dapr/dapr"
auto_ccs:
- "artur04@gmail.com"
vendor_ccs:
Expand Down
2 changes: 1 addition & 1 deletion projects/example/project.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
disabled: true
homepage: https://my-api.example.com
main_repo: https://github.com/example/my-api
main_repo: "https://github.com/google/oss-fuzz"
language: c++
vendor_ccs: []

Expand Down
2 changes: 1 addition & 1 deletion projects/go-cmp/project.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
homepage: "https://github.com/google/go-cmp/cmp"
language: go
main_repo: "https://github.com/google/go-cmp/cmp"
main_repo: "https://github.com/google/go-cmp"
auto_ccs:
- "adam@adalogics.com"
fuzzing_engines:
Expand Down
2 changes: 1 addition & 1 deletion projects/hive/project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ homepage: "https://hive.apache.org/"
language: jvm
fuzzing_engines:
- libfuzzer
main_repo: "https://github.com/apache/hive/tree/master/"
main_repo: "https://github.com/apache/hive"
sanitizers:
- address
vendor_ccs:
Expand Down
2 changes: 1 addition & 1 deletion projects/hostap/project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ sanitizers:
architectures:
- x86_64
- i386
main_repo: 'git://w1.fi/srv/git/hostap.git'
main_repo: "https://w1.fi/hostap.git"
2 changes: 1 addition & 1 deletion projects/hyperium/project.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
homepage: "https://github.com/hyperium/"
main_repo: "https://github.com/hyperium/"
main_repo: "https://github.com/hyperium/http"
primary_contact: "sean.monstar@gmail.com"
sanitizers:
- address
Expand Down
2 changes: 1 addition & 1 deletion projects/knative/project.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
homepage: "https://knative.dev/"
language: go
primary_contact: "security@knative.team"
main_repo: "https://github.com/knative"
main_repo: "https://github.com/knative/serving"
vendor_ccs:
- "adam@adalogics.com"
- "david@adalogics.com"
Expand Down
2 changes: 1 addition & 1 deletion projects/libpng-proto/project.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
homepage: "http://www.libpng.org/pub/png/libpng.html"
main_repo: "https://git.code.sf.net/p/libpng/code libpng-code"
main_repo: "https://github.com/pnggroup/libpng.git"
language: c++
primary_contact: "kcc@google.com"
sanitizers:
Expand Down
2 changes: 1 addition & 1 deletion projects/libtheora/project.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
homepage: "https://www.theora.org/"
language: c++
primary_contact: "guidovranken@gmail.com"
main_repo: "https://git.xiph.org/theora.git"
main_repo: "https://gitlab.xiph.org/xiph/theora"
auto_ccs:
- "le.businessman@gmail.com"
vendor_ccs:
Expand Down
2 changes: 1 addition & 1 deletion projects/mupdf/project.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
main_repo: git://git.ghostscript.com/mupdf.git
main_repo: "https://github.com/ArtifexSoftware/mupdf.git"
homepage: "https://www.mupdf.com"
language: c++
primary_contact: tor.andersson@artifex.com
Expand Down
2 changes: 1 addition & 1 deletion projects/net-snmp/project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ auto_ccs:
- "bvanassche@acm.org"
- "magfr@lysator.liu.se"
- "david@adalogics.com"
main_repo: 'git://git.code.sf.net/p/net-snmp/code'
main_repo: "https://github.com/net-snmp/net-snmp"
fuzzing_engines:
- afl
- honggfuzz
Expand Down
2 changes: 1 addition & 1 deletion projects/notary/project.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
homepage: "https://github.com/notaryproject/notary"
main_repo: "https://github.com/notaryproject"
main_repo: "https://github.com/notaryproject/notary"
primary_contact: "yizha1@microsoft.com"
auto_ccs :
- "vaninrao@amazon.com"
Expand Down
2 changes: 1 addition & 1 deletion projects/ntp/project.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
homepage: "http://www.ntp.org"
language: c++
primary_contact: "security@ntp.org"
main_repo: "https://bitbucket.nwtime.org/pc/ntp.git"
main_repo: "https://github.com/ntp-project/ntp"
auto_ccs:
- "p.antoine@catenacyber.fr"
fuzzing_engines:
Expand Down
2 changes: 1 addition & 1 deletion projects/pidgin/project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ language: c
auto_ccs:
- "quantum.analyst@gmail.com"
- "rekkanoryo.guifications@gmail.com"
main_repo: 'https://sourceforge.net/projects/pidgin/files/Pidgin/2.14.4/pidgin-2.14.4.tar.bz2'
main_repo: "https://github.com/pidgin/pidgin"

fuzzing_engines:
- afl
Expand Down
2 changes: 1 addition & 1 deletion projects/piex/project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ sanitizers:
- address
- undefined
- memory
main_repo: 'https://github.com/guidovranken/piex.git'
main_repo: "https://android.googlesource.com/platform/external/piex"
2 changes: 1 addition & 1 deletion projects/postgresql/project.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
base_os_version: ubuntu-24-04
homepage: "https://postgresql.org"
main_repo: "https://git.postgresql.org/git/postgresql"
main_repo: "https://github.com/postgres/postgres"
primary_contact: "sfrost@snowman.net"
language: c
auto_ccs:
Expand Down
2 changes: 1 addition & 1 deletion projects/qubes-os/project.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
homepage: "https://www.qubes-os.org/"
main_repo: "https://github.com/QubesOS"
main_repo: "https://github.com/QubesOS/qubes-app-linux-input-proxy"
language: c++
primary_contact: "jpo@vt.edu"
auto_ccs:
Expand Down
2 changes: 1 addition & 1 deletion projects/radvd/project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ auto_ccs:
- "david@adalogics.com"
- "cloud-ti-fuzzing+bugs@google.com"

main_repo: "http://www.litech.org/radvd"
main_repo: "https://github.com/radvd-project/radvd"
base_os_version: ubuntu-24-04
2 changes: 1 addition & 1 deletion projects/sqlite3/project.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
homepage: "https://sqlite.org/"
main_repo: "https://sqlite.org/src/dir"
main_repo: "https://github.com/sqlite/sqlite"
language: c++
primary_contact: "drhsqlite@gmail.com"
auto_ccs:
Expand Down
2 changes: 1 addition & 1 deletion projects/stax/project.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
homepage: "https://docs.oracle.com/javase/8/docs/api/index.html?javax/xml/stream/package-summary.html"
language: jvm
main_repo: "https://github.com/openjdk/jdk/tree/master/src/java.xml/share/classes"
main_repo: "https://github.com/openjdk/jdk"
fuzzing_engines:
- libfuzzer
sanitizers:
Expand Down
2 changes: 1 addition & 1 deletion projects/unicode-rs/project.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
homepage: "http://unicode-rs.github.io/"
main_repo: "https://github.com/unicode-rs"
main_repo: "https://github.com/unicode-rs/unicode-normalization"
primary_contact: "manishsmail@gmail.com"
sanitizers:
- address
Expand Down
Loading