Skip to content

Commit 4c2fb0b

Browse files
JLLeitschuhnormanmaurer
authored andcommitted
Enables lgtm.com to process this project and create a CodeQL database
Motivation: I'm performing some security research against various Java-based projects as a part of the new [GitHub Security Lab](https://securitylab.github.com/) Bug Bounty program. Currently, LGTM.com can't create a CodeQL database for this project because of missing dependencies. This fixes the build so it works correctly. The maintainers may also want to consider enabling the free [LGTM Integration](https://github.com/marketplace/lgtm) once this PR is merged. Modification: Adds a `.lgtm.yml` with a tested configuration: A successful build can be found here: https://lgtm.com/logs/6695df28f6b2b1d3fd4d03e968b600a3e9c9aecf/lang:java Result: LGTM.com will be able to process this repository to create a CodeQL database.
1 parent 8410b08 commit 4c2fb0b

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.lgtm.yml

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
extraction:
2+
java:
3+
prepare:
4+
packages:
5+
- "autoconf"
6+
- "automake"
7+
- "libtool"
8+
- "make"
9+
- "tar"
10+
- "libaio-dev"
11+
- "libssl-dev"
12+
- "libapr1-dev"
13+
- "lksctp-tools"

0 commit comments

Comments
 (0)