Skip to content

✨ Add Erlang as a language - #4406

Merged
spencerschrock merged 1 commit into
ossf:mainfrom
kikofernandez:erlang
Nov 10, 2024
Merged

✨ Add Erlang as a language#4406
spencerschrock merged 1 commit into
ossf:mainfrom
kikofernandez:erlang

Conversation

@kikofernandez

@kikofernandez kikofernandez commented Nov 8, 2024

Copy link
Copy Markdown
Contributor

What kind of change does this PR introduce?

Use the presence of property-based tests to detect the use of fuzzing in Erlang code.

What is the current behavior?

There is no support for fuzz detection for Erlang.

What is the new behavior (if this is a feature change)?**

Adds Erlang as a client language.
Scans for the import of property-based test frameworks to detect the use of fuzzing in Erlang

  • Tests for the changes have been added (for bug fixes/features)

Which issue(s) this PR fixes

NONE

Special notes for your reviewer

For the next section, I think there are no user-facing changes, but a previous PR for Haskell #2843 wrote a release note

Does this PR introduce a user-facing change?

For user-facing changes, please add a concise, human-readable release note to
the release-note

(In particular, describe what changes users might need to make in their
application as a result of this pull request.)

Support detection of fuzzing in Erlang through the import of property-based testing modules

@kikofernandez
kikofernandez requested a review from a team as a code owner November 8, 2024 15:15
@kikofernandez
kikofernandez requested review from justaugustus and raghavkaul and removed request for a team November 8, 2024 15:15
@kikofernandez kikofernandez changed the title Add Erlang as a language ✨ Add Erlang as a language Nov 8, 2024
@kikofernandez kikofernandez changed the title ✨ Add Erlang as a language ✨ Add Erlang as a language Nov 8, 2024
@kikofernandez

Copy link
Copy Markdown
Contributor Author

sorry, I had to force push since I forgot to commit with Signed-off-by: Kiko Fernandez-Reyes <kiko@erlang.org>

@spencerschrock spencerschrock left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove checks.md lines as per tests suite

You can add it to the documentation if you'd like, you just need to follow the steps in the CONTRIBUTING.md

@kikofernandez

Copy link
Copy Markdown
Contributor Author

Thanks for the pointer,

Signed-off-by: Kiko Fernandez-Reyes <kiko@erlang.org>
@spencerschrock

Copy link
Copy Markdown
Member

/scdiff generate Fuzzing

@github-actions

Copy link
Copy Markdown

@spencerschrock
spencerschrock merged commit 965d15b into ossf:main Nov 10, 2024
@kikofernandez
kikofernandez deleted the erlang branch November 11, 2024 08:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants