DeepSource
Dashboard Resources Pricing Discover Directory Log in

Run your first analysis.

Find thousands of code security and quality issues in your codebase, before they end up in production.

Start now

CorentinGS / Battleship
Active

Last analyzed 7daebea 3 months ago
Default analysis branch is
Currently analyzing run
All issues
8
Recommended
6
Bug risk
0
Anti-pattern
2
Security
6
Performance
0
Type check
0
Coverage
0
Style
0
Documentation
0

Unbound checked function calls lacking external bounds checking

CXX-S1003
Security
3 months ago — 3 months old
Found in src/init.c and src/utils/utils.c
3

While processing the buffer using printf/scanf, not using any width for the format specifier %s is vulnerable to buffer overflow

CXX-S1004
Security
3 months ago — 3 months old
Found in src/io.c
2

Possibly missing sizeof() in memory allocation

CXX-S1006
Security
3 months ago — 3 months old
Found in src/libs/stdprof.c
1