Skip to content

Commit

Permalink
Initial project skeleton for librosa (#11399)
Browse files Browse the repository at this point in the history
Librosa is a powerful Python library for audio analysis and
manipulation. It is used to analyze and manipulate audio files in a
variety of formats such as WAV, OGG, MP3, FLAC, etc. It is used to
extract features from audio files, manipulate audio in various ways, and
build machine learning models for speech recognition, music genre
classification and instrument recognition. It has a large user base with
nearly 6,500 stars on Github and referenced in numerous research papers.
This project is important to be fuzzed as it depends on user input which
can be used to exploit crashes in the Python code to achieve malicious
ends such as DoS.
  • Loading branch information
ennamarie19 authored Jan 30, 2024
1 parent d92d425 commit 29b1bbe
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions projects/librosa/project.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
homepage: "https://librosa.org/doc/latest/index.html"
language: python
primary_contact: "[email protected]"
auto_ccs:
- "[email protected]"
fuzzing_engines:
- libfuzzer
sanitizers:
- address
- undefined
main_repo: "https://github.com/librosa/librosa.git"

0 comments on commit 29b1bbe

Please sign in to comment.