Skip to content

Commit 155f61c

Browse files
committed
Add 27.1 example
1 parent 3b2c8ce commit 155f61c

File tree

1 file changed

+38
-11
lines changed

1 file changed

+38
-11
lines changed

README.md

Lines changed: 38 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -47,22 +47,49 @@ Plugin is available for [`erlang.mk`](https://github.com/crownedgrouse/geas/wiki
4747
Example on a test project using cowboy :
4848

4949
```
50-
R15 27.1 Geas database 2.8.2
50+
R15 27.1 Geas database 2.9.0
5151
---Min--------Arch-------Max----------------------------------------------------
52-
21.2 cowboy 2.12.0
53-
21.0 cowlib 2.13.0
54-
21.0 hex_core 0.10.3
55-
21.0 ranch 1.8.0
52+
R16B 23.3 cowboy 1.0.4
53+
19.3 cowlib 1.0.0
54+
23.3 ranch 1.0.0
55+
R16B03 18.1 test 0.0.1
5656
--------------------------------------------------------------------------------
57-
21.2 27.1 Global project 0.0.1
57+
R16B03 18.1 Global project 0.0.1
5858
59-
C : 20.2
60-
T : >=21.2 <=27.1
59+
C : 27.1
60+
T : >=R16B03 <=18.1
6161
62-
./deps/cowboy/ebin/cowboy_router.beam
63-
21.2 persistent_term:get/1
62+
./_build/default/lib/cowboy/ebin/cowboy_clock.beam
63+
R16B erlang:integer_to_binary/1
6464
65-
===> Current Erlang/OTP release is incompatible with project release window
65+
./_build/default/lib/cowboy/ebin/cowboy_handler.beam
66+
23.3 erlang:get_stacktrace/0
67+
68+
./_build/default/lib/cowboy/ebin/cowboy_req.beam
69+
R16B erlang:integer_to_binary/1
70+
71+
./_build/default/lib/cowboy/ebin/cowboy_rest.beam
72+
23.3 erlang:get_stacktrace/0
73+
74+
./_build/default/lib/cowboy/ebin/cowboy_static.beam
75+
R16B erlang:integer_to_binary/1
76+
77+
./_build/default/lib/cowboy/ebin/cowboy_websocket.beam
78+
R15B02 crypto:hash/2
79+
80+
23.3 erlang:get_stacktrace/0
81+
82+
./_build/default/lib/cowlib/ebin/cow_multipart.beam
83+
19.3 crypto:rand_bytes/1
84+
85+
./_build/default/lib/ranch/ebin/ranch_ssl.beam
86+
23.3 ssl:cipher_suites/0, ssl:ssl_accept/2
87+
88+
./_build/default/lib/test/ebin/test.beam
89+
R16B03 ssh_message:encode_host_key/1
90+
91+
18.1 ssh_message:encode_host_key/1
92+
===> The Erlang/OTP version used for analysis (27.1) is incompatible with the project's release window
6693
6794
```
6895

0 commit comments

Comments
 (0)