Merge branch 'main' into typetracker-decorators

This commit is contained in:
Rasmus Wriedt Larsen
2022-08-08 11:52:09 +02:00
committed by GitHub
2041 changed files with 142769 additions and 119477 deletions

View File

@@ -0,0 +1 @@
## 0.4.1

View File

@@ -0,0 +1,5 @@
## 0.5.0
### Deprecated APIs
* The `BarrierGuard` class has been deprecated. Such barriers and sanitizers can now instead be created using the new `BarrierGuard` parameterized module.

View File

@@ -0,0 +1,14 @@
## 0.5.1
### Deprecated APIs
- The documentation of API graphs (the `API` module) has been expanded, and some of the members predicates of `API::Node`
have been renamed as follows:
- `getAnImmediateUse` -> `asSource`
- `getARhs` -> `asSink`
- `getAUse` -> `getAValueReachableFromSource`
- `getAValueReachingRhs` -> `getAValueReachingSink`
### Minor Analysis Improvements
* Improved modeling of sensitive data sources, so common words like `certain` and `secretary` are no longer considered a certificate and a secret (respectively).

View File

@@ -0,0 +1 @@
## 0.5.2