Thomas Leplus
Thomas Leplus
**Proposed Rule Name:** DontUseUnsafe **Proposed Category:** Security **Description:** **Code Sample:** This should include code, that should be flagged by the rule. If possible, the "correct" code according to this new...
Hi, I am trying to use the GitHub provider with the following command: ```bash $ terraformer import github --resources=* --token=ghp_... --verbose ``` But no file is created and there is...
LuaRocks 3.12.2 fails to install pinned package version (same package version works without pinning)
- **Platform:** Alpine Linux (Docker image `openresty/openresty:alpine-fat`). - **LuaRocks version:** ``` $ luarocks --version /usr/local/openresty/luajit/bin/luarocks 3.12.2 LuaRocks main command-line interface ``` - **Description:** When installing any package with the `--pin`...
#### What kind of change does this PR introduce? This PR is adding Java support to the probe introduced by #4499. It looks for references to the classes `sun.misc.Unsafe` or...