Skip to content

Commit 8b90f27

Browse files
author
Analysis Tools Bot
committed
Commit list
1 parent 70502e1 commit 8b90f27

File tree

2 files changed

+32
-0
lines changed

2 files changed

+32
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,9 @@ Here are some of the checks this enables:
306306
- [Code Pulse](http://code-pulse.com/) — Code Pulse is a free real-time code coverage tool for penetration testing activities by OWASP and Code Dx ([GitHub](https://github.com/codedx/codepulse)).
307307

308308

309+
- [Daikon](https://plse.cs.washington.edu/daikon/) — A dynamic detector of likely invariants. An invariant is a property that holds at a certain program point, often seen in assert statements, documentation, and formal specifications.
310+
311+
309312
- [Sydr](https://sydr-fuzz.github.io/) :copyright: — Continuous Hybrid Fuzzing and Dynamic Analysis for Security Development Lifecycle.
310313

311314

data/api/tools.json

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -308,6 +308,35 @@
308308
"demos": null,
309309
"wrapper": null
310310
},
311+
"daikon": {
312+
"name": "Daikon",
313+
"categories": [
314+
"linter"
315+
],
316+
"languages": [
317+
"c",
318+
"cpp",
319+
"java"
320+
],
321+
"other": [],
322+
"licenses": [
323+
"NOASSERTION"
324+
],
325+
"types": [
326+
"cli"
327+
],
328+
"homepage": "https://plse.cs.washington.edu/daikon/",
329+
"source": "https://github.com/codespecs/daikon",
330+
"pricing": null,
331+
"plans": null,
332+
"description": "A dynamic detector of likely invariants. An invariant is a property that holds at a certain program point, often seen in assert statements, documentation, and formal specifications.",
333+
"discussion": null,
334+
"deprecated": null,
335+
"resources": null,
336+
"reviews": null,
337+
"demos": null,
338+
"wrapper": null
339+
},
311340
"dr-memory": {
312341
"name": "Dr. Memory",
313342
"categories": [

0 commit comments

Comments
 (0)