fortify Questions
5
I've used Laravel Fortify to write some authentication for my app and I've setup the enable part of the 2FA, and that all works fine, but the problem I'm having is that it doesn't seem to trigger t...
7
Solved
i'm have a router register but i found error
Target [Laravel\Fortify\Contracts\RegisterViewResponse] is not instantiable.
3
I'm currently using HP Fortify tool to scan for security vulnerabilities in a project. At the time of scanning Fortify's CLI allows build tools to integrate into its CLI commands so as to build and...
2
Solved
I have multiple projects bound by a single parent pom.
If i run fortify scan on parent pom using Maven fortify plugin, fpr files for each project is generated. I would like to have a single fpr fi...
Dichogamy asked 22/4, 2015 at 17:2
12
The below simple java code getting Fortify Path Manipulation error. Please help me to resolve this. I am struggling from long time.
public class Test {
public static void main(String[] args) {
F...
Lumpen asked 2/10, 2012 at 12:53
4
Solved
I'm having a problem related to 429 TOO MANY REQUESTS. I have used Laravel fortify and my web route is like
Route::get('/', function () {
return view('welcome');
});
Route::get('/dashboard','Dash...
4
Solved
Have springboot project in which wanted to either exclude snakeyaml 1.30 or upgrade it 1.31 inorder to avoid fortify issue reporting
with snakeyaml 1.30 version there is security vulnerability
<...
Shopper asked 13/9, 2022 at 18:32
2
Solved
I'm trying to get laravel's implemented email verification system working (https://laravel.com/docs/8.x/verification).
What i did so far:
Enabled the Feature emailVerification in the file config/f...
Airing asked 26/2, 2021 at 20:13
2
Solved
I have this Controller in Java:
@Controller
public class AuthenticationController extends AbstractController {
@RequestMapping(value = Constantes.MAPPING_AUTH_BASE_ASP, method = { RequestMethod....
3
Based on Fortify (static code analyzer by HP) report, apparently the following lines of pom.xml is vulnerability:
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.or...
3
I want to see the specific rules of Fortify Secure Coding Rules (the rules that Fortify uses by default), because I want to write a report about all rules that are used by Fortify:
I have tried t...
6
In Laravel fortify on customization authentication process, i can not able to redirect to login page with error message which we were able to do in Auth.
Here is the customization documentation lin...
Illyrian asked 26/9, 2020 at 5:2
4
Solved
I am using Fortify SCA to find the security issues in my application (as a university homework). I have encountered some 'Log Forging' issues which I am not able to get rid off.
Basically, I log s...
Correspondence asked 8/10, 2012 at 15:25
2
In using laravel 8 with fortify so I don have
App\Http\Controllers\Auth\RegisterController
Thanks in advance
4
I used reflection to invoke a private constructor of a class in order to solve insufficient branch coverage issue shown by sonar scan report. This is the snippet of my code I was working:
// refle...
2
Here in my javascript function im using location.href as follows
location.href = "../Floder1/result.jsp"; it is working fine but when i used fortify tool it is showing Cross-site Scripting which ...
Unprofessional asked 22/8, 2014 at 6:35
6
Has anyone used command line to run fortify?
I tryin to incorporate fortify run in my CI build and I dont know how to do it.
Betteanne asked 13/10, 2010 at 15:12
3
Can someone tell me what is the difference between SonarQube and Fortify? Both are static code analysis tool. I found out Fortify is more inclined towards security as it gives information abo...
Hoptoad asked 15/10, 2019 at 15:1
3
Solved
I encounter a problem.
we use Spring MVC framework in my Project,but Spring MVC default Controller is Singleton Model.
I change Controller use @Scope("session") by session to avoid race Condition p...
Vanya asked 4/8, 2016 at 3:14
4
When I scan using Fortify I have vulnerabilities like "Often Misused: Authentication" in the code below. Is there any fix for this issue?
I have seen related posts but I was not able to g...
5
When I do scan using fortify tool, I got some issues under "XML External Entity Injection".
TransformerFactory trfactory = TransformerFactory.newInstance();
This is the place where it is showi...
4
Solved
I am getting SUBSCRIPTION_JSON from client which I am converting it to String and then setting it to Model Object using gson library. On running the code on Fortify security, It is giving me Json i...
3
Solved
In my code, I am calling getObject() method from an ObjectMessage object received from a JMS queue. Fortify report is complaining about this getObject() method with an error name like this Dynamic ...
Sepulture asked 30/9, 2016 at 20:3
3
I have a Spring Boot controller that works fine and has the following declaration:
@RestController
@RequestMapping("/api/our")
@PreAuthorize(value = "hasRole('ROLE_USER')")
@Api(value="our", produ...
Alimentation asked 7/11, 2019 at 19:49
3
I scanned with HP Fortify SCA 4.10 . Now I would like to export the raw results into Excel format to do data massaging to generate pivot tables. Can anybody suggest a easy or hard way to do it.
Squamation asked 23/7, 2014 at 10:48
1 Next >
© 2022 - 2024 — McMap. All rights reserved.