File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,28 +10,28 @@ information for convenience and easy consumption.
10
10
Browsing Vulnerabilities
11
11
------------------------
12
12
13
- You can browse the all database entries on http ://security.sensiolabs.org/database .
13
+ You can browse the database entries on https ://security.sensiolabs.org/database .
14
14
15
15
Checking for Vulnerabilities
16
16
----------------------------
17
17
18
18
There are several possibilities to check for vulnerabilities in your
19
19
applications beside manual checks:
20
20
21
- * Upload your ` composer.lock ` file on http ://security.sensiolabs.org/ ;
21
+ * Upload your ` composer.lock ` file on https ://security.sensiolabs.org/ ;
22
22
23
23
* Use the [ CLI tool] [ 1 ] :
24
24
25
25
php checker security:check /path/to/composer.lock
26
26
27
27
* Use the web service:
28
28
29
- curl -H "Accept: text/plain" http ://security.sensiolabs.org/check_lock -F lock=@/path/to/composer.lock
29
+ curl -H "Accept: text/plain" https ://security.sensiolabs.org/check_lock -F lock=@/path/to/composer.lock
30
30
31
31
It will return all vulnerabilities detected in your dependencies in plain
32
32
text. You can also retrieve the information in the JSON format:
33
33
34
- curl -H "Accept: application/json" http ://security.sensiolabs.org/check_lock -F lock=@/path/to/composer.lock
34
+ curl -H "Accept: application/json" https ://security.sensiolabs.org/check_lock -F lock=@/path/to/composer.lock
35
35
36
36
Contributing
37
37
------------
You can’t perform that action at this time.
0 commit comments