|
| 1 | +--- |
| 2 | +marp: true |
| 3 | +theme: default |
| 4 | +paginate: true |
| 5 | +html: true |
| 6 | +--- |
| 7 | + |
| 8 | +# Meeting Notes |
| 9 | + |
| 10 | +OpenSSF Cyber Reasoning Systems Special Interest Group |
| 11 | + |
| 12 | +--- |
| 13 | + |
| 14 | +## Agenda |
| 15 | + |
| 16 | +1. Roadmap |
| 17 | +2. Community Contributions |
| 18 | +3. Atlantis-Java |
| 19 | + |
| 20 | +--- |
| 21 | + |
| 22 | +## Roadmap (from 01/12 meeting) |
| 23 | + |
| 24 | +<style scoped>h2 { font-size: 1.2em; margin-bottom: 0.2em; } img { max-height: 580px; display: block; margin: auto; }</style> |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | +--- |
| 29 | + |
| 30 | +## Roadmap |
| 31 | + |
| 32 | +<style scoped>input[type="checkbox"] { opacity: 1; transform: scale(1.3); margin-right: 8px; }</style> |
| 33 | + |
| 34 | +<ul style="list-style: none; padding-left: 0;"> |
| 35 | +<li><input type="checkbox" checked disabled> Complete implementation of CRS benchmarks: <b>CRSBench project currently undergoing experiments</b></li> |
| 36 | +<li><input type="checkbox" checked disabled> Unify bug-finding and bug-fixing features: <b>Complete as of <a href="https://github.com/ossf/oss-crs/pull/162">#162</a> (builder-sidecar)</b></li> |
| 37 | +<li><input type="checkbox" checked disabled> Integration of AIxCC finalists' CRSs: <b>All AFC bug-finding CRSs integrated</b></li> |
| 38 | +<li><input type="checkbox" disabled> Re-architect for remote deployment: <b>development blocked on Azure account provisioned by GT</b></li> |
| 39 | +<li><input type="checkbox" disabled> Deploy for real-world bug finding and patching</li> |
| 40 | +</ul> |
| 41 | + |
| 42 | +--- |
| 43 | + |
| 44 | +## Required Items for Deployment |
| 45 | + |
| 46 | +- **Triaging**: Add new CRS type to OSS-CRS pipeline |
| 47 | + - Clusterfuzz crash deduplication |
| 48 | + - Triagers from AIxCC CRSs |
| 49 | + - agentic triaging and report generation |
| 50 | +- **Target Projects**: Selected suite of OSS projects that we run our CRSs against |
| 51 | + |
| 52 | +--- |
| 53 | + |
| 54 | +## Atlantis-Java |
| 55 | + |
| 56 | +Check out the blog and paper below to learn more about agentic sinkpoint-fuzzing and the performance of open weight LLMs! |
| 57 | + |
| 58 | +Atlantis-Java is updated and remains accessible through OSS-CRS |
| 59 | + |
| 60 | +- [Team-Atlanta Blog: SinkFuzz GLM](https://team-atlanta.github.io/blog/post-sinkfuzz-glm/) |
| 61 | +- [GONDAR arXiv paper](https://arxiv.org/abs/2604.01645) |
| 62 | + |
| 63 | +--- |
| 64 | + |
| 65 | +## Community Contributions |
| 66 | + |
| 67 | +- [#159](https://github.com/ossf/oss-crs/pull/159) : Warn users if resource config conflicts with machine resources (@tkqdldk) |
| 68 | +- [#168](https://github.com/ossf/oss-crs/pull/168) : Docker Compose secrets for LLM keys (@tusharshah21) |
| 69 | +- [#171](https://github.com/ossf/oss-crs/pull/171) : patchsense-crs semantic patch validator to registry (@aaronsrhodes) |
| 70 | + |
| 71 | +--- |
| 72 | + |
| 73 | +## Q&A / Discussion |
| 74 | + |
| 75 | +Refer to Cyber Reasoning Systems bi-weekly meeting notes. |
0 commit comments