local-php-security-checker icon indicating copy to clipboard operation
local-php-security-checker copied to clipboard

PHP security vulnerabilities checker

Results 13 local-php-security-checker issues
Sort by recently updated
recently updated
newest added

Added dockerfile

It would ease adoption if a docker image(s) was published whenever there was a new release of this tool.

While `-help` includes the version as the first line of it's output, it also includes the usage help text which is sizable vs just the version line. Having `-version` makes...

Hi there, It seems like checker do not parse constraints like this one "robrichards/xmlseclibs": "2.0.x-dev#1369dd1" properly. It should be covered by https://github.com/FriendsOfPHP/security-advisories/blob/master/robrichards/xmlseclibs/CVE-2019-3465.yaml this rule but checker ignores it and tells...

Hi, first, thank you for delivering such great software again and again. A little background: I work as a Pentester and I found a website that was exposing the file...

This PR address the following proposal: https://github.com/fabpot/local-php-security-checker/issues/10#issuecomment-924909120 It does three things to better integrate with automation tooling: > * No version number in the filename itself > * System name...

It would be great to have a homebrew package to make it easier to install this on MacOS and Linux. GoReleaser has built in support for this already: See https://goreleaser.com/customization/homebrew/

I'm using Windows/10 latest version and cmd.exe as console. I downloaded https://github.com/fabpot/local-php-security-checker/releases/download/v2.0.4/local-php-security-checker_2.0.4_windows_amd64.exe Running this locally gives no ANSI output. But the window does support ANSI, as you can see by...

Hi, While packaging php-security-checker for mageia I encountered this error: ``` + umask 022 + cd //golang-github-fabpot-local-php-security-checker/BUILD + cd local-php-security-checker-2.0.6 + '[' 1 -eq 1 ']' + '[' 1 -eq...