Dashboard
Resources
Pricing
Discover
Directory
Log in
CorentinGS
/
Battleship
Active
Last analyzed
7daebea
3 months ago
Default analysis branch is
main
Currently analyzing run
Overview
Issues
Metrics
History
All
Sort
Recommended
6
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