Skip to content

Commit

Permalink
Merge pull request #316 from c4dt/klint-oss
Browse files Browse the repository at this point in the history
Adding OSS work to klint
  • Loading branch information
ineiti authored Sep 6, 2023
2 parents f919a89 + 1bd3e8b commit a3a6f65
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ url_path:
incubator:
work: (What C4DT did for the project)
products:
type: ( Demo | Hands-on | Pilot | App )
type: ( Demo | Hands-on | Pilot | App | OSS-participation)
url: (https://...)
title: (Description of this product)
code: (https:// of the code)
Expand Down
2 changes: 1 addition & 1 deletion data.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
"work": sy.Str(),
sy.Optional("products"): sy.Seq(
sy.Map({
"type": sy.Enum(["Demo", "Hands-on", "Pilot", "App"]),
"type": sy.Enum(["Demo", "Hands-on", "Pilot", "App", "OSS-participation"]),
"url": sy.Url(),
"title": sy.Str(),
sy.Optional("code"): sy.Str(),
Expand Down
8 changes: 8 additions & 0 deletions data/DSLAB/projects.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -477,6 +477,14 @@ projects:
- label: Published in
text: NSDI 2022
url: https://www.usenix.org/conference/nsdi22/presentation/pirelli
incubator:
work: >
For this project we implemented extended Berkley Packet Filtering (eBPF) support,
so that the software verification can also be done for this type of code.
products:
- type: OSS-participation
url: https://github.com/angr/angr-platforms/pull/55
title: Adding support for eBPF to Angr
maturity: 1
date_added: 2022-07-05
date_updated: 2023-03-20
Expand Down

0 comments on commit a3a6f65

Please sign in to comment.