File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,18 @@ SPDX-License-Identifier: CC-BY-4.0
99Please also check the [ GitHub Releases Page] ( https://github.com/se2p/pynguin/releases )
1010for the source-code artifacts of each version.
1111
12+ ## Pynguin 0.9.2
13+
14+ - Add explicit code-execution prevention (thanks to @Wooza ).
15+
16+ Pynguin now requires you to set the ` PYNGUIN_DANGER_AWARE ` environment
17+ variable before it actually does test generation. This was added due to the
18+ fact that Pynguin executes the module under test, including its dependencies,
19+ which could potentially cause harm on the user's system. By requiring the
20+ variable to be set explicitly, a user confirms that they are aware of this
21+ issue. Inside the Docker container, the variable is set automatically; we
22+ highly recommend this way of executing Pynguin!
23+
1224## Pynguin 0.9.1
1325
1426- Fix spelling errors in README
You can’t perform that action at this time.
0 commit comments