OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
firebase
/
vendor
/
ramsey
/
uuid
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
08/12/2024 10:33:04 AM
rwxr-xr-x
📄
.editorconfig
292 bytes
08/12/2024 10:33:04 AM
rw-r--r--
📁
.git
-
08/12/2024 10:36:09 AM
rwxr-xr-x
📄
.gitattributes
1.09 KB
08/12/2024 10:33:04 AM
rw-r--r--
📁
.github
-
08/12/2024 10:34:32 AM
rwxr-xr-x
📄
.gitignore
62 bytes
08/12/2024 10:33:04 AM
rw-r--r--
📄
.readthedocs.yml
196 bytes
08/12/2024 10:33:04 AM
rw-r--r--
📄
CHANGELOG.md
51.61 KB
08/12/2024 10:33:04 AM
rw-r--r--
📄
CODE_OF_CONDUCT.md
3.16 KB
08/12/2024 10:33:04 AM
rw-r--r--
📄
CONTRIBUTING.md
5.57 KB
08/12/2024 10:33:04 AM
rw-r--r--
📄
LICENSE
1.07 KB
08/12/2024 10:33:04 AM
rw-r--r--
📄
README.md
4.08 KB
08/12/2024 10:33:05 AM
rw-r--r--
📄
SECURITY.md
7.88 KB
08/12/2024 10:33:05 AM
rw-r--r--
📁
build
-
08/12/2024 10:34:32 AM
rwxr-xr-x
📄
captainhook.json
2.93 KB
08/12/2024 10:33:04 AM
rw-r--r--
📄
codecov.yml
573 bytes
08/12/2024 10:33:04 AM
rw-r--r--
📄
composer.json
3.73 KB
08/12/2024 10:33:04 AM
rw-r--r--
📄
composer.lock
267.85 KB
08/12/2024 10:33:04 AM
rw-r--r--
📁
docs
-
08/12/2024 10:34:34 AM
rwxr-xr-x
📄
phpbench.json
230 bytes
08/12/2024 10:33:04 AM
rw-r--r--
📄
phpcs.xml.dist
20.01 KB
08/12/2024 10:33:04 AM
rw-r--r--
📄
phpstan-tests.neon
1.2 KB
08/12/2024 10:33:04 AM
rw-r--r--
📄
phpstan.neon.dist
1018 bytes
08/12/2024 10:33:05 AM
rw-r--r--
📄
phpunit.xml.dist
775 bytes
08/12/2024 10:33:05 AM
rw-r--r--
📄
psalm-baseline.xml
5.46 KB
08/12/2024 10:33:05 AM
rw-r--r--
📄
psalm.xml
707 bytes
08/12/2024 10:33:05 AM
rw-r--r--
📁
resources
-
08/12/2024 10:34:34 AM
rwxr-xr-x
📁
src
-
08/12/2024 10:34:36 AM
rwxr-xr-x
📁
tests
-
08/12/2024 10:36:11 AM
rwxr-xr-x
Editing: psalm-baseline.xml
Close
<?xml version="1.0" encoding="UTF-8"?> <files psalm-version="4.27.0@faf106e717c37b8c81721845dba9de3d8deed8ff"> <file src="src/Builder/DegradedUuidBuilder.php"> <DeprecatedClass occurrences="3"> <code>DegradedUuid</code> <code>new DegradedTimeConverter()</code> </DeprecatedClass> <ImpureVariable occurrences="2"> <code>$this</code> <code>$this</code> </ImpureVariable> </file> <file src="src/Builder/FallbackBuilder.php"> <ImpureMethodCall occurrences="1"/> <ImpureVariable occurrences="1"> <code>$this</code> </ImpureVariable> </file> <file src="src/Converter/Number/BigNumberConverter.php"> <ImpureVariable occurrences="2"> <code>$this</code> <code>$this</code> </ImpureVariable> </file> <file src="src/Converter/Number/DegradedNumberConverter.php"> <DeprecatedClass occurrences="1"> <code>BigNumberConverter</code> </DeprecatedClass> </file> <file src="src/Converter/Number/GenericNumberConverter.php"> <ImpureVariable occurrences="2"> <code>$this</code> <code>$this</code> </ImpureVariable> </file> <file src="src/Converter/Time/DegradedTimeConverter.php"> <DeprecatedClass occurrences="1"> <code>BigNumberTimeConverter</code> </DeprecatedClass> </file> <file src="src/FeatureSet.php"> <PropertyNotSetInConstructor occurrences="5"> <code>$calculator</code> <code>$dceSecurityGenerator</code> <code>$numberConverter</code> <code>$timeConverter</code> <code>$timeGenerator</code> </PropertyNotSetInConstructor> </file> <file src="src/Generator/PeclUuidNameGenerator.php"> <ImpureFunctionCall occurrences="3"> <code>uuid_generate_md5</code> <code>uuid_generate_sha1</code> <code>uuid_parse</code> </ImpureFunctionCall> </file> <file src="src/Guid/GuidBuilder.php"> <ImpureVariable occurrences="3"> <code>$this</code> <code>$this</code> <code>$this</code> </ImpureVariable> </file> <file src="src/Nonstandard/UuidBuilder.php"> <ImpureVariable occurrences="3"> <code>$this</code> <code>$this</code> <code>$this</code> </ImpureVariable> </file> <file src="src/Provider/Dce/SystemDceSecurityProvider.php"> <ForbiddenCode occurrences="5"> <code>shell_exec('id -g')</code> <code>shell_exec('id -u')</code> <code>shell_exec('net user %username% | findstr /b /i "Local Group Memberships"')</code> <code>shell_exec('whoami /user /fo csv /nh')</code> <code>shell_exec('wmic group get name,sid | findstr /b /i ' . escapeshellarg($firstGroup))</code> </ForbiddenCode> </file> <file src="src/Provider/Node/SystemNodeProvider.php"> <MixedArgument occurrences="1"> <code>$macs</code> </MixedArgument> <MixedArrayAssignment occurrences="1"> <code>$macs[]</code> </MixedArrayAssignment> </file> <file src="src/Rfc4122/UuidBuilder.php"> <ImpureVariable occurrences="21"> <code>$this</code> <code>$this</code> <code>$this</code> <code>$this</code> <code>$this</code> <code>$this</code> <code>$this</code> <code>$this</code> <code>$this</code> <code>$this</code> <code>$this</code> <code>$this</code> <code>$this</code> <code>$this</code> <code>$this</code> <code>$this</code> <code>$this</code> <code>$this</code> <code>$this</code> <code>$this</code> <code>$this</code> </ImpureVariable> </file> <file src="src/Rfc4122/UuidV6.php"> <DeprecatedClass occurrences="1"> <code>NonstandardUuidV6</code> </DeprecatedClass> </file> <file src="src/Type/Hexadecimal.php"> <UnusedMethodCall occurrences="1"> <code>unserialize</code> </UnusedMethodCall> </file> <file src="src/Type/Integer.php"> <UnusedMethodCall occurrences="1"> <code>unserialize</code> </UnusedMethodCall> </file> <file src="src/Type/Time.php"> <UnusedMethodCall occurrences="1"> <code>__construct</code> </UnusedMethodCall> </file> <file src="src/Uuid.php"> <DeprecatedTrait occurrences="1"> <code>DeprecatedUuidMethodsTrait</code> </DeprecatedTrait> <ImpureMethodCall occurrences="6"> <code>getFactory</code> <code>getFactory</code> <code>getFactory</code> <code>getFactory</code> <code>getFactory</code> <code>getFactory</code> </ImpureMethodCall> <UnusedMethodCall occurrences="1"> <code>unserialize</code> </UnusedMethodCall> </file> <file src="src/UuidFactory.php"> <ImpurePropertyFetch occurrences="7"> <code>$this->codec</code> <code>$this->codec</code> <code>$this->codec</code> <code>$this->isDefaultFeatureSet</code> <code>$this->nameGenerator</code> <code>$this->numberConverter</code> <code>$this->uuidBuilder</code> </ImpurePropertyFetch> <ImpureVariable occurrences="13"> <code>$this</code> <code>$this</code> <code>$this</code> <code>$this</code> <code>$this</code> <code>$this</code> <code>$this</code> <code>$this</code> <code>$this</code> <code>$this</code> <code>$this</code> <code>$this</code> <code>$this</code> </ImpureVariable> </file> </files>