Actrie

Latest version: v3.3.0

Safety actively analyzes 681812 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 2

3.0.7

New architecture: pattern parser in c, and pattern match by reglet.

2.0.1

In this version, we use word position as python return, and fixed many bugs in python interface.

2.0

We support more types of pattern now, such as distance pattern, anti-ambiguous pattern, alternation pattern, and pure text pattern. And you can use them together.

>
> Pattern Syntax
> -----
> 1. pure text pattern: *a*
> 2. alternation pattern: *a|b|c*
> 3. anti-ambiguous pattern: *a(?&!da)*
> 4. distance pattern: *a.{0,3}b*
> 5. combined pattern: *(a|b(?&!db1|db2)|c).{0,10}(d|e(?&!de)|f(?&!df1|df2))|g*
>

We also provide python interface, you can use it in both python2 and python3.

Page 2 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.